-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (44 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Me Resume</title>
</head>
<body>
<h1>A</h1>
<img src="https://5.imimg.com/data5/TC/WG/MY-16339859/choco-chips-cake-1000x1000.jpg" height="100"
alt="cake picture" />
<h2>Summary</h2>
<p>I'm the guy that you now</p>
<hr/>
<h2>Education</h2>
<ul>
<li>Bacholar's of art - Graduated from online best university - 2024 Jun</li>
</ul>
<h2>Work Experience</h2>
<ul>
<li><h4>The company of good people </h4></li>
<p>2022 - Present</p>
<ul>
<li>Creating charts an visualizations</li>
<li>Managing the stakeholders</li>
<li>Creating daashboard for the department</li>
</ul>
</ul>
<h2>Skills</h2>
<ul>
<li>SQL</li>
<li>HTML</li>
<li>R</li>
</ul>
<h2>Certifications</h2>
<ul>
<li>6 Sigma</li>
<li>PMP</li>
<li>CPM</li>
</ul>
</body>
<footer>
<a href="./contact-me.html">Contact Me</a>
</footer>
</html>