-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
382 lines (288 loc) · 15.9 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
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport">
<meta charset="utf-8">
<link href="newstyle.css" rel="stylesheet">
<style>
body {
font-size: large;
}
blink {
animation: blinker .7s linear infinite;
}
@keyframes blinker {
40% {
opacity: 0;
}
}
#todo h2{margin: 5px 0px 0px 0px; padding: 0px;}
h4 {
color: lightgrey;
}
#red {
color: red;}
.main {
display: grid;
grid-template-columns: repeat(2, 1fr) ;
grid-template-rows: 10px, 1fr, 1fr, 1fr, 1fr, 1fr, 1fr, 1fr ;
}
.item {}
.marquee {grid-column-start: 1; grid-column-end: 3;}
.intro {grid-column-start: 1; grid-column-end: 3;}
.posts {grid-column-start: 1; grid-column-end: 3;}
.rss {grid-column-start: 1; grid-column-end: 3;}
.contact {grid-column-start: 1; grid-column-end: 3;}
.cool {grid-column-start: 1; grid-column-end: 3;}
</style>
<title>arjun9124</title>
</head>
<div class="header">
<div class="title"><h1>
<script>
var textArray = [
"Arjun's Webpage",
"Arjun's Webpage",
"Arjun's Webpage",
"Arjun's Webpage",
"Arjun's Webpage",
"arjuns9124.com.github.io.com @ internet.com",
"Arjun's Webbloat",
"Arjun's Webpage"
];
var randomNumber = Math.floor(Math.random() * textArray.length);
document.write(textArray[randomNumber]);
</script></h1></div>
<h3><script>
var textArray = [
"Make yourself comfortable",
"welcome to my webpage",
"welcome to my webpage",
"welcome to my webpage",
"knock knock",
"this website could have been a lot better",
"bloat",
"who's there?"
];
var randomNumber = Math.floor(Math.random() * textArray.length);
document.write(textArray[randomNumber]);
</script></h3>
<h3>[<a href="index.html">Home</a>] [<a href="about.html">About</a>] [<a href="blog.html">Blog</a>] [<a href="projects.html">Projects</a>] [<a href="links.html">Links</a>] [<a href="tags.html">Topic Cloud</a>] [<a href="photography.html">Photography</a>] [<a href="shidposting.html">Trashposting</a>]</H3>
</div>
<body>
<main>
<div class="main">
<div class="item intro"><div id="imz" style="margin-right: 25px;"><img src="files/techarj.jpg" onmouseover="this.src='files/INTJStare.png';" onmouseout="this.src='files/techarj.jpg';" width="300ex" border-radius: 7px;><br><z><center>Technical Arjun<br><i>felt technical, might delete later</i></center></z></div>
<p>Hello, I am Arjun. This is my webpage. To know more about me, please visit <a href="about.html">About Me</a> <br> You can also view my <a href="blog.html">blog</a>.</div>
<div class="item posts">
<h2> Recent Posts</h2>
<div id="todo">
<!-- LB -->
<li>2023 Jan 28 – <a href="blog/college.html">College</a></li>
<li>2022 Oct 09 – <a href="blog/parantha-tier-list.html">Parantha Teir List</a></li>
<li>2022 Jun 30 – <a href="blog/post-jee-feels.html">Post JEE Feels</a></li>
<li>2022 May 21 – <a href="blog/hindi-patrakaarita-ka-patan.html">Hindi Patrakaarita Ka Patan</a></li>
<li>2022 May 12 – <a href="blog/the-only-day-your-dad-will-ever-ask-you-to-watch-tv.html">The Only Day Your Dad Will Ever Ask You To Watch TV</a></li>
<li>2022 May 09 – <a href="blog/birdwatching-at-a-local-park-2015.html">Birdwatching At A Local Park: 2015</a></li>
<li>2022 May 05 – <a href="blog/blog-up-and-running.html">Blog Up And Running</a></li>
</div>
</div>
<div class="item rss">
<h2>RSS Feeds</h2>
<li><a href="rss.xml"> Blog RSS Feed</a></li><li><a href="updates.xml">Updates RSS Feed</a></li><strong><a href="how2rss">How do I use this <i>RSS Feed</i>?</a></strong><br>
<p><h4>Read more about this webpage <a href="about.html#website">here</a></h4></p>
</div>
<div class="item SUP">
<div><h2> Updates <blink>🆕</blink> </h2><br><a href="updates.xml">RSS Feed</a>"</div>
<div id="todo">
<!-- SUP -->
<br><item>
<update><strong>ENDLESS RAIN</strong><update>
<p>Perpetual rain, on the homepage. <br> <a href="https://invidious.snopyta.org/watch?v=IJJyItJndK8">[rain]</a></p>
<small><pubDate>Wed, 22 Feb 2023 17:59:01 +0530</pubDate></small>
</item><br>
<br><item>
<update><strong>No more page view counter, A dedicated updates/musings page</strong><update>
<p>I removed the view counter as it used to take hold of the page focus and redirect to some adverts as soon as the user clicked the page. Also I added a dedicated links page <a href="/updates.html">here</a> So that people can view the updates and musings in a better way, so yeah now we have a dedicated cheapo ripoff brokeass twitter copy.</p>
<small><pubDate>Wed, 22 Feb 2023 17:30:48 +0530</pubDate></small>
</item><br>
<br><item>
<update><strong>Back to the old website</strong><update>
<p>With a will that shall bring end to all careerism, I ascend to this webpage to claim whats rightfully mine. What was I doing back there, no man thats not how things are done, back to the old webpage. I hope that the other one is forgotten with time.</p>
<small><pubDate>Wed, 11 Jan 2023 06:42:28 +0530</pubDate></small>
</item><br>
<br><item>
<update><strong>Why didn't I learn CSS Grid and Flexbox before ?</strong><update>
<p>After months of having wonky broken div's, boxes and elements on my webpage I finally learnt CSS Grid and Flexbox. HTML's never been better. <br>Folks, better learn flexbox and grid if you dont know it. LEARN IT NOW. Its a boon to mankind.</p>
<small><pubDate>Fri, 21 Oct 2022 11:11:24 +0530</pubDate></small>
</item><br>
<br><item>
<update><strong>Second thoughts on Hugo</strong><update>
<p>yeah hugos great and all but this html page with the bash scripts isnt bad either I dont think I'll be swithing too soon.</p>
<small><pubDate>Mon, 10 Oct 2022 18:11:56 +0530</pubDate></small>
</item><br>
<br><item>
<update><strong>Back to the old webpage</strong><update>
<p>Well, the Hugo webpage did come off great and works like a charm but its going to take me a while to deploy it to github pages. <br> Hence, coming back to the old ways.</p>
<small><pubDate>Mon, 10 Oct 2022 09:31:53 +0530</pubDate></small>
</item><br>
<br><item>
<update><strong>Bye Bye Rolling blog page</strong><update>
<p>I found the rolling blog page to be very irritating and decided to replace it with the blog index.</p>
<small><pubDate>Wed, 20 Jul 2022 10:49:46 +0530</pubDate></small>
</item><br>
<br><item>
<update><strong>Updates RSS Feed Fixed</strong><update>
<p>Fixed the Updates RSS feed. Didnt close some tags lol</p>
<br><small><pubDate>Sat, 14 May 2022 11:22:25 +0530</pubDate></small>
</item><br>
<br><item>
<update><strong>New morning theme !</strong><update>
<p>New morning theme added. Taking us to a total of 4 themes. Yeah right, talk of minimal now !</p>
<br><sup><pubDate>Thu, 12 May 2022 12:48:26 +0530</pubDate></sup>
</item><br>
<br><item>
<update><strong>Timed CSS Themes Added!</strong><update>
<p>Time dependenent pixel art themes have been added to the webpage. I hope you all like them.</p>
<br><sup><pubDate>Tue, 10 May 2022 16:41:08 +0530</pubDate></sup>
</item><br>
<br><item>
<update><strong>Some GIF's Added</strong><update>
<p>So lets get some old web energy flowing with these retro-ey gifs</p>
<br><sup><pubDate>Sun, 01 May 2022 14:28:30 +0530</pubDate></sup>
</item><br>
<br><item>
<update><strong>Standalone Pages on Photoblog not working</strong><update>
<p>Standalone pages on photoblog are not working. Will be patched as soon as possible.</p>
<br><sup><pubDate>Sat, 30 Apr 2022 09:12:43 +0530</pubDate></sup>
</item><br>
<br><item>
<strong>Photography Blog Added</strong>
<p>So I decided a photography page would be much better than just leaving a photography tag on my tags page. So enjoy. Made an inaugratory post as well.</p>
<br><sup><pubDate>Fri, 29 Apr 2022 17:25:57 +0530</pubDate></sup>
</item><br>
<br><item>
<update><strong>New Easter Eggs in CSS, Tags system added</strong></update>
<br><sup><pubDate>Wed, 27 Apr 2022 08:46:10 +0530</pubDate></sup>
</item><br>
<br><item>
<strong><update>Old Theme Revised<update></strong>
<br><sup><pubDate>Sat, 23 Apr 2022 17:40:39 +0530</pubDate></sup>
</item><br>
<br><item>
<strong><update>Back to the pixel art CSS<update></strong>
<br><sup><pubDate>Fri, 22 Apr 2022 12:49:17 +0530</pubDate></sup>
</item><br>
<br><item>
<strong><update>Reverted back to old CSS.<update></strong>
<br><sup><pubDate>Thu, 14 Apr 2022 11:39:37 +0530</pubDate></sup>
</item><br>
<br><item>
<strong><update>New CSS theme + Background<update></strong>
<br><sup><pubDate>Wed, 13 Apr 2022 16:11:01 +0530</pubDate></sup>
</item><br>
<br><item>
<strong><update>Modified SUP<update></strong>
<br><sup><pubDate>Mon, 11 Apr 2022 09:13:02 +0530</pubDate></sup>
</item><br>
<item>
<strong><update>Added site update sup.<update></strong><br>
<pubDate><sup>Sun, 10 Apr 2022 11:28:15 +0530</sup></pubDate>
</item>
</div>
</div>
<div class="item MU">
<div><h2> Random Musings</h2><br><a href="updates.xml">RSS Feed</a></div>
<div id="todo">
<!-- MU -->
<br><item>
<update><strong>Photo 04-03-2023</strong><update>
<p><div style="max-width :90%"><img src="files/tree040323.jpg" width="90%"></div></p>
<small><pubDate>Sun, 05 Mar 2023 07:29:16 +0530</pubDate></small>
</item><br>
<br><item>
<update><strong>What to do in life</strong><update>
<p>I dont have to figure out what to do in life, I just have to figure out how do I kill time untill I find what to do.</p>
<small><pubDate>Wed, 01 Mar 2023 07:58:17 +0530</pubDate></small>
</item><br>
<br><item>
<update><strong>Cluttered Households, Depressed Grandmothers</strong><update>
<p><i>Cluttered households are merely victimes of consumerism.</i><br> Victims of consumerism that could not cope with it. Consuming too much to be clean, consuming to little to be minimalist <br></p>
<small><pubDate>Fri, 10 Feb 2023 07:09:53 +0530</pubDate></small>
</item><br>
<br><item>
<update><strong>Jab the eyes</strong><update>
<p>Gouge them out, eyeballs. <br> Someone tries to beat you up gouge them out. Lobotomize them.</p>
<small><pubDate>Fri, 03 Feb 2023 08:00:55 +0530</pubDate></small>
</item><br>
<br><item>
<update><strong>What 'masturbation is to sex' is what 'memes are to comedy'</strong><update>
<p><a href="https://iwiwly.substack.com/p/ha-ha-orgasm-ha-ha-purge">....Funny memes as comedy is masturbation. Masturbation being a clever monkey manipulation for the mechanic orgasm. Old comedy–stand up and the subtler social performances before that–were more akin to sex, still mechanic, sometimes mechanic-spiritual but a cathartic back and forth....</a></p>
<small><pubDate>Sat, 06 Aug 2022 10:19:24 +0530</pubDate></small>
</item><br>
<br><item>
<update><strong>Vice: A Series of Forgotten Photos Capture What Life Was Like in 1980s India</strong><update>
<p><a href="https://www.vice.com/en/article/epx3bn/nostalgic-photos-art-bombay-delhi-india-1980s">......The year was 1978. India was reeling from a decade of brutal war, political turmoil and economic unrest. Even so, the streets were alive with the collision of people from all walks of life. Decadent cabaret striptease clubs were all the rage. Religious festivals brought out a jubilant sense of community, even though the societal fabric was frayed by extreme inequalities.....</a></p>
<small><pubDate>Wed, 29 Jun 2022 10:57:09 +0530</pubDate></small>
</item><br>
<br><item>
<update><strong>The Internet Is Dead [Video Essay]</strong><update>
<p>The Dead Internet Theory by All Time on YouTube. <a href="https://piped.kavin.rocks/watch?v=DEn758DVF9I">[Watch Here]</a></p>
<small><pubDate>Fri, 17 Jun 2022 08:48:55 +0530</pubDate></small>
</item><br>
<br><item>
<update><strong>Papercraft: Star Trek NCC-1701 USS Enterprise Paper Model [FREE TEMPLATE]</strong><update>
<p>https://forjapapel.blogspot.com/2022/05/papercraft-star-trek-uss-enterprise.html <br> A free paper model of the USS Enterprise from Star Trek by forjapapel. Shall be making this in the future.</p>
<small><pubDate>Tue, 14 Jun 2022 15:43:53 +0530</pubDate></small>
</item><br>
<br><item>
<update><strong>Article: Hotel Staffers Tell Us the Weirdest Things They Have Seen Rich People Do</strong><update>
<p><a href="https://www.vice.com/en/article/4awbzm/weird-demands-rich-wealthy-people-in-luxury-best-hotels">....."The horse had to follow him everywhere, whether he was eating or shitting. It was only on the second or third day that we found out he had developed an unhealthy, almost sexual, infatuation towards the horse." .....</a></p>
<small><pubDate>Thu, 19 May 2022 17:15:10 +0530</pubDate></small>
</item><br>
<br><item>
<update><strong><a href="https://empiresoflight.blogspot.com/2022/04/grinding-soul-into-dust-extracurricular.html">Grinding the soul into dust: Extracurricular activites in Indian schools</a></strong><update>
<p>....Rather than enable spontaneous but restrained self expression, they were compelled to robotically make hand gestures at particular phrases and artificial pauses (an old radio trick for dramatic emphasis)..... <br> Might as well call them <i>curry</i>cular activites. (pun)</p>
<br><small><pubDate>Thu, 12 May 2022 13:23:55 +0530</pubDate></small>
</item><br>
<br><item>
<update><strong> Snacks are unfulfilling foods.</strong><update>
<p>Snacks are the most unfulfilling foods. The sort of fulfillment one gets after a light meal of dal roti sabji can never be simulated by any sort of a snack.</p>
<br><sup><pubDate>Sat, 30 Apr 2022 09:14:08 +0530</pubDate></sup>
</item><br>
<br><item>
<strong><update>Gujrati script looks like deep fried devnagri letters made out of besan<update></strong>
<br><sup><pubDate>Fri, 22 Apr 2022 14:10:40 +0530</pubDate></sup>
</item><br>
<br><item>
<strong><update>Random Musings column up and running. Wont see use probably.<update></strong>
<br><sup><pubDate>Thu, 14 Apr 2022 11:40:38 +0530</pubDate></sup>
</item><br>
</div>
</div>
<div class="item contact"><h2>Contact</h2>
<ul><strong>E-Mail 📧 </strong>: (very very real)</ul>
<ul><strong>Matrix 🕸 </strong>: @neoinamatrix:matrix.org</ul>
<ul><strong>Github</strong>: <a href="https://www.github.com/arjun9124">arjun9124</a></ul>
</div>
<div class="item cool">
<center><h2>Think that I'm cool ?</h2></center>
<center><div style="height: 100px; max-height: 200px; width: 200px; border: dashed 2px; border-color: hotpink; border-radius: 7px; padding-bottom: 20px; margin-top: 20px;"><h3>My Webpin:</h3><img src="files/webpin.gif"></center></div>
</div>
<center><blink><h2><a href="links.html#people">Some Cool People</a></h2></blink></center>
</div>
<script defer
src="https://comment.cdn.bka.li/js/commento.js"
data-auto-init="true""></script>
<div class="item">
<center><h2>Guestbook</h2></center>
<center><div id="commento" style="max-width: 600px; max-height: 700px; overflow: true; background-color: lightgreen; border: dashed 2px; border-color: hotpink; border-radius: 7px;"></div><small><center><z>Powered by the kindness of <a href="https://bka.li/">bka.li</a></z></center></small></center><br>
</div>
</div>
</main>
</body>
<!-- FOOTER -->
<div id="footer" align="center"><center><br><z>Ctrl+C, Ctrl+V allowed.</z><hr><z>Copyleft 2022 Arjun9124 | Some Rights Reserved | Contact<hr>
<img src="https://anlucas.neocities.org/homicide.gif"> <img src="https://anlucas.neocities.org/camtime.png"> <a href="https://anlucas.neocities.org"><img src="https://anlucas.neocities.org/anlucasbutton.gif"></a> <img src="https://anlucas.neocities.org/penguin.gif" height="31" width="88px"> <a href="https://yesterweb.org"><img src="https://yesterweb.org/img/button.png"></a> <a href="https://librewolf.net"><img src="files/librewolf.png"> <a href="https://yesterweb.org/no-to-web3/"><img src="https://auzziejay.com/images/noweb32.gif"></a></z></div>
</center>
</html>