-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (95 loc) · 4.04 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!doctype html>
<html lang="en-us">
<head>
<!-- OPL Demos Google Analytics -->
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-3920997-4', 'auto');
ga('send', 'pageview');
</script>
<!-- Meta -->
<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.googleapis.com/css?family=Karla:400,700" rel="stylesheet">
<!-- favicon.ico. Place these in the root directory. -->
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<!-- Header -->
<header class="pt2 pb1 align--center">
<div class="container">
<i>
<p>Welcome to</p>
<h1 title="Camp Chippewa">Resume Builder</h1></i>
</div>
</header>
<!-- Body -->
<main>
<div class="container">
<!-- Info -->
<section class="grid-row grid-row--center">
<div class="grid-column span-half pt3 pb3 mobile-m order-4">
<a href="3/index.html">
<h3>Sample Resume</h3>
</a>
<p> Resume give you a free, modern, professtional resume.</p>
</div>
<div class="grid-column span-half pt3 pb3 mobile-m order-3">
<div class="relative">
<a href="3/index.html"><img class="info-image relative z2" src="./img/resume-3.jpg"
alt="Teepe"></a>
<div class="pattern pattern--right-middle absolute z1"></div>
</div>
</div>
<!-- Cabin -->
<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 -->
<div class="grid-column span-half pt3 pb3 mobile-m order-4">
<a href="2/index.html">
<h3>Stylish Resume</h3>
</a>
<p>Stylish Resume give you a free, modern, professtional resume.</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">
<b>
<p>Developed & Design by Alpha Team</p></b>
</div>
</footer>
</body>
</html>