-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
65 lines (56 loc) · 2.34 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Sahara | Home</title>
<link href="index_files/bootstrap.css" rel="stylesheet">
<link href="index_files/full-width-pics.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css" />
</head>
<body style="background-color:rgba(10,102,182,1);">
<!-- Navigation -->
<nav class="navbar navbar-dark ">
<div class="container">
<a class="navbar-brand" href="#"></a>
<button class="navbar-toggler collapsed" 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="navbar-collapse collapse" id="navbarResponsive" style="">
<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.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Content section -->
<section class="py-5" style="background-color: rgba(10,102,182,1); color: white;">
<div class="container">
<h1> Tell Us Something We Don't Already Know</h1>
</div>
</section>
<!-- Footer -->
<footer class="py-5" style="background-color: rgba(10,102,182,1);">
<div class="container">
<p class="m-0 text-center text-white">© Sahara Corp. 2020</p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="index_files/jquery.js"></script>
<script src="index_files/bootstrap.js"></script>
</body>
</html>