forked from shehrozasghar/singlepage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
alisherhtml.html
57 lines (55 loc) · 1.37 KB
/
alisherhtml.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Document</title>
</head>
<body>
<div id="header"></div>
<div class="left"></div>
<div class="stuff">
<br /><br />
<h1>Resume</h1>
<h2>Ali Mehar</h2>
<hr />
<br />
<p class="head">Interests</p>
<ul>
<li>Video Editing</li>
<li>Photography</li>
<li>Design</li>
<li>Programming</li>
<li>Computer Science</li>
</ul>
<p class="head">Skills</p>
<ul>
<li>Web Design with HTML & CSS</li>
<li>Adobe premier</li>
<li>Adobe After effects</li>
</ul>
<p class="head">Education</p>
<ul>
<li>Govt High School</li>
<li>ZMS High School</li>
<li>Codeacademy</li>
</ul>
<p class="head">Experience</p>
<ul>
<li>Video editor in digital marketing company</li>
</ul>
<p class="head">Extracurriculars</p>
<ul>
<li>Recycling Club</li>
<li>Gardening Club</li>
<li>Book Club</li>
</ul>
</div>
<div class="right"></div>
<div id="footer">
<h2 id="name">Ali</h2>
</div>
</body>
</html>