-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (53 loc) · 2.06 KB
/
index.html
File metadata and controls
58 lines (53 loc) · 2.06 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
54
55
56
57
58
<!doctype html>
<html>
<head>
<title>PakistanJS</title>
<meta name="keywords" content="pakistan, js, javascript, nodejs, node, angular, react, rxjs, code, live-coding, pakistan.js, pakistanjs.com, tutorials, urdu, hindi">
<meta name="description" content="A community effort to help nurture JavaScript talent in Pakistan">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,600,800" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./main.css">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</head>
<body>
<div id='app'>
<header>
<div class="header__inner">
<img class="logo" src='./logo.jpg' alt="Pakistan.JS"/>
<div class="slogan">
<h3>PAKISTAN.JS</h3>
<p>Share & Learn Web/Mobile/IoT Development</p>
</div>
</div>
</header>
<div id="content">
<div id='playLists'>
<div class="topics__header">Topics</div>
<div class="topics"></div>
</div>
<div id='videoList'></div>
</div>
<footer>
<a href="https://www.facebook.com/groups/233808260152392/" target="blank">Facebook</a>
<a href="https://www.youtube.com/channel/UCOHAJNSpYjS9_Hdho3LS7Fw" target="blank">Youtube</a>
<a href="https://gitter.im/pakistan-js" target="blank">Gitter</a>
</footer>
</div>
<script type="text/javascript" src="./main.js"></script>
<!-- all the 3rd party stuff -->
<script>
((window.gitter = {}).chat = {}).options = {
room: 'pakistan-js/js-beginner-help'
};
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-96179351-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>