-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
42 lines (39 loc) · 1.77 KB
/
about.html
File metadata and controls
42 lines (39 loc) · 1.77 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>
<title>Jets Fan Club - About Us</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.1.1.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="about.css" rel="stylesheet" type="text/css">
<script src="script.js" type="text/javascript"></script>
</head>
<body>
<div class="container-fluid">
<div class="content">
<div class="navig">
<ul class="topnav" id="myTopnav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="news.html">News</a></li>
<li><a href="#blog">Blog</a></li>
<li class="icon"> <a href="javascript:void(0);" onclick="myFunction()">☰</a> </li>
</ul>
</div>
<div class="jumbotron ab">
<h1>About the Jets Fan Club</h1>
<h3>We are the Jets Fan Club, we unite as one to celebrate our fanatic enjoyment of the legend that is the New York Jets.</h3>
<h3>We are non-profit and exist solely to bring Jets fans together to converse, debate, and live all things Jets.</h3>
<h3>We hope to bring people together and form bonds of friendship that will never be broken.</h3>
<h3>Those who join us never regret their decision, don't leave this page without showing the work what a true Jets fan you are.</h3>
<br />
<h4>-<em>Somebody Somebody, Founder, Jets Fan Club</em></h4>
</div>
</div>
</div>
</body>
</html>