-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (38 loc) · 1.25 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Twitch Coder - Watch great coders coding</title>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<header>
<h1>Twitch Coder <span>( )</span></h1>
<p>Watch live coding from amazing coders!</p>
</header>
<section id="coders">
<div class="search">
<form id="channel-query">
<input type="text" id="search-string" name="" placeholder="Enter channel name to see it's info...">
<button>Search</button>
</form>
</div>
<div class="switches">
<p class="all active">All</p>
<p class="online">Online</p>
<p class="offline">Offline</p>
</div>
<div class="channels">
<p class="notice"></p>
<p class="loader">Hang on a Sec... 🙃</p>
</div>
</section>
<footer>
<p class="love">Made with <i class="material-icons">favorite</i> by <a href="https://twitter.com/AfiurRahman" target="_blank">Fahim</a></p>
</footer>
<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>