-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
40 lines (30 loc) · 1.2 KB
/
resume.html
File metadata and controls
40 lines (30 loc) · 1.2 KB
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
<html></html>
<head>
<title>My Information</title>
<link rel="stylesheet" type="text/css" href="resume-style.css" media="screen">
</head>
<body data-new-gr-c-s-check-loaded="14.1195.0" data-gr-ext-installed="">
<header>
<div class="header">
<div class="header-Left">
<a href="index.html" class="logo">My Information</a>
</div>
<div class="header-Right">
<a href="about.html">about</a>
<a href="service.html">Services</a>
<a class="active" href="resume.html">Resume</a>
<a href="testimony.html">testimonial</a>
<a href="index.html">Home</a>
</div>
</div>
</header>
<section>
<h1> <img src="file:///C:/Users/Hp/OneDrive/Pictures/Scoolpurpose/resume.png" alt="">);</h1>
<h2>This is the resume.</h2>
</section>
<footer class="">
<div class="footer">
© Copyright <strong><span>Sample CV</span></strong>. All Rights Reserved
</div>
</footer>
</body>