-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
192 lines (180 loc) · 4.48 KB
/
index.html
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="css/reset.css" rel="stylesheet" type="text/css">
<!-- Bootstrap -->
<!-- <link href="css/bootstrap.css" rel="stylesheet" type="text/css"> -->
<link href="css/cv3-solid.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="script/jquery.js"></script>
<script type="text/javascript" src="script/script.js"></script>
</head>
<body>
<div class="container">
<header>
</header>
<!-- first row -->
<div id="first">
<div id="picture">
<img src="img/burak.jpg"/>
</div>
<div id="quote">
<p id="quote-of-the-day">"Suudi Arabistan'da hapis cezası alan adam Suud rejimini bile kızdıracak kadar tekfirciymiş. Düşün sen elemandaki manyaklığı."</p>
</div>
</div>
<!-- first row -->
<!-- second row -->
<div id="second">
<div id="personal-details">
<table class="table" id="left-personal">
<tr>
<td>Name:</td>
<td>Burak Özmen</td>
</tr>
<tr>
<td>Date of Birth:</td>
<td>13 June 1993</td>
</tr>
<tr>
<td>Place of Birth:</td>
<td>Zonguldak/Turkey</td>
</tr>
</table>
<table class="table" id="right-personal">
<tr>
<td>
<a href="http://twitter.com/ozmen_burak"><img class="icon" src="img/twitter.png"/>@ozmen_burak</a>
</td>
<td>
<a href="http://facebook.com/ozmen.b"><img class="icon" src="img/facebook.png"/>@ozmen.b</a>
</td>
</tr>
<tr>
<td>
<a href="http://github.com/bozmen"> <img class="icon" src="img/github.png"/>@bozmen</a>
</td>
<td>
<a href="mailto:[email protected]"><img class="icon" src="img/mail.png"/>[email protected]</a>
</td>
</tr>
<tr>
<td>
<a href="http://instagram.com/ozzmenburak"><img class="icon" src="img/instagram.png"/>@ozzmenburak</a>
</td>
<td>
<a href="http://last.fm/user/ozmenbrk"><img class="icon" src="img/lastfm.png"/>@ozmenbrk</a>
</td>
</tr>
</table>
</div>
</div>
<!-- second row -->
<!-- third row -->
<div id="third">
<div id="qualifications">
<div id="title" class="btn">Qualifications</div>
<div class="slideable">
<div id="programming">
<div class="can">
<p>Can code in</p>
</div>
<div class="these">
<div class="list">
<p>Java</p>
<p>C++</p>
<p>C#</p>
</div>
</div>
</div>
<div id="web-design">
<div class="can">
Can design with
</div>
<div class="these">
<div class="list">
<p>HTML5</p>
<p>CSS3</p>
<p>JavaScript</p>
<p>jQuery</p>
</div>
</div>
</div>
<div id="languages">
<div class="can">
Can speak
</div>
<div class="these">
<div class="list">
<p>Turkish</p>
<p style="font-size: 16px; margin-bottom: 5px">-Native</p>
<p>English</p>
<p style="font-size: 16px; margin-bottom: 5px">-Advanced</p>
<p>Swedish</p>
<p style="font-size: 16px">-Beginner</p>
</div>
</div>
</div>
</div>
</div>
<div id="education">
<p class="btn">Education</p>
<div class="slideable" id="university">
<table>
<tr>
<td>September 2011 - Present
</td>
<td>İhsan Doğramacı Bilkent University
</td>
<td>Computer Science
</td>
</tr>
<tr>
<td>January 2014 – June 2014
</td>
<td>Uppsala University
</td>
<td>Erasmus Excange Program – Information Technology
</td>
</tr>
<tr>
<td>2007-2011
</td>
<td>TED Kdz. Ereğli Private High School
</td>
<td>Quantitative Sciences
</td>
</tr>
</table>
</div>
<p class="btn">Experience</p>
<div class="slideable" id="professional">
<table>
<tr>
<td>June 2013 – July 2013
</td>
<td>Summer Intern
</td>
<td>Referbase.com (now Yetenek.li)
</td>
<td>Front-end developer of the dashboard
</td>
</tr>
<td>September 2012 – May 2013
</td>
<td>Member of the Board
</td>
<td>Mühendislik Topluluğu (Engineering Society)
</td>
<td>Organisator of CaseCamp'12
</td>
<tr>
</tr>
</table>
</div>
</div>
</div>
<!-- third row -->
</div>
</body>
</html>