-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (38 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
</head>
<body>
<header>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcT48ukN18yyXjwJu00yMd3gd4qVi5sBmOgRLg&usqp=CAU" alt="my image">
<section>
<h4>Name:Sally</h4>
<address>
Email:<a href="mailto:[email protected]">[email protected]</a>
<p>Phone number:8864537342
</header>
</address>
</section>
<section>
<p><h4>Education</h4></p>
<ul>
<li>School:Rosary high school</li>
<li>College:SP College</li>
<li>Graduation:MIT ADT COLLEGE </li>
</ul>
<section>
<p><h4>Employment history:</h4>
Company name: Cisco
<br>
Job title: UX/UI Designer<br>
Dates of Employment:22/7/2015-11/6/2020<br>
Description of job: Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deleniti porro, numquam tenetur non possimus sit! Corrupti rerum rem voluptatibus a reiciendis nisi atque hic, deleniti nihil voluptate, voluptatem expedita? Placeat!
</p>
</section>
</section>
</body>
</div>
</html>