-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathread.html
143 lines (124 loc) · 5.18 KB
/
read.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="read.css">
<title>Read On!</title>
<link rel="icon" href="logo.png">
</head>
<body>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="index.html">Home</a>
<a href="read.html">Read on!</a>
<a href="submissions.html">Submissions</a>
<a href="team.html">Team</a>
<a href="aboutus.html">About us</a>
</div>
<div id="main">
<span style="font-size:30px;cursor:pointer" onclick="openNav()">☰ Menu</span>
<h1>Read On!</h1>
<p>A list of articles for you to read. Happy reading!</p>
</div>
<marquee>Philomath: Team Philomath wishes you all a "Happy Internet Day"
<a href="https://drive.google.com/file/d/14KOGNpftq6VLv3A1fEo-i2bkJCAanbbm/view?usp=sharing" download>
Click here
</a>
</marquee>
<script>
function openNav() {
document.getElementById("mySidenav").style.width = "150px";
document.getElementById("main").style.marginLeft = "150px";
document.body.style.backgroundColor = "rgba(0,0,0,0.4)";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
document.getElementById("main").style.marginLeft= "0";
document.body.style.backgroundColor = "white";
}
</script>
<div class"art">
<ul>
<li><a href="Articles/Rishab/rvg nationalism.html">Nationalism - Rishab</a>
<br><br>
<li><a href="Articles/SS/ssk internert war.html">The Internet War - Karthik</a>
<br><br>
<li><a href="Articles/Himank/hkj fake news.html">Fake news - Himank</a>
<br><br>
<li><a href="Articles/Vijay/mainland cvk3.html">Away from mainland - Vijay</a>
<br><br>
<li><a href="Articles/Anandi/and count me in.html">Count me in - Anandi</a>
<br><br>
<li><a href="Articles/Himank/hkj inc.html">INC - Himank</a>
<br><br>
<li><a href="Articles/Anandi/and voice inside.html">The Voice Inside - Anandi</a>
<br><br>
<li><a href="Articles/Guest/srinidhi guest poem.html">A Rainy Day in Hyd - Srinidhi</a>
<br><br>
<li><a href="Articles/Senthil/usk smarthome.html">Our Smart lives - Senthil</a>
<br><br>
<li><a href="Articles/Anandi/and forgiveness.html">Forgiving - Anandi</a>
<br><br>
<li><a href="Articles/Vijay/cvk where is it.html">Where is it - Vijay</a>
<br><br>
<li><a href="Articles/Senthil/usk encryption.html">Why Encrypt? - Senthil</a>
<br><br>
<li><a href="Articles/Sirisha/sir pain.html">Pain - Sirisha</a>
<!--<br><br>-->
<!--<li><a href="Articles/Vijay/cvk flawteaser.html">The Flaw - Vijay</a>-->
<br><br>
<li><a href="Articles/Himank/hkj sardarpatel.html">Sardar Patel - Himank</a>
<br><br>
<li><a href="Articles/Rishab/rvg individual.html">Individualist Society - Rishab</a>
<br><br>
<li><a href="teachers.html">Teachers day 2020 Articles</a>
<br><br>
<li><a href="Articles/Himank/hkj mkgandhi.html.html">MK Gandhi - Himank</a>
<br><br>
<li><a href="Articles/Anandi/and story.html">The Scar - Anandi</a>
<br><br>
>
</ul>
</div>
<!-- Matomo -->
<script type="text/javascript">
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["setCookieDomain", "*.philomathreadz.netlify.app"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://philomathreadznetlifyapp.matomo.cloud/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.src='//cdn.matomo.cloud/philomathreadznetlifyapp.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
<!-- google code firebase -->
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/7.21.1/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/7.21.1/firebase-analytics.js"></script>
<script>
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
var firebaseConfig = {
apiKey: "AIzaSyBmjnD4oAzIuKK8tNJNHlr5JavhBFIO_vI",
authDomain: "philomath-c635d.firebaseapp.com",
databaseURL: "https://philomath-c635d.firebaseio.com",
projectId: "philomath-c635d",
storageBucket: "philomath-c635d.appspot.com",
messagingSenderId: "700006397957",
appId: "1:700006397957:web:cd0cdc551053ce66cfc46c",
measurementId: "G-PD1PGYTG69",
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>
<!-- End google Code firebase-->
</body>
</html>