-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
729 lines (591 loc) · 31.7 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
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
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
<!DOCTYPE html>
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Simonel David</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<script async src="https://api.countapi.xyz/hit/simoneldavid.github.io/c249ca82-bd16-44ab-ab37-53153f1b9b12?callback=websiteVisits"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="SD.ico" type="image/x-icon">
<link rel="icon" href="SD.ico" type="image/x-icon">
</head>
<body id="top">
<!-- header
================================================== -->
<header>
<div class="header">
<p class="logo"><a href="index.html"></a></p>
<p class="romanian"><a href="index_ro.html"></a></p>
<p class="english"><a href="index.html"></a></p>
</div>
<a id="header-menu-trigger" href="#0">
<span class="header-menu-text">Menu</span>
<span class="header-menu-icon"></span>
</a>
<nav id="menu-nav-wrap">
<a href="#0" class="close-button" title="close"><span>Close</span></a>
<h3>Menu</h3>
<ul class="nav-list">
<li class="current"><a class="smoothscroll" href="#home" title="">Home</a></li>
<li><a class="smoothscroll" href="#about" title="">About</a></li>
<li><a class="smoothscroll" href="#skills" title="">Skills</a></li>
<li><a class="smoothscroll" href="#credentials" title="">Experience</a></li>
<li><a class="smoothscroll" href="#portfolio" title="">Projects</a></li>
<li><a class="smoothscroll" href="#stats" title="">Stats</a></li>
<li><a href="blog/blog.html" title="">Blog</a></li>
<li><a href="https://calendar.google.com/calendar/embed?src=simoneldavid17%40gmail.com&ctz=Europe%2FBucharest" target="_blank" title="">Calendar</a></li>
<li><a class="smoothscroll" href="#contact" title="">Contact</a></li>
</ul>
<ul class="header-social-list">
<li>
<a href="https://www.facebook.com/simonel.david.5/" target="_blank"><i class="fa fa-facebook-square"></i></a>
</li>
<li>
<a href="https://twitter.com/SimonelDavid" target="_blank"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/simoneldavid/" target="_blank"><i class="fa fa-linkedin"></i></a>
</li>
<li>
<a href="https://github.com/simoneldavid" target="_blank"><i class="fa fa-github"></i></a>
</li>
<li>
<a href="https://www.instagram.com/david.simonel_7/" target="_blank"><i class="fa fa-instagram"></i></a>
</li>
</ul>
</nav> <!-- end #menu-nav-wrap -->
</header> <!-- end header -->
<!-- home
================================================== -->
<section id="home">
<div class="overlay"></div><div class="gradient-overlay"></div>
<div class="home-content-table">
<div class="home-content-tablecell">
<div class="row">
<div class="col-twelve">
<div class="home-bottom-text">
<h3 class="animate-intro">Hello, World.</h3>
<h1 class="animate-intro">
I am Simonel David. <br>
Computer Science student. <br>
Based in Cluj-Napoca Romania.
</h1>
<ul class="home-section-links">
<li class="animate-intro">More <a href="#about" class="smoothscroll">About Me</a></li>
<li class="animate-intro">View <a href="#portfolio" class="smoothscroll">My Projects</a></li>
<li class="animate-intro">Contact <a href="#contact" class="smoothscroll">By Email</a></li>
</ul>
</div> <!-- end home-bottom-text -->
</div> <!-- end col-twelve -->
</div> <!-- end row -->
</div> <!-- end home-content-tablecell -->
</div> <!-- end home-content-table -->
<a href="#about" class="scroll-icon smoothscroll">
<span class="icon-DownArrow"></span>
</a>
</section> <!-- end home -->
<!-- about
================================================== -->
<section id="about">
<div class="about-profile-bg"></div>
<div class="about-wrap">
<div class="about-profile">
<div class="about-profile-bg"></div>
<div class="intro">
<h3 class="animate-this">About</h3>
<h1 class="animate-this">More About Me.</h1>
<p class="lead animate-this">I am an enthusiastic young man who likes to take advantage of all the opportunities that arise. I like to devote most of my time to my biggest passions: computer science, space field and education. I try as much as possible to contribute daily with new skills to each of these passions of mine.</p>
</div>
<p class="animate-this">
Speaking of computer science, I would like to tell you more about this and what I am doing in this field. I am passionate about DevOps and I would like to work and develop myself by working as a DevOps engineer, but maybe after I reach the senior level, I want to take the chance of working more in the cyber security field. I think that nowadays, cyber security and DevOps are two fields that will get bigger and bigger, and the world will need a lot of engineers who will be prepared in these fields. Also, I think that blockchain is a rising field, and as much as nowadays this is a powerful weapon, I think that it's not already a good time to implement it everywhere, but it's good for us teenagers to learn more about it.
</p>
<p class="animate-this">And now more about space and education. As you get to know me, you will realize that ROSPIN left an important mark on my life. There, I met a lot of people who helped me a lot in developing myself and gave me the opportunity to become a better version of myself. So I have continued working with them to make Romania Spatial and I have developed a personal idea for a startup.</p>
<p>
<a href="#contact" class="button full-width animate-this">Contact Me</a>
<a href="files/CV.pdf" target="_blank" class="button button-primary full-width animate-this">Download CV</a>
</p>
</div> <!-- end about-profile -->
<div class="about-services">
<div class="intro">
<h3 class="animate-this">Services</h3>
<h1 class="animate-this">What I Do.</h1>
<p class="lead animate-this">
I enjoy helping others so below you can see what I can do based on my experience. Also if you are interested in working with me I advise you to check my <a href="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=Europe%2FBucharest&title=Simonel%20David's%20Public%20Calendar&src=c2ltb25lbGRhdmlkMTdAZ21haWwuY29t&src=Y19jbGFzc3Jvb21jMDY0ODVmOEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%23039BE5&color=%23174ea6" target="_blank">calendar</a>.
</p>
</div>
<ul class="services">
<li class="item-branding animate-this">
<div class="icon-wrap">
<i class="fa fa-terminal"></i>
</div>
<div class="service-item">
<h4>DevOps</h4>
<p>
At this moment, I know very well how to work with Vagrant and Dockers, and I also have basic knowledge of Ansible, Terraform, Microsoft Azure, and AWS Cloud Services. Also, I have good knowledge of Linux systems.
</p>
</div>
</li>
<li class="item-photography animate-this">
<div class="icon-wrap">
<i class="fa fa-code"></i>
</div>
<div class="service-item">
<h4>Coding</h4>
<p>Based on my study field, I know very well how to code in Python, C/C++ and Java. You can see my projects on my GitHub repository named CSFacultyHomework.
</p>
</div>
</li>
<li class="item-webdesign animate-this">
<div class="icon-wrap">
<i class="icon-Manager"></i>
</div>
<div class="service-item">
<h4>Management</h4>
<p>ROSPIN gave me the opportunity to be the project manager of <a href="https://rospin.org/rospin-school/" target="_blank"> ROSPIN School</a>, one of their educational projects aims to give an environment to high school students to work on a spatial project and also to learn from the professionals. I am also their ambassador in Cluj-Napoca, where I am working with the other ambassadors to entertain a community of space enthusiasts. Based on my experience, I know what hard work looks like and I am looking forward to developing myself with new opportunities.
</div>
</li>
<li class="item-uiux animate-this">
<div class="icon-wrap">
<i class="icon-Music"></i>
</div>
<div class="service-item">
<h4>Music and art</h4>
<p>In 2015 I started to play the violin, and between 2016 and 2021 I was part of a dancing group. I can play classical and modern music (but not folk) on the violin, and I've danced in modern and contemporary styles.
</p>
</div>
</li>
</ul>
</div> <!-- end about-services -->
</div> <!-- end about-wrap -->
</section> <!-- end about -->
<!-- about
================================================== -->
<section id="skills">
<div class="overlay"></div>
<div class="gradient-overlay"></div>
<div class="row wide">
<div class="col-skills">
<div class="section-intro">
<h3 class="animate-this">Skillset</h3>
<h1 class="animate-this">I've Got Some Skills.</h1>
<p class="animate-this">I have a lot of skills and I will not go into details below, but you can see more skills listed on my <a href="https://www.linkedin.com/in/simoneldavid/details/skills/" target="_blank">LinkedIn</a></p> account. There you can see easier all the skills related to my experience and my certifications.
</div>
<ul class="skill-bars">
<li class="animate-this" data-animate="fadeInRight">
<div class="progress percent90"><span>90%</span></div>
<strong>Programming(python, c/c++, java, etc.)</strong>
</li>
<li class="animate-this" data-animate="fadeInRight">
<div class="progress percent85"><span>85%</span></div>
<strong>Leadership</strong>
</li>
<li class="animate-this" data-animate="fadeInRight">
<div class="progress percent70"><span>70%</span></div>
<strong>Communication</strong>
</li>
<li class="animate-this" data-animate="fadeInRight">
<div class="progress percent95"><span>95%</span></div>
<strong>Management</strong>
</li>
<li class="animate-this" data-animate="fadeInRight">
<div class="progress percent75"><span>75%</span></div>
<strong>Music</strong>
</li>
<li class="animate-this" data-animate="fadeInRight">
<div class="progress percent90"><span>90%</span></div>
<strong>Linux</strong>
</li>
</ul>
</div> <!-- end col-six -->
</div> <!-- end row wide -->
</section> <!-- end skills -->
<!-- credentials
================================================== -->
<section id="credentials">
<div class="row narrow section-intro with-bottom-sep">
<div class="col-twelve">
<h3 class="animate-this">Career and Education</h3>
<h1 class="animate-this">More of My Credentials.</h1>
<p class="lead">Here you can read more about my education and my career, but I am not entering details, just the overview. You can see more details on LinkedIn under my <a href="https://www.linkedin.com/in/simoneldavid/details/education/" target="_blank">education</a> and <a href="https://www.linkedin.com/in/simoneldavid/details/experience/" target="_blank">experience</a> sections</p>
</div>
</div> <!-- end section-intro -->
<div class="row wide credentials-content">
<div class="col-six tab-full left">
<h2 class="animate-this">Experience</h2>
<div class="timeline-wrap">
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-briefcase"></i>
</div>
<div class="timeline-header">
<p class="timeframe">October 2022 - Present</p>
<h3>COERA</h3>
<h4>Trainee DevOps Engineer</h4>
</div>
<div class="timeline-content">
<p>Starting in October 2022, I will be a DevOps Engineer at COERA on a trainee level. I am looking forward to learning new things and helping the company with everything they need.</p>
</div>
</div> <!-- end timeline-block -->
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-briefcase"></i>
</div>
<div class="timeline-header">
<p class="timeframe">July 2022 - August 2022</p>
<h3>COERA</h3>
<h4>Intern DevOps Engineer</h4>
</div>
<div class="timeline-content">
<p>I started this internship with basic knowledge of operating systems(especially Linux and Windows), and I managed to finish with a lot of new knowledge. After the internship, I can say that I know how to work with Vagrant and Dockers very well and I have basic knowledge of Ansible, Terraform, Microsoft Azure and AWS Cloud Services. At the end of the internship, I also gained a lot of soft skills like time management, public speaking, and presentation management.</p>
</div>
</div> <!-- end timeline-block -->
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-briefcase"></i>
</div>
<div class="timeline-header">
<p class="timeframe">December 2021 - September 2022</p>
<h3>Romanian Space Initiative</h3>
<h4>ROSPIN School Project Manager</h4>
</div>
<div class="timeline-content">
<p>ROSPIN School is a project organized by Romanian Space Initiative in collaboration with Romanian Science Festival. This program is for high school students from all over Romania and it was organized in the spring of 2022 with a number of over 300 participants. I was the project manager so taking in consideration that this was it's first edition I had a lot of work on defining the project and also on monitoring the work done by the team. I learned more there and if you want to know more details you can <a href="#contact">contact me</a>.</p>
</div>
</div> <!-- end timeline-block -->
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-briefcase"></i>
</div>
<div class="timeline-header">
<p class="timeframe">October 2021 - Present</p>
<h3>Romanian Space Initiative</h3>
<h4>Ambassador</h4>
</div>
<div class="timeline-desc">
<p>Starting with the second edition of the Academy Level One, I met the awesome people from ROSPIN, and they offered me the opportunity of creating and maintaining a spatial community in Cluj-Napoca. I managed to find people from Cluj-Napoca who want to know more about space and to entertain them with some activities and small conferences. I am looking forward to more activities and maybe a monthly conference and informal meeting with everyone.</p>
</div>
</div> <!-- end timeline-block -->
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-briefcase"></i>
</div>
<div class="timeline-header">
<p class="timeframe">October 2021 - Present</p>
<h3>Societatea HERMES</h3>
<h4>Human Resources</h4>
</div>
<div class="timeline-content">
<p>I am a part of the Human Resources department, and I am constantly looking around for my colleagues from faculty to be entertained by our NGO. I volunteered at Hermes Hackathon 2021, and there I tried to prepare some energy drinks for paritipants and also was responsible for other volunteers in order to be sure if they would go to every team to ask them if they needed help. I am looking forward to preparing more projects for the NGO in order to make my colleagues' faculty experience better.</p>
</div>
</div> <!-- end timeline-block -->
</div> <!-- end timeline-wrap -->
</div> <!-- end col-six -->
<div class="col-six tab-full right">
<h2 class="animate-this">Education</h2>
<div class="timeline-wrap">
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-graduation-cap"></i>
</div>
<div class="timeline-header">
<p class="timeframe">September 2021 - Present</p>
<h3>Universitatea Babeș-Bolyai - Mathematics and Computer Science Faculty</h3>
<h4>Bachelor Degree</h4>
</div>
<div class="timeline-content">
<p>At present, I am a student at Babeş-Bolyai University, Faculty of Mathematics and Computer Science, with a major in Computer Science. I was the student representative of my department from the first year. Taking into consideration my position, I communicate very often with teachers and a lot of my colleagues to be sure that all the information arrives in good shape and also to organize every exam session.</p>
</div>
</div> <!-- end timeline-block -->
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-graduation-cap"></i>
</div>
<div class="timeline-header">
<p class="timeframe">March 2022 - April 2022</p>
<h3>Romanian Space Initiative - Academy</h3>
<h4>Level Two</h4>
</div>
<div class="timeline-content">
<p>I was a participant at ROSPIN Academy Level Two, where I learned the basics of the space field. I participated in lessons on Orbital Mechanics, Mission Lifecycle, Payload and Power, On-Board Data Handling, Orbit Control System, Spacecraft Propulsion, Structure and Thermal Control, Rockets and many more, along with some late-night talks about some of the facts of the lessons. I participated in every lesson, and that helped me again to participate in the next level of ROSPIN Academy.</p>
</div>
</div> <!-- end timeline-block -->
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-graduation-cap"></i>
</div>
<div class="timeline-header">
<p class="timeframe">October 2021 - November 2021</p>
<h3>Romanian Space Initiative - Academy</h3>
<h4>Level One</h4>
</div>
<div class="timeline-content">
<p>I was a participant at ROSPIN Academy Level One, where I learned the basics of the space field. I participated in lessons on Astronomy and Space Sector Overview, Space Sustenabilty, Space Law, and many discussions outside of the lesson time interval in order to ask for more informal information in this field. I participated in every lesson, and that helped me participate in the next level of ROSPIN Academy.</p>
</div>
</div> <!-- end timeline-block -->
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-graduation-cap"></i>
</div>
<div class="timeline-header">
<p class="timeframe">September 2017 - June 2021</p>
<h3>Liceu Teoretic "Ion Constantin Brătianu" Hațeg</h3>
<h4>Bacalaureat</h4>
</div>
<div class="timeline-desc">
<p>During my high school years, I was present in a lot of local activities, and it was not that hard because Hateg is a small town. I took violin and modern dance lessons, and with the help of the people that I met there, I was able to participate in a lot of competitions and local events. I also participated in a lot of school competitions, most of them in the science field. My biggest award was third place in the Astronomy and Astrophysics Olympiad, and I qualified for the national level, but the olympiad was canceled because of the COVID-19 pandemic. I was also in two Erasmus+ projects. One of them was in Lithuania in 2018 and the other one in Turkey in 2019. I was a member of my high school's robotics team, where I learned a lot about electronics and programming arduinos boards. I was team leader for some projects there, and I focused more on software components, such as creating android applications for controlling robotic arms. I was a very active person during high school and I am looking forward to being more active at university.</p>
</div>
</div> <!-- end timeline-block -->
</div> <!-- end timeline-block -->
</div> <!-- end timeline-wrap -->
</div> <!-- end col-six -->
</div> <!-- end row wide -->
</section> <!-- end credentials -->
<!-- portfolio
================================================== -->
<section id="portfolio">
<div class="row narrow section-intro with-bottom-sep">
<div class="col-twelve">
<h3 class="animate-this">Projects</h3>
<h1 class="animate-this">See My Latest Projects.</h1>
<p class="lead">Below you have my recent projects and also the bigger ones. If you are interested in my projects feel free to <a href="#contact">contact me</a> because I am open to answering any question you might have.</p>
</div>
</div> <!-- end section-intro -->
<div class="row wide credentials-content">
<div class="timeline-wrap">
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-sitemap"></i>
</div>
<div class="timeline-header">
<p class="timeframe">2021, 2022</p>
<h3>Faculty Projects</h3>
<h4>My homework projects for faculty.</h4>
</div>
<div class="timeline-content">
<p><a href="https://github.com/SimonelDavid/CSFacultyHomework" target="_blank">Here</a> you can find all my projects from faculty organized on Semesters and study topics. There are a lot of projects and some of it is really big but some are small. I hope you will enjoy it! If you have any questions, don't hesitate to <a href="#contact">contact me</a>.</p>
</div>
</div> <!-- end timeline-block -->
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-sitemap"></i>
</div>
<div class="timeline-header">
<p class="timeframe">Summer of 2022</p>
<h3>Personal website</h3>
<h4>My personal webiste.</h4>
</div>
<div class="timeline-content">
<p>You are already interacting with this so without any other details I hope you enjoy it! If you want to see all the source code you can find it on my <a href="https://github.com/SimonelDavid/Personal-website" target="_blank">GitHub</a> account.</p>
</div>
</div> <!-- end timeline-block -->
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-sitemap"></i>
</div>
<div class="timeline-header">
<p class="timeframe">Spring of 2021</p>
<h3>Wandering for Freedom</h3>
<h4>My first game.</h4>
</div>
<div class="timeline-content">
<p>This is the first big project that I can say I completely developed, finished, and published. I made this using Godot and is a 2D game. The game was made as homework in high school and it's about a book from John Stuart Mill named On Liberty. If you want to play it you can on windows by downloading from <a href="https://simoneldavid.itch.io/in-cautarea-libertatii" target="_blank">itch.io</a> and on android by downloading from <a href="https://play.google.com/store/apps/details?id=org.BlazeGamingStudio.In_Cautarea_Libertatii3&hl=en&gl=US" target="_blank">Play Store</a>. Also if you want to watch the trailer feel free to do this on <a href="https://www.youtube.com/watch?v=QGez41qlVDQ" target="_blank">YouTube</a>.</p>
</div>
</div> <!-- end timeline-block -->
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-sitemap"></i>
</div>
<div class="timeline-header">
<p class="timeframe">Autumn of 2020</p>
<h3>Pensées</h3>
<h4>My first website.</h4>
</div>
<div class="timeline-content">
<p>This is one of my first projects in web development. I made this from scratch with basics of HTML, CSS and JavaScript. This website was made as homework in high school and it's about a book from Blaise Pascal named Pensees. If you want to access it you can click <a href="https://simoneldavid.github.io/PrioectFilosofieCugetari/Cugetari.html" target="_blank">here</a> but I also made a trailer of this and you can watch it on <a href="https://www.youtube.com/watch?v=UJ_Nhj0hrcQ" target="_blank">YouTube</a>.</p>
</div>
</div> <!-- end timeline-block -->
</div> <!-- end timeline-wrap -->
</div> <!-- end row wide -->
</section> <!-- end portfolio -->
<!-- stats
================================================== -->
<section id="stats">
<div class="row">
<div class="col-twelve">
<div class="block-1-4 block-tab-1-2 block-mob-full stats-list">
<div class="bgrid stat">
<div class="icon-part">
<i class="fa fa-users"></i>
</div>
<h5 class="stat-title">
More than
</h5>
<h3 class="stat-count"><span id="visits"></span></h3>
<h2 class="stat-title">
Visits to the website
</h2>
</div> <!-- end stat -->
<div class="bgrid stat">
<div class="icon-part">
<i class="fa fa-linkedin-square"></i>
</div>
<h5 class="stat-title">
More than
</h5>
<h3 class="stat-count">690</h3>
<h2 class="stat-title">
LinkedIn Connections
</h2>
</div> <!-- end stat -->
<div class="bgrid stat">
<div class="icon-part">
<i class="fa fa-check-square-o"></i>
</div>
<h5 class="stat-title">
More than
</h5>
<h3 class="stat-count">10</h3>
<h2 class="stat-title">
Projects Finished
</h2>
</div> <!-- end stat -->
<div class="bgrid stat">
<div class="icon-part">
<i class="fa fa-calendar-o"></i>
</div>
<h5 class="stat-title">
More than
</h5>
<h3 class="stat-count">1080</h3>
<h2 class="stat-title">
Days from the day I started coding
</h2>
</div> <!-- end stat -->
</div> <!-- end stats-list -->
</div> <!-- end col-twelve -->
</div> <!-- end row -->
</section> <!-- end stats -->
<!-- contact
================================================== -->
<section id="contact">
<div class="overlay"></div>
<div class="row narrow section-intro">
<div class="col-twelve">
<h3 class="animate-this">Contact</h3>
<h1 class="animate-this">I'm opened to new opportunities. Feel Free to Contact Me.</h1>
<p class="lead animate-this">If you are interested in any of either the personal either the public projects that I've worked on please contact me. Also if you want to propose me some offer I am opened to know about it.</p>
</div>
</div> <!-- end section-intro -->
<div class="row contact-form">
<div class="col-twelve">
<!-- form -->
<form action="https://formsubmit.co/3f42a159b6e6e34fc4cb8d82c958ac4b" method="post">
<div class="form-field animate-this">
<input name="name" type="text" id="contactName" placeholder="Name" value="" minlength="2" required="">
</div>
<div class="form-field animate-this">
<input name="email" type="email" id="contactEmail" placeholder="Email" value="" required="">
<input type="hidden" name="_next" value="https://simoneldavid.github.io/Personal-website/">
</div>
<div class="form-field animate-this">
<input name="_subject" type="text" id="contactSubject" placeholder="Subject" value="">
</div>
<div class="form-field animate-this">
<textarea name="message" id="contactMessage" placeholder="Message" rows="10" cols="50" required=""></textarea>
</div>
<div class="form-field animate-this">
<button class="submitform">Submit</button>
<div id="submit-loader">
<div class="text-loader">Sending...</div>
<div class="s-loader">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
</div>
</form> <!-- Form End -->
<!-- contact-warning -->
<div id="message-warning"></div>
<!-- contact-success -->
<div id="message-success">
<i class="fa fa-check"></i>Your message was sent, thank you!<br>
</div>
</div> <!-- end col-twelve -->
</div> <!-- end row contact-form -->
<div class="row contact-info">
<div class="col-four tab-full">
<h5 class="animate-this">When to find me</h5>
<p class="animate-this">
Monday-Friday: between 8 AM and 10 PM<br>
Saturday: between 8 AM and 8 PM<br>
Sunday: between 2 PM and 8 PM
</p>
</div> <!-- end col-four -->
<div class="col-four tab-full collapse">
<h5 class="animate-this">Email Me At</h5>
<p class="animate-this">
</p>
</div> <!-- end col-four -->
<div class="col-four tab-full">
<h5 class="animate-this">Call Me At</h5>
<p class="animate-this">
Phone: (+40) 738 989 230<br>
</p>
</div> <!-- end col-four -->
</div> <!-- end row contact-info -->
</section> <!-- end contact -->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="col-twelve tab-full social">
<ul class="footer-social">
<li><a href="https://www.facebook.com/simonel.david.5/" target="_blank">Facebook</a></li>
<li><a href="https://twitter.com/SimonelDavid" target="_blank">Twitter</a></li>
<li><a href="https://www.linkedin.com/in/simoneldavid/" target="_blank">LinkedIn</a></li>
<li><a href="https://github.com/simoneldavid" target="_blank">GitHub</a></li>
<li><a href="https://www.instagram.com/david.simonel_7/" target="_blank">Instagram</a></li>
</ul>
</div>
<div class="col-twelve tab-full">
<div class="copyright">
<span>© Copyright SimonelDavid 2022.</span>
</div>
</div>
</div> <!-- end row -->
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="icon-UpArrow"></i></a>
</div>
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>