-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (67 loc) · 2.86 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<html>
<head>
<!--- Meta-Data =-->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Resume Builder</title>
<meta name="description" content="">
<meta name="robots" content="noindex, nofollow" />
<!-- The compiled CSS file -->
<link rel="stylesheet" href="css/production.css">
<!-- Web fonts -->
<link href="https://fonts.google.com/?selection.family=Roboto" rel="stylesheet">
<!-- favicon.ico. Place these in the root directory. -->
<link rel="shortcut icon" href="favicon.ico">
</head>
<!-- Body Starts -->
<body>
<!-- Header -->
<header class="pt2 pb1 align--center">
<div class="container">
<p>Welcome to</p>
<h1>Resume Builder</h1>
</div>
</header>
<!-- Body -->
<main>
<div class="container">
<!-- Info -->
<section class="grid-row grid-row--center">
<!-- Cabin -->
<!-- Standard Resume -->
<div class="grid-column span-half pt3 pb3 mobile-m order-1">
<div class="relative">
<a href="1/index.html"><img class="info-image relative z2" src="./img/resume-1.jpeg" alt="Cabin"></a>
<div class="pattern pattern--left-down absolute z1"></div>
</div>
</div>
<div class="grid-column span-half pt3 pb3 mobile-m order-2">
<a href="1/index.html"><h3>Standard Resume</h3></a>
<p>Standard Resume gives you a free, modern, professional resume.</p>
</div>
<!-- Teepees -->
<!-- Modern Resume -->
<div class="grid-column span-half pt3 pb3 mobile-m order-4">
<a href="2/index.html"><h3>Modern Resume</h3></a>
<p>Give your old resume a modern makeover by picking out the customizable template .</p>
</div>
<div class="grid-column span-half pt3 pb3 mobile-m order-3">
<div class="relative">
<a href="2/index.html"><img class="info-image relative z2" src="./img/resume-2.jpeg" alt="Teepee"></a>
<div class="pattern pattern--right-middle absolute z1"></div>
</div>
</div>
</section>
</div>
</main>
<!-- Footer -->
<footer class="pt2 pb2">
<div class="container align--center">
<br>
<p>Developed & Design by <a href="https://github.com/rookie2410" class="link">Roshan Gupta.</a></p>
<p>© Cv-Shop</p>
</div>
</footer>
</body>
</html>