-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews.html
More file actions
53 lines (50 loc) · 2.42 KB
/
news.html
File metadata and controls
53 lines (50 loc) · 2.42 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
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jets Fan Club - Home</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="news.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>
<h1 class= "text-center t">Current NY Jets News Stories:</h1>
<div class="stories">
<div class="story1">
<img src="http://dailyupperdecker.com/wp-content/uploads/2015/08/nick-mangold.jpg" alt="Nick Mangold" class="mangold" />
<div class="headline">
<h2><strong>Nick Mangold cut from New York Jets</strong></h2>
<br />
<h3>Nick Mangold was reportedly 'caught off guard' after the
<br>New York Jets decided not to renew his contract for the <br> 2017-2018 NFL Season. <a href="http://www.espn.com/nfl/story/_/id/18840032/new-york-jets-veteran-nick-mangold-shocked-being-released" target="_blank">Read More</a></h3>
</div>
</div>
<div class="story2">
<img src="http://turnonthejets.com/wp-content/uploads/2016/07/Geno-Smith-Context-Stats.jpg" alt="Geno Smith" class="Smith"/>
<div class="headline">
<h2><strong>WIll the New York Jets start Geno Smith?</strong></h2>
<br />
<h3>Geno Smith has become a free agent coming off of an injury, but the New York Jets may have no choice but to start Smith for the 2017-2018 NFL season. <a href="http://profootballtalk.nbcsports.com/2017/03/08/could-jets-end-up-settling-for-a-return-of-geno-smith-at-quarterback/" target="_blank">Read More</a></h3>
</div>
</div>
</div>
</div>
</div>
</body>
</html>