-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·549 lines (461 loc) · 30.9 KB
/
index.html
File metadata and controls
executable file
·549 lines (461 loc) · 30.9 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
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
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
<!DOCTYPE html>
<html lang="zxx">
<head>
<!-- META DATA -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- TITLE OF SITE -->
<title>Victor Albulescu</title>
<!-- favicon -->
<link id="favicon" rel="icon" type="image/png" href="assets/images/favicon.ico">
<!-- Google Fonts-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700">
<!-- Bootstrap css -->
<link rel="stylesheet" href="assets/css/bootstrap.css">
<!-- splitlayout.css -->
<link rel="stylesheet" href="assets/css/splitlayout.css">
<link rel="stylesheet" href="assets/css/animations.css">
<!-- responsiveslides.css -->
<link rel="stylesheet" href="assets/css/responsiveslides.css">
<!-- slick css -->
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/slick-theme.css">
<!-- magnific-popup.css -->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!-- font-awesome.min.css -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/pe-icon-7-stroke.min.css">
<!-- Main style css -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Responsive css -->
<link rel="stylesheet" href="assets/css/responsive.css">
<!-- Yellow Color -->
<!-- <link rel="stylesheet" href="assets/css/color-yellow.css"> -->
<!-- Purple Color -->
<!-- <link rel="stylesheet" href="assets/css/color-purple.css"> -->
<!-- Green Color -->
<!-- <link rel="stylesheet" href="assets/css/color-green.css"> -->
<!-- Red Color -->
<!-- <link rel="stylesheet" href="assets/css/color-red.css"> -->
<!-- Blue Color -->
<!-- <link rel="stylesheet" href="assets/css/color-blue.css"> -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--Start Preloader-->
<div class="page-loader startLoad">
<div class="loader startLoad"></div>
</div>
<!--End Preloader-->
<div id="splitlayout" class="splitlayout close-right">
<div class="intro">
<!--Start Home-->
<div class="home_type full-height">
<div class="side side-left container">
<div class="overlayer">
<div id="particles-js"></div>
<div class="display-table">
<div class="display-table-cell">
<h1 class="fit__text">I AM <span id="typed"></span></h1>
<div id="typed-strings">
<span>VICTOR ALBULESCu</span>
<span>A WEB DEVELOPER</span>
<span>FROM ROMANIA</span>
</div>
<div class="more_info">
<div class="item">
<span class="info-title">Age : </span>
<span class="info-body">
<span class="my-age">111</span> Years
</span>
</div>
<div class="item">
<span class="info-title">Date of birth : </span>
<span class="info-body">04-08-1985</span>
</div>
<div class="item">
<span class="info-title">Address : </span>
<span class="info-body">Timisoara, Romania</span>
</div>
<div class="item">
<span class="info-title">E-mail : </span>
<span class="info-body">albulescu.victor.alexandru@gmail.com</span>
</div>
<div class="item">
<span class="info-title">Freelance : </span>
<span class="info-body">Available</span>
</div>
<a href="#resume" class="goToSec">RÉSUMÉ</a>
<a href="#contact" class="goToSec">HIRE ME</a>
</div><!--.more_info-->
</div><!--.display-table-cell-->
</div><!--.display-table-->
</div><!--.overlayer-->
</div><!--.side-->
</div><!--.home_type-->
<!--End Home-->
<!--Start Menu-->
<div class="mob-menu-overlay"></div>
<div class="mob-menu">
<div class="mob-menu-content">
<div class="float-left">
<p class="menu-title">Victor Albulescu</p>
</div>
<div class="float-right">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
</div>
</div>
<div class="side side-right">
<div class="intro-content">
<div class="profile">
<img src="assets/images/me.jpg" alt="profile">
</div>
<h1>
<span>Victor Albulescu</span>
</h1>
<div class="menu">
<!--Social links-->
<div class="social-icons">
<a href="https://www.facebook.com/albulescu.victor.alexandru" target="_blank">
<i class="fa fa-facebook"></i>
</a>
<a href="javascript:void(0)">
<i class="fa fa-twitter"></i>
</a>
<a href="https://www.linkedin.com/in/victor-alexandru-albulescu-153a7155/" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
<a href="javascript:void(0)">
<i class="fa fa-instagram"></i>
</a>
<a href="javascript:void(0)">
<i class="fa fa-vimeo"></i>
</a>
</div>
<!--Menu Items-->
<ul class="list-unstyled menu_list" id="menu">
<li>
<a href="#home" class="active_item">home</a>
</li>
<li>
<a href="#about">about me</a>
</li>
<li>
<a href="#resume">my résumé</a>
</li>
<li>
<a href="#contact">contact</a>
</li>
</ul>
</div><!--.menu-->
</div><!--.intro-content-->
</div><!--.side-->
<!--End Menu-->
</div><!-- /intro -->
<div class="page page-right full-height">
<div id="pt-main" class="pt-perspective page-inner">
<!--Start About Section-->
<section class="about padding-bottom-90 pt-page pt-page-current" id="about">
<div class="content">
<img class="center-block" src="assets/images/cat_programmer.jpeg" alt="">
<div class="container">
<div class="more-about-me">
<p class="margin-top-30">I'm <span class="my-age">111</span> years old creative web developer based in Timisoara, specialized in back end development for web applications. I worked a long period also as a full stack developer.</p>
<p class="margin-bottom-0">I love animals especially cats, to read, to travel and to talk. Yeah, I am a talker and a chatty person.</p>
</div>
<!-- Skills -->
<div class="skills row margin-top-45">
<div class="col-sm-6 item">
<h3 class="subtitle">My Skills
<svg width="66px" height="8px" viewBox="0 0 66 8" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g class="Web" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(-147.000000, -464.000000)" opacity="0.2" stroke-linecap="round" stroke-linejoin="round">
<g class="Header" stroke="#FFFFFF" stroke-width="3">
<path d="M149,466 C152.87377,466 152.87377,470 156.747541,470 C160.621311,470 160.621311,466 164.493293,466 C168.367064,466 168.367064,470 172.240834,470 C176.112816,470 176.112816,466 179.984798,466 C183.858569,466 183.858569,470 187.730551,470 C191.607898,470 191.607898,466 195.483457,466 C199.362593,466 199.362593,470 203.241728,470 C207.120864,470 207.120864,466 211,466"></path>
</g>
</g>
</svg>
</h3>
<!-- Skill 1 -->
<div class="skill">
<h5 class="name">PHP</h5>
<div>
<span class="true"></span>
<span class="true"></span>
<span class="true"></span>
<span class="true"></span>
<span class="false"></span>
</div>
<span>Advanced</span>
</div>
<div class="skill">
<h5 class="name">HTML</h5>
<div>
<span class="true"></span>
<span class="true"></span>
<span class="true"></span>
<span class="false"></span>
<span class="false"></span>
</div>
<span>Intermediate</span>
</div>
<!-- Skill 2 -->
<div class="skill">
<h5 class="name">CSS & CSS3</h5>
<div>
<span class="true"></span>
<span class="true"></span>
<span class="true"></span>
<span class="false"></span>
<span class="false"></span>
</div>
<span>Intermediate</span>
</div>
<!-- Skill 3 -->
<div class="skill">
<h5 class="name">javascript & jQuery</h5>
<div>
<span class="true"></span>
<span class="true"></span>
<span class="true"></span>
<span class="false"></span>
<span class="false"></span>
</div>
<span>Intermediate</span>
</div>
</div>
<div class="col-sm-6 item mob-margin-top-45">
<h3 class="subtitle">Languages
<svg width="66px" height="8px" viewBox="0 0 66 8" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g class="Web" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(-147.000000, -464.000000)" opacity="0.2" stroke-linecap="round" stroke-linejoin="round">
<g class="Header" stroke="#FFFFFF" stroke-width="3">
<path d="M149,466 C152.87377,466 152.87377,470 156.747541,470 C160.621311,470 160.621311,466 164.493293,466 C168.367064,466 168.367064,470 172.240834,470 C176.112816,470 176.112816,466 179.984798,466 C183.858569,466 183.858569,470 187.730551,470 C191.607898,470 191.607898,466 195.483457,466 C199.362593,466 199.362593,470 203.241728,470 C207.120864,470 207.120864,466 211,466"></path>
</g>
</g>
</svg>
</h3>
<!-- Lang 1 -->
<div class="skill">
<h5 class="name">Romanian</h5>
<div>
<span class="true"></span>
<span class="true"></span>
<span class="true"></span>
<span class="true"></span>
<span class="true"></span>
</div>
<span>native</span>
</div>
<!-- Lang 2 -->
<div class="skill">
<h5 class="name">English</h5>
<div>
<span class="true"></span>
<span class="true"></span>
<span class="true"></span>
<span class="true"></span>
<span class="false"></span>
</div>
<span>intermediate</span>
</div>
<!-- Lang 3 -->
<div class="skill">
<h5 class="name">French</h5>
<div>
<span class="true"></span>
<span class="true"></span>
<span class="false"></span>
<span class="false"></span>
<span class="false"></span>
</div>
<span>Beginner</span>
</div>
</div>
</div><!--.skills-->
</div><!--.container-->
</div><!--.content-->
</section>
<!--End About Section-->
<!--Start Resume Section-->
<section class="resume padding-bottom-90 pt-page" id="resume">
<div class="content">
<div class="container">
<div class="sec_title">
<h2>Resume</h2>
</div>
<div class="row">
<!--Education-->
<div class="col-md-6">
<h3 class="subtitle">Education
<svg width="66px" height="8px" viewBox="0 0 66 8" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g class="Web" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(-147.000000, -464.000000)" opacity="0.2" stroke-linecap="round" stroke-linejoin="round">
<g class="Header" stroke="#FFFFFF" stroke-width="3">
<path d="M149,466 C152.87377,466 152.87377,470 156.747541,470 C160.621311,470 160.621311,466 164.493293,466 C168.367064,466 168.367064,470 172.240834,470 C176.112816,470 176.112816,466 179.984798,466 C183.858569,466 183.858569,470 187.730551,470 C191.607898,470 191.607898,466 195.483457,466 C199.362593,466 199.362593,470 203.241728,470 C207.120864,470 207.120864,466 211,466"></path>
</g>
</g>
</svg>
</h3>
<div class="item">
<div class="date">
<span>2012 - 2014</span>
</div>
<div class="content">
<h4>Master Degree</h4>
<p>"Models and methods in artificial intelligence", on "Facultatea de Stiinte Exacte", Craiova.</p>
</div>
</div>
<div class="item">
<div class="date">
<span>2007 - 2011</span>
</div>
<div class="content">
<h4>Bachelor Degree</h4>
<p>Bachelor Degree in Informatics, on "Facultatea de Matematica si Informatica", Craiova.</p>
</div>
</div>
</div><!--.col-md-6-->
<!--Experience-->
<div class="col-md-6 mobSmart-margin-top-40">
<h3 class="subtitle">Experience
<svg width="66px" height="8px" viewBox="0 0 66 8" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g class="Web" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(-147.000000, -464.000000)" opacity="0.2" stroke-linecap="round" stroke-linejoin="round">
<g class="Header" stroke="#FFFFFF" stroke-width="3">
<path d="M149,466 C152.87377,466 152.87377,470 156.747541,470 C160.621311,470 160.621311,466 164.493293,466 C168.367064,466 168.367064,470 172.240834,470 C176.112816,470 176.112816,466 179.984798,466 C183.858569,466 183.858569,470 187.730551,470 C191.607898,470 191.607898,466 195.483457,466 C199.362593,466 199.362593,470 203.241728,470 C207.120864,470 207.120864,466 211,466"></path>
</g>
</g>
</svg>
</h3>
<div class="item">
<div class="date">
<span>2014 - Present</span>
</div>
<div class="content">
<h4>Web Developer</h4>
<p>
Working with several frameworks like Magento, Cake PHP, Sails js, Sugar CRM, Symphony, Laravel to create diverse apps and web solutions.
In last 3 years I worked mostly to customize, maintain and develop ERP solutions.
</p>
</div>
</div>
<div class="item">
<div class="date">
<span>2011 - 2013</span>
</div>
<div class="content">
<h4>Junior Web Developer</h4>
<p>Started to work as full stack developer, creating websites and web solution using php, css and javascript.</p>
</div>
</div>
</div><!--.col-md-6-->
</div><!--.row-->
</div><!--.container-->
</div><!--.content-->
</section>
<!--End Resume Section-->
<!--Start Contact Section-->
<section class="contact padding-bottom-90 pt-page" id="contact">
<div class="content">
<div class="container">
<div class="sec_title">
<h2>Contact Me</h2>
</div>
<div class="row">
<div class="col-sm-6">
<h3 class="subtitle">Get in Touch
<svg width="66px" height="8px" viewBox="0 0 66 8" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g class="Web" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(-147.000000, -464.000000)" opacity="0.2" stroke-linecap="round" stroke-linejoin="round">
<g class="Header" stroke="#FFFFFF" stroke-width="3">
<path d="M149,466 C152.87377,466 152.87377,470 156.747541,470 C160.621311,470 160.621311,466 164.493293,466 C168.367064,466 168.367064,470 172.240834,470 C176.112816,470 176.112816,466 179.984798,466 C183.858569,466 183.858569,470 187.730551,470 C191.607898,470 191.607898,466 195.483457,466 C199.362593,466 199.362593,470 203.241728,470 C207.120864,470 207.120864,466 211,466"></path>
</g>
</g>
</svg>
</h3>
<p>If you want to talk with me or need more information, please use details from below or Contact Form.</p>
<div class="info">
<div class="item">
<span class="pe-7s-map-marker pe-3x pe-va icon"></span>
<div>
<span>Find Me</span>
<p>Timisoara, Romania</p>
</div>
</div>
<div class="item">
<span class="pe-7s-mail pe-3x pe-va icon"></span>
<div>
<span>Mail Me</span>
<p><a href="mailto:albulescu.victor,alexandru@gmail.com">albulescu.victor.alexandru@gmail.com</a></p>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<h3 class="subtitle">Contact Form
<svg width="66px" height="8px" viewBox="0 0 66 8" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g class="Web" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(-147.000000, -464.000000)" opacity="0.2" stroke-linecap="round" stroke-linejoin="round">
<g class="Header" stroke="#FFFFFF" stroke-width="3">
<path d="M149,466 C152.87377,466 152.87377,470 156.747541,470 C160.621311,470 160.621311,466 164.493293,466 C168.367064,466 168.367064,470 172.240834,470 C176.112816,470 176.112816,466 179.984798,466 C183.858569,466 183.858569,470 187.730551,470 C191.607898,470 191.607898,466 195.483457,466 C199.362593,466 199.362593,470 203.241728,470 C207.120864,470 207.120864,466 211,466"></path>
</g>
</g>
</svg>
</h3>
<div class="contact_form">
<form action="send.php" method="post">
<input placeholder="Name" name="name" type="text" class="form-control">
<input placeholder="E-mail" name="email" type="email" class="form-control">
<textarea placeholder="Message" name="message" class="form-control"></textarea>
<div class="submit btn btn-lg btn-success btn-block">Send Message</div>
<!--Contact form message-->
<div class="msg_success"><p>Your message has been sent. Thank you!</p></div>
<div class="msg_error"><p>Sorry your message can not be sent.</p></div>
<!--End contact form message-->
</form>
</div>
</div>
</div>
</div><!--.container-->
</div><!--.content-->
</section>
<!--End Contact Section-->
</div><!--.page-inner-->
</div><!--.page-right-->
</div><!--.splitlayout-->
<!--jquery.min.js-->
<script src="assets/js/jquery.min.js"></script>
<!--jquery.min.js-->
<script src="assets/js/jquery-migrate-1.2.1.min.js"></script>
<!--jquery.matchHeight-min.js-->
<script src="assets/js/jquery.matchHeight-min.js"></script>
<!--jquery.alterclass.js-->
<script src="assets/js/jquery.alterclass.js"></script>
<!--bootstrap.min.js-->
<script src="assets/js/bootstrap.min.js"></script>
<!--particles.min.js-->
<script src="assets/js/particles.min.js"></script>
<script src="assets/js/nasa-particles.js"></script>
<!--modernizr.custom.js-->
<script src="assets/js/modernizr.custom.js"></script>
<!--typed.min.js-->
<script src="assets/js/typed.min.js"></script>
<!--responsiveslides.min.js-->
<script src="assets/js/responsiveslides.min.js"></script>
<!--jquery.fittext.js-->
<script src="assets/js/jquery.fittext.js"></script>
<!--isotope.pkgd.min.js-->
<script src="assets/js/isotope.pkgd.min.js"></script>
<!--slick.js-->
<script src="assets/js/slick.js"></script>
<!--jquery.magnific-popup.min.js-->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- Main script js -->
<script src="assets/js/custom.js"></script>
</body>
</html>