forked from mabelluo/cruising-across-canada
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 1.71 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
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<title>CalHacks</title>
<!-- link to main stylesheet -->
<script src="script.js" type="text/javascript"></script>
<link href="main.css" rel="stylesheet" type="text/css"/>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body onpageshow="starthoney()">
<nav class="nav" id="myNav">
</nav>
<div class="container2">
<div class="header">
<h1 id="head">Cruising Across <br> Canada!</h1>
<div class="intro">
<br>
<p>Welcome to the Great Canadian Roadtrip! <br>
It's time to get ready for the trip of a lifetime.</p>
</div>
</div>
<div class="blurb pins">
<p>Let's go over the instructions.<br>
1. You're travelling all the way from the East Coast to the West Coast.<br>
2. Along the way, you'll be faced with obstacles - Canadian trivia that you have to get right in order to move on.<br>
3. Make it to the end and celebrate.<br>
Let's get started!</p>
</div><!-- /.blurb -->
<a href="greetnf.html"><button>NEXT</button></a>
</div><!-- /.container -->
<footer>
<p>Made with 💙 for Calgary Hacks 2021</p>
</footer>
</body>
</html>