-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (37 loc) · 1.82 KB
/
index.html
File metadata and controls
42 lines (37 loc) · 1.82 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>KidsFly Home Page</title>
<link href="https://fonts.googleapis.com/css?family=Russo+One|Ubuntu" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/ffb80b2332.js" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head
<body>
<div class="container">
<header>
<h1 class= "co_name">Kidsfly</h1>
<nav>
<a href ="about.html">About Us</a>
<a href ="https://kidsfly2020.netlify.com/">Log In</a>
<a href ="https://kidsfly2020.netlify.com/Register">Sign Up</a>
</nav>
</header>
<div class="intro">
<h1 class="first_line">Never dread another trip to the airport. </h1>
<h2 class= "second_line">Kidsfly can curate the most pleasant check-in and boarding experience possible.</h2>
<img class="family" src = "family.jpg" alt="Family in airport">
<h2 class= "third_line">Book a KidsflyConnect agent, and we'll be waiting for you curbside to assist you with whatever you need.</h2>
</div>
<form class="book">
<input class= "MyButton" type="button" value= "Book Agent" onclick="window.location.href = 'https://kidsfly2020.netlify.com/';"/>
</form>
<footer>
<p class="name_footer">Kidsfly 2020</p>
</footer>
</div><!-- end container -->
</body>