-
Notifications
You must be signed in to change notification settings - Fork 0
/
index(spo).html
104 lines (101 loc) · 3.47 KB
/
index(spo).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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="index(pol).css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel= "stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<title>
Sports
</title>
<div class="header">
<a>
<span id="menu" class="dropbtn" onclick="myFunction()">
<div class= "bar1"></div>
<div class= "bar2"></div>
<div class= "bar3"></div>
</span>
</a>
<a>
<span>
<i class= "fa fa-search" id= "navsearch" onclick= "searchBar()"></i>
</span>
</a>
<input id= "searchid" class="searchHidden" type="search" placeholder="Search...">
<img id= "logo" src= "logo.png">
<i class= "fa fa-user" id= "navuser"></i>
</div>
<div id="dropdown" class="dropdown-content dropdownHidden">
<a href="index(hlth).html">Health</a>
<a href="index(ev).html">Everyday Math</a>
<a href="index(pol).html">Politics</a>
<a href="index(art).html">Arts</a>
<a href="index(spo).html">Sports</a>
</div>
<center><h1 id= "polHead"> Today in Sports </h1></center>
<hr>
<center><div id= "mainphead">
<!--<div id="art1">
<p id= "art1title"></p>
<div id="art1img"></div>
<p id= "art1description"></p>
</div>
<div id= "art2">
<p id= "art2title"></p>
<div id="art2img"></div>
<p id= "art2description"></p>
</div>
<div id= "art3">
<p id= "art3title"></p>
<div id="art3img"></div>
<p id= "art3description"></p>
</div>
<div id= "art4">
<p id= "art4title"></p>
<div id="art4img"></div>
<p id= "art4description"></p>-->
</div>
<hr>
<button class="tablink" onclick="openPage('News', this, '#f13c20')">News</button>
<button class="tablink" onclick="openPage('Articles', this, '#d79922')" id="defaultOpen">Articles</button>
<button class="tablink" onclick="openPage('Op-Eds', this, '#4056a1')">Opinion Editorials</button>
<button class="tablink" onclick="openPage('Quizzes', this, '#035e1c')">Quizzes</button>
<div id="News" class="tabcontent">
<h2>News</h2>
<p>Home is where the heart is..</p>
</div>
<div id="Articles" class="tabcontent">
<h2>Articles</h2>
<p>Some news this fine day!</p>
</div>
<div id="Op-Eds" class="tabcontent">
<h2>Opinion Editorials</h2>
<p>Get in touch, or swing by for a cup of coffee.</p>
</div>
<div id="Quizzes" class="tabcontent">
<h2>Quizzes</h2>
<p>Who we are and what we do.</p>
</div>
<div class="footer">
<form class= "ftsearch">
<input id= "searchft" type= "search" placeholder= "Search...">
<button type= "submit"><i class= "fa fa-search"></i></button>
</form>
<ul id= "ftul">
<li id= "ftli"><a href="aboutus.html">About</a></li>
<li id= "ftli"><a href= "ourmissionpage.html">Mission</a></li>
<li id= "ftli"><a href="#">Contribute</a></li>
<li id= "ftli"><a href= "#">Contact Us</a></li>
</ul>
<div>
<a href="#" class= "fa fa-twitter"></a>
<a href="#" class= "fa fa-instagram"></a>
<a href="#" class= "fa fa-pinterest"></a>
</div>
</div>
<script src= "jquery-3.3.1.min.js"></script>
<script src="index(spo).js"></script>
</body>
</html>