-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathindex.html
49 lines (44 loc) · 1.99 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
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="twitter:title" content="Curated List of Awesome Devs Podcast">
<meta name="twitter:description" content="A curated list of awesome dev podcast around the globe.">
<meta name="twitter:image" content="https://stackify.com/wp-content/uploads/2017/09/developer-podcast-feature-1024-512-793x397.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="A curated list of awesome dev podcast around the globe">
<meta property="og:title" content="Curated List of Awesome Devs Podcast">
<meta property="og:description" content="A curated list of awesome dev podcast around the globe">
<meta property="og:image" content="https://stackify.com/wp-content/uploads/2017/09/developer-podcast-feature-1024-512-793x397.png">
<meta property="og:url" content="http://hassansani.me/podcast">
<link rel="stylesheet" href="index.css">
<title>Curated List of Awesome Devs Podcast</title>
<base href="/podcast/">
</head>
<body>
<div id="app">
<div class="sideBar" id="sideBar">
<h3><span>pod</span>Cast</h3>
<ul id="sideContent">
<li id="category">Categories</li>
<li id="language">Language</li>
<li id="broadcast">Release Days</li>
<li id="frequency">Release Frequency</li>
</ul>
</div>
<div id="main">
<span class="menuSP" onclick="openNav()">Menu</span>
<div class="content">
<div class="topSort">
</div>
<div id="mainList">
</div>
</div>
</div>
</div>
<script src="https://unpkg.com/github-api/dist/GitHub.bundle.min.js"></script>
<script src="index.js"></script>
</body>
</html>