forked from SnistAheads/material
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdisqus.html
More file actions
62 lines (54 loc) · 2.37 KB
/
disqus.html
File metadata and controls
62 lines (54 loc) · 2.37 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
59
60
61
62
<html>
<head>
<title>
Material Forum.
</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Dosis:700|Source+Sans+Pro:400,700">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="icon" href="favicon.ico" type="favicon.ico" />
<meta name="description" content="A Collection of Academic Resources.">
<meta name="keywords" content="SNIST,Sources,Bharath,Sathuri,Resources,Computer,Science,Preparation,Stark,Bharath,Sathuri">
</head>
<body>
<section>
<div class="header">
<h1 style="align:center"> Academic forum</h1>
<h3> The Perfect place for your Academic Discussions on various topics. </h3>
</div>
<div class="links">
<table>
<tr>
<th width=50%><a href="index.html">Home </a></th>
<th width=50%> <a href="disqus.html">Forum</a></th>
<!-- <th><a href="#">Course Info</a></th>-->
</tr>
<tr>
<th width=30%><a href="https://www2.eecs.berkeley.edu/Courses/CS/">UCB-CS </a></th>
<th width=30%><a href="https://www2.eecs.berkeley.edu/Courses/EE/">UCB-EE</a></th>
<th width=30%><a href="https://lagunita.stanford.edu/dashboard">Stanford </a></th>
<th width=30%><a href="http://www.aduni.org/">Aduni</a></th>
</tr>
</table>
</div>
<section style="width:80%; margin-left:auto; margin-right:auto;"> <div id="disqus_thread"></div> </section>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://materialforum.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</section>
</body>
<html>