-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
346 lines (298 loc) · 12.5 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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Nikolaos Bormpoudakis's Resume">
<meta name="keywords" content="resume, studies, interests, skills">
<meta name="author" content="Nikolaos Bormpoudakis">
<title>Nikolaos Bormpoudakis</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body {
font-family: Arial, sans-serif;
background-color: #333;
color: #fff;
}
header {
background-color: #222 !important;
color: #ccc !important;
padding: 40px !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
}
header #profile-photo {
border-radius: 50%;
width: 120px !important;
height: 120px !important;
object-fit: cover !important;
margin-right: 20px !important;
background-color: #222 !important;
border: 4px solid #fdfeff !important;
}
header h1 {
margin: 0 !important;
margin-right: 20px !important; /* Add this line to move the text to the right */
}
h2 {
color: #8abedf;
}
h3 {
color: #ccc;
font-size: 24px;
}
nav ul {
list-style-type: none;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
nav li {
margin-right: 20px;
}
article {
background-color: #444;
padding: 20px;
margin: 10px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
aside {
background-color: #222;
padding: 10px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
footer {
text-align: center;
background-color: #222;
color: #ccc;
padding: 10px;
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
}
.bio-images {
display: flex;
flex-direction: row;
align-items: flex-end;
}
.bio-image {
text-align: center;
flex: 1;
}
.bio-image img {
max-width: 100%;
border-radius: 10px;
}
.btn {
border-radius: 5px;
background-color: #0000FF;
color: #333;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
transition: background-color 0.3s;
}
.btn:hover {
background-color: #8abedf;
color: rgb(0, 0, 0);
}
.btn:active {
color: red;
}
.table td {
background-color: #444;
color: #fff;
}
a {
color: #6a6a79 !important;
}
a:hover {
color: yellow !important;
}
a:visited, a:active {
color: red !important;
text-decoration: underline;
}
/* Add media queries for responsive design */
/* For screens with a width of 1024px and higher (PC/laptop monitor, tablet in landscape) */
@media (min-width: 1024px) {
header {
padding: 40px 0; /* Reduce top and bottom padding for more space */
}
header #profile-photo {
width: 150px; /* Increase profile photo size */
height: 150px;
}
}
/* For screens with a width between 480px and 1023px (mobile landscape) */
@media (min-width: 480px) and (max-width: 1023px) {
header {
flex-direction: column; /* Stack elements vertically for mobile landscape */
}
header #profile-photo {
width: 100px; /* Adjust profile photo size for landscape */
height: 100px;
margin: 20px 0; /* Add space below the photo */
}
h1 {
text-align: center; /* Center align h1 */
}
nav ul {
flex-direction: column; /* Stack nav items vertically */
align-items: center;
}
}
/* For screens with a width of 320px to 479px (mobile portrait) */
@media (min-width: 320px) and (max-width: 479px) {
header #profile-photo {
width: 80px; /* Adjust profile photo size for portrait */
height: 80px;
}
nav ul {
margin-top: 20px; /* Add margin above nav items */
}
article {
padding: 10px; /* Reduce padding for mobile portrait */
}
.btn {
font-size: 14px; /* Reduce button font size for mobile portrait */
}
}
</style>
</head>
<body>
<header>
<img src="images/profile.jpg" alt="Profile Photo" id="profile-photo" style="border: 4px solid #fff;">
<h1>Nikolaos Bormpoudakis</h1>
</header>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="#">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#studies">Studies</a></li>
<li class="nav-item"><a class="nav-link" href="#interests">Interests</a></li>
<li class="nav-item"><a class="nav-link" href="#skills">Skills</a></li>
<li class="nav-item"><a class="nav-link" href="#others">Others</a></li>
<li class="nav-item"><a class="nav-link" href="https://www.uoc.gr/" target="_blank">University of Crete</a></li>
<li class="nav-item"><a class="nav-link" href="https://www.forth.gr/el/home/" target="_blank">ITE</a></li>
</ul>
</nav>
<div class="container mt-4">
<div class="row">
<div class="col-md-8 left-column" style="margin-left: -30px;">
<article>
<section>
<h2>Resume</h2>
<p>I was born in the city of Heraklion of Crete in Greece at 11/11/1977. I was playing music from a young age and lately I discovered my passion for technology and programming.</p>
</section>
</article>
<article>
<section id="studies">
<h2>Studies</h2>
<p>I am a student at the Computer Science Department of the University of Crete.</p>
</section>
</article>
<article>
<section id="interests">
<h2>Interests</h2>
<ul>
<li>Web Development</li>
<li>Graphic Design</li>
<li>Application Programming</li>
<li>Travel</li>
<li>Photography</li>
</ul>
</section>
</article>
<!-- Skills box -->
<article>
<section id="skills">
<h2>Skills</h2>
<ul>
<li>Programming languages: C, C++, Java, Python, JavaScript, HTML, CSS Prolog, SQL</li>
<li>Graphic and design software: CorelDraw, Photoshop, InDesign, Illustrator, QuarkXPress</li>
</ul>
</section>
</article>
<!-- Other box -->
<article>
<section id="others">
<h2>Others</h2>
<p>In the past and for many years, I was working at the Ministry of Culture and more specifically at the Archaeological Institute of Crete and the Ephorate of Antiquities of Heraklion as a graphic designer and photographer, and I was a member of the team that prepared and implemented the museology in the Archaeological Museum of Heraklion, Crete.</p>
</section>
</article>
<aside style="margin-top: 20px; display: flex; justify-content: space-between; align-items: flex-end; background: none;">
<a href="https://www.uoc.gr/" target="_blank">
<img src="https://www.uoc.gr/resources/slideshow/assets/1dfe4-i.jpg" alt="University of Crete" width="350">
</a>
<a href="https://www.forth.gr/" target="_blank">
<img src="https://www.forth.gr/files/forth-ite-en.jpg" alt="Foundation for Research and Technology - Hellas" width="350">
</a>
</aside>
</div>
<div class="col-md-4 right-column">
<aside style="margin-bottom: 20px;"> <!-- Add margin to create space -->
<h3>Course Grades</h3>
<table class="table">
<thead>
<tr>
<th>Course</th>
<th>Grade</th>
</tr>
</thead>
<tbody>
<tr>
<td>Digital Design</td>
<td>Good</td>
</tr>
<tr>
<td>Programming in C</td>
<td>Excellent</td>
</tr>
<tr>
<td>Programming in C++</td>
<td>Excellent</td>
</tr>
<tr>
<td>Web Design</td>
<td>Very Good</td>
</tr>
<tr>
<td>Networks</td>
<td>Very Good</td>
</tr>
</tbody>
</table>
</aside>
<aside class="contact-buttons" style="margin-bottom: 20px;"> <!-- Add margin to create space -->
<h3>Contact Information</h3>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Phone: <kbd>6971598927</kbd></p>
<a href="https://www.facebook.com/nikos.borboudakis" class="btn btn-primary rounded-circle"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/YourTwitterProfile" class="btn btn-info rounded-circle"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/sharer/sharer.php?u=https://your-website-url.com" class="btn btn-primary">Share on Facebook</a>
</aside>
<aside style="margin-bottom: 20px;"> <!-- Add margin to create space -->
<h3>My Favorite Song</h3>
<iframe width="100%" height="150" src="https://www.youtube.com/embed/sTuNcVvvWxU?si=wQ1rOQSsVVWkoUPp" frameborder="0" allowfullscreen></iframe>
</aside>
<aside style="margin-bottom: 20px;"> <!-- Add margin to create space -->
<h3>Audio</h3>
<audio controls height="100">
<source src="video_audio/audio.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</aside>
<aside style="margin-bottom: 20px;"> <!-- Add margin to create space -->
<h3>Video</h3>
<video controls height="100">
<source src="video_audio/video.mp4" type="video/mp4">
Your browser does not support the video element.
</video>
</aside>
</div>
</div>
</div>
<footer>
© 2023 Nikolaos Bormpoudakis
</footer>
</body>
</html>