-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·404 lines (347 loc) · 20 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
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Anastasios Beis - Resume Portfolio">
<meta name="author" content="Anastasios Beis @ab3is">
<title>Anastasios Beis - Resume Portfolio</title>
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" media="screen">
<link href="assets/css/animate.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet" media="screen">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="manifest.json">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#fb273b">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div class="wrapper">
<div id="preloader">
<div id="status">
<div class="status-mes">
<h4>Anastasios Beis</h4>
</div>
</div>
</div>
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
<img src="assets/images/logo.png" alt="" class="img-responsive logo">
<span>Anastasios Beis</span>
</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#intro" title="Home">home</a></li>
<li><a href="#profile" title="Profile">Profile</a></li>
<li><a href="#resume" title="Resume">Resume</a></li>
</ul>
</div>
</div>
</nav>
<section id="intro" class="section">
<div class="ovrl"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="text-cnt">
<div class="hello wow bounceInDown">
<h1 class="top-text"><span class="element-top">Hi, I am Tasos Beis</span></h1>
<h3 class="top-text"><span class="element"></span></h3>
</div>
</div>
</div>
</div>
<a href="#profile" title="Profile">
<div class="mouse-icon">
<div class="wheel"></div>
</div>
</a>
</div>
</section>
<section id="profile" class="section">
<div class="container">
<div class="row">
<div class="col-md-12 headline wow bounceInDown text-center">
<h2>Anastasios Beis</h2>
<p>Front-end Developer | UI/UX Architect | Shopify Expert</p>
</div>
<div class="col-md-4 col-sm-6 wow bounceInUp">
<div class="profile-widget">
<h3>Skillset</h3>
<h5>UI / UX Architecture</h5>
<div class="skill-bar">
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-off"></div>
</div>
<h5>HTML / CSS3 / SASS</h5>
<div class="skill-bar">
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
</div>
<h5>Javascript</h5>
<div class="skill-bar">
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-off"></div>
</div>
<h5>Bootstrap</h5>
<div class="skill-bar">
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
</div>
<h5>Shopify</h5>
<div class="skill-bar">
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
<div class="skill-rate-on"></div>
</div>
</div>
<div class="profile-widget">
<h3>Social Profiles</h3>
<ul class="widget-social">
<li><a href="//abeis.github.io" target="_blank" rel="noopener noreferrer" title="Github"><i class="fa fa-github-alt"></i></a></li>
<li><a href="//www.linkedin.com/in/anastasiosbeis" target="_blank" rel="noopener noreferrer" title="LinkedIn"><i class="fa fa-linkedin"></i></a></li>
<li><a href="//twitter.com/ab3is" target="_blank" rel="noopener noreferrer" title="Twitter"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-8 col-sm-12 wow bounceInRight">
<h3>Profesional Summary</h3>
<p>I am a front-end web developer, passionate about programming and UI/UX architecture.
Following the best coding practices of HTML5, CSS3, JS and W3C standards in combination
with the latest web technologies and modern frameworks, my goals are to implement
pixel-perfect responsive end products that engage users and effectively increase
sales/traffic.</p>
<p>I enjoy solving problems that interest me personally or by participating in events such as
coding competitions and hackathons. I love the Internet, I built my first website (for a
class project) when I was 14 and I have been expanding my skill-set ever since. My research
interests revolve around: Human-Computer Interaction, End user programming, Web
Architecture and Open Web Standards.</p>
<ul>
<li>Possessing significant knowledge on OOP principles, Design Patterns and UI/UX best
practices</li>
<li>Experienced with iterative based methodologies, such as Scrum process framework for
agile development</li>
<li>Competent on researching technical challenges and finding solutions to problems, while
working with a team or independently</li>
</ul>
</div>
</div>
</div>
</section>
<section id="resume" class="section">
<div class="container">
<div class="row">
<div class="col-md-12 headline wow bounceInDown">
<h2>Resume</h2>
<p>My education and experience.</p>
</div>
</div>
<div class="row resume-items">
<div class="col-md-3 wow bounceInLeft">
<h3>Experience</h3>
</div>
<div class="col-md-6 col-sm-8 resume-item wow bounceInUp">
<h4>Front-End Developer</h4>
<ul>
<li>Translate requirements and mockups into fully functioning features using JavaScript and
HTML/CSS</li>
<li>Convert PSD documents and layouts from the graphic design team into HTML/CSS/JS themes</li>
<li>Work closely with the team to both develop detailed specification documents with clear
project deliverables and timelines, to ensure timely completion of projects</li>
<li>Build reusable code and libraries for future use</li>
<li>Ensure optimization for maximum speed and scalability</li>
</ul>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> EMPIST</h4>
<i class="fa fa-calendar"></i> Aug 2017 - Present
<hr class="visible-xs">
</div>
<div class="col-md-6 col-md-offset-3 col-sm-8 resume-item wow bounceInUp">
<h4>Front-End Developer</h4>
<ul>
<li>Convert PSD documents and layouts from the graphic design team into HTML/CSS/JS themes</li>
<li>Work closely with the team to both develop detailed specification documents with clear
project deliverables and timelines, to ensure timely completion of projects</li>
<li>Build reusable code and libraries for future use</li>
<li>Ensure optimization for maximum speed and scalability</li>
</ul>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> Digerati Group</h4>
<i class="fa fa-calendar"></i> 2015 - Aug 2017
<hr class="visible-xs">
</div>
<div class="col-md-6 col-md-offset-3 col-sm-8 resume-item wow bounceInUp">
<h4>Freelance Web Developer</h4>
<ul>
<li>Create Web Development projects for private clients, open source communities</li>
<li>Consult clients on technology issues; suggest ideas on effective interfaces that
increased traffic and sales over 100%</li>
</ul>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> Freelance</h4>
<i class="fa fa-calendar"></i> 2013 - 2015
<hr class="visible-xs">
</div>
<div class="col-md-6 col-md-offset-3 col-sm-8 resume-item wow bounceInUp">
<h4>Computer Labs Assistant, Information Resources Management</h4>
<ul>
<li>Managed, monitored, maintained and supervised the computer assets of the department</li>
<li>Assisted/trained students and teachers on software and hardware issues that
occasionally occurred</li>
</ul>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> DEREE - The American College of Greece</h4>
<i class="fa fa-calendar"></i> 2013 - 2014
<hr class="visible-xs">
</div>
</div>
<div class="row resume-items">
<div class="col-md-3 wow bounceInLeft">
<h3>Education</h3>
</div>
<div class="col-md-6 col-sm-8 resume-item wow bounceInUp">
<h4>Deree - The American College of Greece</h4>
<p>Bachelor of Arts & Sciences in Information Technology <br>
BSc Hons in Information Technology: Software Development, Open University Validated (UK)</p>
<ul>
<li>Scholarship award recipient</li>
</ul>
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> Deree - The American College of Greece</h4>
<i class="fa fa-calendar"></i> 2010 - 2015 <br>
<i class="fa fa-map-marker"></i> Athens, Greece
</div>
<div class="col-md-6 col-md-offset-3 col-sm-8 resume-item wow bounceInUp">
<h5>Significant Courses</h5>
<ul>
<li>Internet Programming</li>
<li>Software Engineering</li>
<li>Project Management</li>
<li>Professional Communication (Team Leader)</li>
<li>Software Development Capstone Project</li>
</ul>
<h5>Significant Projects</h5>
<ul>
<li>Development of a social Web Application: “Discover Greece”, utilizing the HTML5
Geolocation API to identify nearby places of cultural significance in accordance to the
user’s location</li>
<li>Development of a fully functional E-shop (Front End+ Back End)</li>
</ul>
</div>
</div>
<div class="row resume-items">
<div class="col-md-3 wow bounceInLeft">
<h3>Certifications</h3>
</div>
<div class="col-md-6 col-sm-8 resume-item wow bounceInUp">
<h4>Certified Apple Product Professional, iOS Technical Training – Final Quiz by: Apple.com</h4>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> Apple</h4>
<i class="fa fa-calendar"></i> 2014 - Present
<hr class="visible-xs">
</div>
<div class="col-md-6 col-md-offset-3 col-sm-8 resume-item wow bounceInUp">
<h4>An Introduction to Interactive Programming in Python</h4>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> Coursera.com</h4>
<i class="fa fa-calendar"></i> 2014
<hr class="visible-xs">
</div>
</div>
<div class="row resume-items">
<div class="col-md-3 wow bounceInLeft">
<h3>Competitions</h3>
</div>
<div class="col-md-6 col-sm-8 resume-item wow bounceInUp">
<h4>Microsoft YouthSpark Competition, Finalist: Certified as a “GetBusy Ambassador” by:
GetBusy.gr</h4>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> Getbusy.gr</h4>
<i class="fa fa-calendar"></i> 2014
<hr class="visible-xs">
</div>
<div class="col-md-6 col-md-offset-3 col-sm-8 resume-item wow bounceInUp">
<h4>Sustainable Business Ideas for a Better World, Green City Hackathon Finalist by:
Aephoria.net</h4>
<hr class="hidden-xs">
</div>
<div class="col-md-3 col-sm-4 resume-place wow bounceInRight">
<h4><i class="fa fa-suitcase"></i> Aephoria.net</h4>
<i class="fa fa-calendar"></i> 2013
<hr class="visible-xs">
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="contact-footer text-center">
<h3>CONTACT</h3>
<ul class="widget-social">
<li><a href="//abeis.github.io" target="_blank" rel="noopener noreferrer" title="Github"><i class="fa fa-github-alt"></i></a></li>
<li><a href="//www.linkedin.com/in/anastasiosbeis" target="_blank" rel="noopener noreferrer" title="LinkedIn"><i class="fa fa-linkedin"></i></a></li>
<li><a href="//twitter.com/ab3is" target="_blank" rel="noopener noreferrer" title="Twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="mailto:anastasiosbeis@gmail.com" title="Send me an Email"><i class="fa fa-envelope"></i></a></li>
</ul>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<p class="copy">© 2016 Anastasios Beis, All Rights Reserved.</p>
</div>
</div>
</div>
</footer>
</div>
<script src="assets/js/custom.js"></script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-105369884-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>