-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
323 lines (315 loc) · 10.4 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
<!DOCTYPE html>
<html lang="eng">
<head>
<title>My CV Website</title>
<!--My CSS-->
<link rel="stylesheet" href="style.css">
<!--ANIMATION-->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Material Design Bootstrap -->
<link rel="stylesheet" href="css/mdb.min.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<link rel="stylesheet"href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
</head>
<body>
<!--Contains whole cv-->
<div class="container">
<!--Top 'banner' that has image and info-->
<div class="container">
<div class="jumbotron">
<div class="row">
<div class="col-sm-5 col-lg-6">
<img src="20210529_144819.jpg" class="rounded-circle" alt="person-portrait" style="width:198px;height:198px;">
<h5>Hello, I am</h5>
<h3 style="color:pink;margin:5px;padding:2px;"><strong>Chaido Poulianou!</strong></h3>
</div>
<div class="col-sm-7 col-lg-6" style="padding:15px;">
<p>
<i class="fa fa_banner fa-briefcase"></i>
Electrical and Computer Engineer
</p>
<p>
<i class="fa fa_banner fa-calendar"></i>
Date of Birth: 13/03/1999
</p>
<p>
<i class="fa fa_banner fa-home"></i>
City: Athens
</p>
<p>
<i class="fa fa_banner fa-envelope"></i>
Email: [email protected] OR [email protected]
</p>
<p>
<i class="fa fa_banner fa-phone"></i>
Phone number: (+30)6983722024
</p>
</div>
</div>
</div>
</div>
<hr>
<!--Second line- contains skills, education and working experience-->
<div class="row">
<!--1st column->>Skills,languages and hobbies container-->
<div class="left-col animated bounceInDown">
<!--SKILLS-->
<div>
<h3><p>Skills:</p></h3>
<div class="progress">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="80"
aria-valuemin="0" aria-valuemax="100" style="width:80%">
HTML/CSS/JavaScript 80%
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="60"
aria-valuemin="0" aria-valuemax="100" style="width:60%">
Python 60%
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="80"
aria-valuemin="0" aria-valuemax="100" style="width:80%">
C/C++ 80%
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="70"
aria-valuemin="0" aria-valuemax="100" style="width:70%">
Java 70%
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="75"
aria-valuemin="0" aria-valuemax="100" style="width:75%">
Matlab 75%
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="65"
aria-valuemin="0" aria-valuemax="100" style="width:65%">
Unity 65%
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="75"
aria-valuemin="0" aria-valuemax="100" style="width:75%">
SQL 75%
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="65"
aria-valuemin="0" aria-valuemax="100" style="width:65%">
Arduino 65%
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="70"
aria-valuemin="0" aria-valuemax="100" style="width:70%">
Truffle/Geth 70%
</div>
</div>
<!--languages-->
<h3><p>Languages:</p></h3>
<p>English</p>
<div class="language_bar" style="width:85%;"></div>
<p>German</p>
<div class="language_bar" style="width:70%;"></div>
<p>Greek</p>
<div class="language_bar" style="width:90%;"></div>
<!--Hobbies-Other skills-->
<h3><p>Personality Traits:</p></h3>
<ul>
<li>Reliable</li>
<li>Organised</li>
<li>Loyal</li>
<li>Hard-Working</li>
<li>Communicative</li>
</ul>
</div>
</div>
<!--2rd column->>working experience and education-->
<!--Middle col: Work experience-->
<div class="middle-col animated slideInUp slow">
<h3><i class="fa fa_banner fa-star"></i>Work Experience or Projects:</h3>
<div style="display: block;">
<div class="col3" style ="border-right:2px solid #d0bdf4;">
<em class="date">
Now
</em>
</div>
<div class="col4" >
<h4>UNEMPLOYED</h4>
<h6><em></em></h6>
</div>
</div>
<div style="display: block;">
<div class="col3" style ="border-right:2px solid magent; border-radius:16px;background-color:pink;opacity: 0.6;">
<em class="date">
15/11/2020-<br>
Now
</em>
</div>
<div class="col4" >
<h4>AgroJason Project
<span class="badge badge-secondary" style="color:#ffa8b6">Current</span>
</h4>
<h6><em>Micro Controllers Team</em></h6>
</div>
</div><br>
<div>
<hr>
<h3><i class="fa fa_banner fa-star"></i>Classes Taken:</h3>
<div style="display: block;">
<h3>1st Semester</h3>
<ul>
<li>Calculus I</li>
<li>Logic Design</li>
<li>Linear Algebra</li>
<li>Physics I</li>
<li>Programming I (in C)</li>
</ul>
<br>
<h3>2nd Semester</h3>
<ul>
<li>Discrete Mathematics</li>
<li>Calculus II</li>
<li>Introduction to Electrological Design and Materials (AutoCAD)</li>
<li>Physics II</li>
<li>Programming II</li>
</ul>
<br>
<h3>3rd Semester</h3>
<ul>
<li>Computer Organization and Design</li>
<li>Introduction to Probability</li>
<li>Data Structures</li>
<li>Electrical Measurements</li>
<li>Analysis of Electrical Circuits</li>
</ul>
<br>
<br>
<h3>4th Semester</h3>
<ul>
<li>Algorithms</li>
<li>Differential Equations</li>
<li>Arithmetical Analysis</li>
<li>Introduction to Electronics</li>
<li>Signals and Systems</li>
</ul>
<br>
<br>
<h3>5th Semester</h3>
<ul>
<li>Computer Networking I</li>
<li>Data Base Systems I</li>
<li>Systems of Autonomous Control</li>
<li>Concurrent Programming</li>
<li>Digital Signal Processing</li>
</ul>
<br>
<br>
<h3>6th Semester</h3>
<ul>
<li>Electromagnetic Fields I</li>
<li>Telecommunication Systems</li>
<li>Electrical Power Systems</li>
<li>Object Oriented Programming (Java, C++)</li>
<li>Embedded Systems</li>
</ul>
<br>
<br>
<h3>7th Semester</h3>
<ul>
<li>Web Development</li>
<li>Computational Algebra</li>
<li>Compiler Design</li>
<li>Artificial Inteligence</li>
<li>Neural Networks </li>
</ul>
<br>
<br>
<h3>8th Semester</h3>
<ul>
<li>BlockChain Technology</li>
<li>Operating Systems</li>
<li>Data Mining</li>
<li>Introduction to Robotics</li>
<li>Video Game Development & Design (Unity) </li>
</ul>
<br>
</div>
</div>
</div>
<!--Right col: Education-->
<div class="right-col animated slideInDown delay-1s slow">
<h3><i class="fa fa_banner fa-graduation-cap"></i> Education and Certifications:</h3>
<div style="display: block;">
<div class="col3" style ="border-right:2px solid #d0bdf4;">
<em class="date">
28/09/2017-<br>
Now
</em>
</div>
<div class="col4" >
<h5><strong>University of Thessaly,</strong><br> 4th year in Electrical and Computer Engineering
</h5>
</div>
</div><br>
<div style="display: block;">
<div class="col3" style ="border-right:2px solid #d0bdf4;">
<em class="date">
13/09/2005-<br>
30/06/2017
</em>
</div>
<div class="col4" >
<h5><strong>Peiramatiko School Panepistimiou, Athens,</strong><br> Elementary, Middle and High School Education</h5>
</div>
</div>
<div style="display: block;">
<div class="col3" style ="border-right:2px solid #d0bdf4;">
<em class="date">
29/11/2014
</em>
</div>
<div class="col4" >
<h5><strong>Certificate of Proficiency in English, Michigan</strong></h5>
</div>
</div>
<div style="display: block;">
<div class="col3" style ="border-right:2px solid #d0bdf4;">
<em class="date">
03/09/2014
</em>
</div>
<div class="col4" >
<h5><strong>B2 Goethe-Zertifikat, German, Grade: average</strong></h5>
</div>
</div>
</div>
</div>
</div>
<footer>
<p>
For further communication:
</p>
<!--nav aria-label="breadcrumb"-->
<ol class="breadcrumb justify-content-center">
<li class="breadcrumb-item">Phone: (+30)6983722024</li>
<li class="breadcrumb-item">Email: [email protected]</li>
</ol>
<!--/nav-->
</footer>
</body>
</html>