-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (102 loc) · 3.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CV Dodoc Ionuț-Daniel</title>
<link rel="stylesheet" href="./style.css " />
</head>
<body>
<div class="container">
<div class="sidebar">
<h1>Dodoc Ionuț-Daniel</h1>
<img src="./assets/images/foto.jpeg" alt="My foto" />
<div class="section">
<h2>Contact</h2>
<p>
<strong>Address:</strong> Mun. Craiova, Str. Libertății, nr. 19,
Jud. Dolj
</p>
<p><strong>Phone:</strong> 0771321523</p>
<p><strong>Email:</strong> [email protected]</p>
</div>
<div class="section">
<h2>Languages</h2>
<p>English – B1</p>
</div>
</div>
<div class="content">
<div class="section">
<h2>Education</h2>
<ul>
<li>
Master's Degree: Faculty of Sciences, Department of Computer
Science - University of Craiova (2024 - Present)
</li>
<li>
Bachelor's Degree: Faculty of Sciences, Department of Computer
Science - University of Craiova (2021 - 2024)
</li>
<li>
High school graduate: Technology School Petre Poenaru - Bălcești
(2017 - 2021)
</li>
</ul>
</div>
<div class="section">
<h2>Skill Highlights</h2>
<ul>
<li>Adaptability</li>
<li>Ability to Work Under Pressure</li>
<li>Communication Skills</li>
<li>Ability to Work in a Team</li>
<li>Computer Skills</li>
<li>Service-focused</li>
</ul>
</div>
<div class="section">
<h2>Organizational Skills</h2>
<p>
Good organizational skills acquired by participating in numerous
events within 2 international and local student organizations and
the University/Faculty:
</p>
<ul>
<li>
Electrical Engineering Students’ European Association (EESTEC)
</li>
<li>
Students Association of the Faculty of Sciences of the University
of Craiova (ASFSC): "Fabrica De Fericire"
</li>
<li>Union of Students from Romania (USR)</li>
</ul>
</div>
<div class="section">
<h2>Experience</h2>
<p>Extracurricular activities I participated in:</p>
<ul>
<li>Practice within the ROWEB company: summer of 2022</li>
<li>
"Embedded System" course within the Continental company: Academic
year 2022–2023
</li>
</ul>
</div>
<div class="section">
<h2>About</h2>
<p>More about me</p>
<ul>
<li><a href="./public/project.html">Project</a></li>
<li><a href="./public/despre.html">Description</a></li>
<li><a href="./public/about.html">My Hobbies</a></li>
<li><a href="./public/contact.html">Contact Me</a></li>
</ul>
</div>
</div>
<footer>
<p>© Ionuț-Daniel Dodoc. All rights reserved. - 2024</p>
</footer>
</div>
</body>
</html>