|
3 | 3 | <head>
|
4 | 4 | <meta charset="UTF-8">
|
5 | 5 | <title>Davor Gajic</title>
|
6 |
| - <link rel="stylesheet" href="../css/page.css"> |
7 |
| - <link rel="icon" href="../pictures/favicon.png"> |
| 6 | + <link rel="stylesheet" href="css/index.css"> |
| 7 | + <link rel="icon" href="pictures/favicon.png"> |
8 | 8 | <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
|
9 | 9 | </head>
|
10 | 10 | <body>
|
11 | 11 | <header>
|
12 |
| - <a href="#start"><img class="logo" src="../pictures/logo_transparent.png" alt="logo"></a> |
| 12 | + <a href="#start"><img class="logo" src="pictures/logo_transparent.png" alt="logo"></a> |
13 | 13 | <div class="links-header">
|
14 | 14 | <a href="#aboutme">About me</a>
|
15 | 15 | <a href="#projects">Projects</a>
|
|
28 | 28 | <section class="aboutme" id="aboutmesection">
|
29 | 29 | <div class="holder">
|
30 | 30 | <h1>Who I am</h1>
|
31 |
| - <img class="facepic" src="../pictures/facepic.jpg"> |
| 31 | + <img class="facepic" src="pictures/facepic.jpg"> |
32 | 32 | <div class="aboutme-desc">
|
33 | 33 | I am currently studying full time computer science at Hochschule Rapperswil<br>
|
34 | 34 | with the focus on "Software Engineering – Core Systems".<br>
|
@@ -73,10 +73,10 @@ <h1 class="title-with-margin">Contact</h1>
|
73 | 73 | <p>Here is how you can find me:</p>
|
74 | 74 | <br>
|
75 | 75 | <ul>
|
76 |
| - <li><img src=" ../pictures/close-envelope.png" class=" icon" ><a class=" contact-link" href=" mailto:[email protected]" >[email protected]</a></li> |
77 |
| - <li><img src="../pictures/github-logo.png" class="icon"><a href="https://github.com/ResistCS" class="contact-link">Github</a> </li> |
78 |
| - <li><img src="../pictures/linkedin-letters.png" class="icon"><a href="https://www.linkedin.com/in/davor-gajic-b6a82817a/" class="contact-link">Linkedin</a> </li> |
79 |
| - <li><img src="../pictures/twitter.png" class="icon"><a href="https://twitter.com/gajicdev" class="contact-link">@gajicdev</a></li> |
| 76 | + <li><img src=" pictures/close-envelope.png" class=" icon" ><a class=" contact-link" href=" mailto:[email protected]" >[email protected]</a></li> |
| 77 | + <li><img src="pictures/github-logo.png" class="icon"><a href="https://github.com/ResistCS" class="contact-link">Github</a> </li> |
| 78 | + <li><img src="pictures/linkedin-letters.png" class="icon"><a href="https://www.linkedin.com/in/davor-gajic-b6a82817a/" class="contact-link">Linkedin</a> </li> |
| 79 | + <li><img src="pictures/twitter.png" class="icon"><a href="https://twitter.com/gajicdev" class="contact-link">@gajicdev</a></li> |
80 | 80 | </ul>
|
81 | 81 | </div>
|
82 | 82 | </div>
|
|
0 commit comments