-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
107 lines (99 loc) · 6.2 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
<!DOCTYPE HTML>
<html>
<head>
<meta name="google-site-verification" content="TaijDLTwoestLnPCMwbc9neZBXD_w7b_gIlCnyq0rWM" />
<title>Site Drawer</title>
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-54977485-1', 'auto');
ga('send', 'pageview');
</script>
<div class="window">
<nav>
<ul>
<li class="close button"></li>
<li class="minimize button"></li>
<li class="zoom button"></li>
</ul>
<h1>sitedrawer.appspot.com</h1>
<div class="fullscreen">
<div id="a1"></div>
<div id="a2"></div>
</div>
</nav>
<div class="scroll"></div>
<div class="container">
<div class="text">
<p id="lastlogin">Last login: Fri May 2 18:44:06 on ttys000</p>
<p>
<span class="prompt">
<span class="success">➜</span>
<span class="location">~</span>
</span>
whoa there
</p>
<p>Hi I’m Abhik Lodh,</p>
<p>
currently a student at Birla High School (Senior Sec) ...you guessed it!!.
</p>
<p>
<span class="prompt">
<span class="success">➜</span>
<span class="location">~</span>
</span>
links
</p>
<p class="links">
<a href="3d-piano-player-master/index.html" title="3d-but-invisible-piano">Unseen Piano</a>
<a href="D3-clock-master/index.html" title="disk-clock-round-and-round">Polar Clock</a>
<a href="ffOS_browser-master/index.html" title="ffbrowser- in ur 'Browser'(No installation required)">Firefox Browser</a>
<a href="flatClock3d-gh-pages/index.html" title="keep ur time">3d Clock</a>
<a href="FlipClock-master/examples/countdown-from-new-years.html" title="flip-clock">Htc clock</a>
<a href="frameworks/bootmetro-master/src/demo-hub.html" title="immitation-start">Windows 8 Start</a>
<a href="frameworks/followmejs-firebase-master/index-copy.html" title="3d and its real">3d Presentation</a>
<a href="frameworks/html5can-master/index.html" title="web version">Awesome html5 presentation</a>
<a href="frameworks/IntroToNode-master/index.html" title="what is node.js">Cube presentation</a>
<a href="frameworks/MathBox.js-master/examples/index.html" title="mathder">Render math</a>
<a href="frameworks/Oimo.js-gh-pages/Index2.html" title="some basic animations">3d world</a>
<a href="frameworks/rainyday.js-master/index.html" title="count the drops if u can!">Rainyday</a>
<a href="frameworks/reveal.js-master/index.html" title="ppt sucks!!">Best presentation</a>
<a href="frameworks/Seriously.js-master/index.html" title="remember those days when cable connection went ****">Tv Glitch</a>
<a href="ffOS_browser-master/index.html" title="space racer">HexGL</a>
<a href="javascript-racer-master/index.html" title="round or straight">Racer 1</a>
<a href="Kluster-gh-pages/index.html" title="klusterize ur pics">Kluster</a>
<a href="RacerJS-master/index.html" title="rev!!!! yeah">Racer Bughatti</a>
<a href="retroweb-browser-master/webfiles/index.html" title="see the old mac">Mac emulator</a>
<a href="WebCraft-master/index.html" title="for ansh...$^*#*&5@">(Web) Minecraft!</a>
<a href="webgl-filter-master/www/index.html" title="cs-1 adobe photoshop!">Web Photoshop</a>
<a href="worldfoodclock.com/index.html" title="see how much food is wasted">Food world usage clock</a>
<a href="wrist/index.html" title="see time in real watches">Wrist face</a>
<a href="mac_on_the_web-master/index.html" title="os x mavericks in website first time!!111">OS X 10.9 dock</a>
<a href="http://grumblechatting.appspot.com" title="chat even grumble!">Grumble Chatting</a>
<a href="http://abhikvibe.appspot.com" title="abhik vibe">Music streaming</a>
<a href="http://bloggercls8e.appspot.com" title="the cls 8e's presonal blog">Blogger cls8e</a>
<a href="http://openhubcls8e.appspot.com" title="share ur moments with the class">Pic Share</a>
<a href="http://abhiklodhclass8e.appspot.com" title="abhik lodh class 8e">Oldest cls8e site</a>
<a href="sitemap.xml" title="for google">For dev purposes and google</a>
</div>
</div>
</div>
<script type="text/javascript">
var months = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
var days = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"];
var today = new Date();
var day = today.getDay();
var month = today.getMonth();
var date = today.getDate();
var hour = today.getHours();
document.getElementById('lastlogin').textContent =
"Last login: " + days[today.getDay()] + " " + months[today.getMonth()] + " " + today.getDate() + " " + today.getHours() + ":" + today.getMinutes() + ":" + today.getSeconds() + " on " + navigator.appName;
</script>
</body>
</html>