-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cosmin's Resume</title>
</head>
<body>
<h1>This is Cosmin Mare's software developer resume</h1>
<img src="./assets/images/Profile Picture.jpeg" height="200" />
<hr />
<h3>Summary</h3>
<p>My name is Cosmin and I am a hardworking, passionate web developer.</p>
<h3>Education</h3>
<p>I am enrolled in Citizens High School, since 6th August 2023.</p>
<h3>Work experience</h3>
<p>
I have done projects for my friends at university. I also have a
<a href=" https://www.fiverr.com/cosmin_pro">fiverr profile</a>.
</p>
<h3>Skills</h3>
<ul>
<li>Java development</li>
<li>Web development with html, Javascript, css</li>
<li>Python development</li>
</ul>
<h3>Certifications</h3>
<ul>
<li>Java developer - Udemy (October 2023)</li>
<img src="./assets/images/Java Certificate.jpg" height="200" />
</ul>
<footer>
<p>© Cosmin Mare. All rights Reserved</p>
</footer>
</body>
</html>