-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresume.html
76 lines (58 loc) · 1.46 KB
/
resume.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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="utf-8">
<title>Resume</title>
<!-- theme style -->
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Body -->
<header>
<h1 class="logo"><a href="#">|Ak</a></h1>
<nav>
<ul>
<li ><a href="index.html">About Me</a></li>
<li class="active"><a href="resume.html"> Resume</a></li>
<li><a href="bio.html"> Short Biography</a></li>
</ul>
</nav>
<a href="index.html">
<img id="profile" title="Arslan Ahmad" src="Images/images.jpg" alt="profile">
</a>
<a href="index.html">
<h1>Ahmad Khan</h1>
</a>
</header>
<section>
<h3>Education</h3>
<div class="edu">
Bs(Computer Science)<br>
Ics <br>
Matriculation
</div>
<h3>Professional Experience </h3>
<div class="edu">
Work in a travel agency.
</div>
<h3>Skills</h3>
<div class="edu knockout-around">
<h4>Programing</h4>
C#, C, C++
<h4>Web</h4>
HTML 5, CSS
<h4>App Store Optimization</h4>
Facebook<br>
<h4>Version Control System</h4>
github
<h4>Computer security</h4>
Certified Ethical Hacker (CEH)
</div>
<h3>Activities Related to Field</h3>
<div class="edu">
Attend seminars and workshops related to Information Techonology
</div>
</section>
</body>
</html>