-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcontact.html
More file actions
51 lines (46 loc) · 1.78 KB
/
contact.html
File metadata and controls
51 lines (46 loc) · 1.78 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
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<title>Crash Model: Contact</title>
<!-- STYLESHEETS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<link href="css/the-big-picture.css" rel="stylesheet" />
<!-- JS FILES -->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-bottom">
<div class="container">
<a class="navbar-brand" href="#">Crash Model</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarResponsive"
aria-controls="navbarResponsive"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html"
>Home <span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item"><a class="nav-link" href="#">About</a></li>
<li class="nav-item"><a class="nav-link" href="#">Services</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<section style="background: white">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSezCjvM6k-uylT_kG1LpLHWbQy-Z3GSeMT7nLCWf-Drj3HsQg/viewform?embedded=true" width="100%" height="947" frameborder="0" marginheight="0" marginwidth="0" align="middle">Loading...</iframe>
</section>
</body>
</html>