-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
28 lines (26 loc) · 1.01 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
<!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="src/main.css">
<title>Resume.io</title>
</head>
<body>
<div id="header"></div>
<div id="application">
<p class="headline"> Create perfect resumes in just
<br />one click.</p>
<div id="button_layer">
<button class="btn-1" onclick="window.open('src/details.html');">Create a Resume</button>
<button class="btn-2" onclick="window.open('https://www.github.com/yashsehgal/c2c-resume-maker/');">Check Github</button>
</div>
</div>
<div id="footer"></div>
<script src="src/components/Header.js"></script>
<script src="src/components/Footer.js"></script>
<script src="http://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> <!-- stats.js lib --></script>
<script src="http://threejs.org/examples/js/libs/stats.min.js"></script>
</body>
</html>