-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (28 loc) · 1.51 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
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://emoji-css.afeld.me/emoji.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="vendors/css/Grid.css">
<link rel="stylesheet" type="text/css" href="vendors/css/normalize.css">
<link rel="stylesheet" type="text/css" href="resources/css/style.css">
<title>Sample Project</title>
</head>
<body>
<header>
<div class="welcome-note">
<h1>Hi<i class="em em-wave wave-emoji" aria-role="presentation" aria-label="WAVING HAND SIGN"></i></h1>
<p>In this project I demonstrate how to implement a resume button and on on-click opens up a pdf formatted file in another tab containing our file though it contains my java certification from linkedIn.</p>
</div>
</header>
<section class="resumeSection">
<div class="row resume">
<a href="resources/pdf/CertificateOfCompletion_Learning%20Java%203.pdf" target="_blank">Resume</a>
</div>
</section>
<footer>
<div class="row footer-text">
<a href="https://github.com/amansharma-dev" target="_blank">Develop By Aman Sharma</a>
</div>
</footer>
</body>
</html>