-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
118 lines (118 loc) · 5.33 KB
/
Copy pathindex.html
File metadata and controls
118 lines (118 loc) · 5.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="UTF-8">
<title>Davor Gajic</title>
<link rel="stylesheet" href="css/index.css">
<link rel="icon" href="pictures/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body>
<header>
<a href="#start"><img class="logo" src="pictures/logo_transparent.png" alt="logo"></a>
<div class="links-header">
<a href="#aboutme">About me</a>
<a href="#projects">Projects</a>
<a href="#blog">Blog</a>
</div>
</header>
<main>
<span class="anchor" id="start"></span>
<section class="start" id="startsection">
<div class="slogan-holder">
<p class="slogan">Hello, I am Davor Gajic.</p>
<p class="slogan-text">Student at Hochschule Rapperswil</p>
</div>
</section>
<span class="anchor" id="aboutme"></span>
<section class="aboutme" id="aboutmesection">
<div class="holder">
<h1>Who I am</h1>
<img class="facepic" src="pictures/facepic.jpg">
<br>
<div class="aboutme-desc">
I am currently studying full time computer science at Hochschule Rapperswil<br>
with the focus on "Software Engineering – Core Systems".<br>
Graduation is expected in the summer of 2021, since I am currently in second
<br>semester.<br><br>
My interests lay especially in the backend. <br>
However, I do find frontend development amusing too.<br><br>
I am an avid gamer, that loves everything from esports and competition<br>
to roleplaying games.
</div>
<h1 class="title-with-margin">Skills</h1>
<div class="aboutme-skills">
<p>This is where I excel:</p>
<br>
<ul>
<li>Java</li>
<li>VB.NET</li>
<li>C</li>
<br>
<li>HTML / CSS</li>
<li>JavaScript</li>
<br>
<li>MS SQL</li>
<li>PostgreSQL</li>
<br>
<li>Git</li>
<li>Unix/Bash</li>
<li>MS Office</li>
<br>
<li>Jetbrains Products</li>
<li>Visual Studio</li>
<br>
<br>
</ul>
<p>This is what I am currently improving on:</p>
<ul>
<li>C++</li>
<li>C#</li>
</ul>
</div>
<h1 class="title-with-margin">Contact</h1>
<div class="contact">
<p>Here is how you can find me:</p>
<br>
<ul>
<li><img src="pictures/close-envelope.png" class="icon"><a class="contact-link" href="mailto:davor.gajic@protonmail.com">davor.gajic@protonmail.com</a></li>
<li><img src="pictures/github-logo.png" class="icon"><a href="https://github.com/ResistCS" class="contact-link">Github</a> </li>
<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>
<li><img src="pictures/twitter.png" class="icon"><a href="https://twitter.com/gajicdev" class="contact-link">@gajicdev</a></li>
</ul>
<br>
<br>
<br>
<a class="contact-link" href="pdf/Lebenslauf_Davor_Gajic.pdf" download="CV_Davor_Gajic">Click to download my CV in German as PDF!</a>
<br>
<a class="contact-link" href="pdf/Arbeitszeugnis_IPG_AG.pdf" download="Reference_Davor_Gajic">Click to download my reference from my old employer</a>
<br>
<a class="contact-link" href="pdf/Semesterreport_Herbst_2018.pdf" download="Grades_Davor_Gajic">Click to download my current grades</a>
</div>
</div>
</section>
<span class="anchor" id="projects"></span>
<section class="projects" id="projectssection">
<div class="holder">
<h1>Projects</h1>
<p>Currently, all my projects are on my Github.</p>
<p>Soon to be linked here.</p>
<p><a href="https://github.com/ResistCS" class="contact-link">Click here</a></p>
</div>
</section>
<span class="anchor" id="blog"></span>
<section class="blog" id="blogsection">
<div class="holder">
<h1>Blog</h1>
<p>This is just a place holder for my future blog.</p>
<p>Stay tuned.</p>
</div>
</section>
</main>
<footer>
<div class="holder">
<small>© Davor Gajic 2019</small>
</div>
</footer>
</body>
</html>