-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
204 lines (202 loc) · 7.15 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
<!DOCTYPE html>
<html>
<head>
<title>Try Andy's Desk</title>
<meta charset="UTF-8" />
<link rel="icon" href="src/img/pet.png" type="image/png" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=yes"
/>
<!-- Matomo -->
<script type="text/javascript">
var _paq = (window._paq = window._paq || []);
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["trackPageView"]);
_paq.push(["enableLinkTracking"]);
(function () {
var u = "//stats.villarreal.co.cr/";
_paq.push(["setTrackerUrl", u + "matomo.php"]);
_paq.push(["setSiteId", "5"]);
var d = document,
g = d.createElement("script"),
s = d.getElementsByTagName("script")[0];
g.type = "text/javascript";
g.async = true;
g.src = u + "matomo.js";
s.parentNode.insertBefore(g, s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<div class="desktop">
<div class="window-container" id="container">
<div id="drop-left" class="dropzone">
<div></div>
</div>
<div id="drop-right" class="dropzone">
<div></div>
</div>
<div id="drop-full" class="dropzone dropzone-full">
<div></div>
</div>
<div id="icon-container" class="icon-container">
<div id="icon-select"></div>
</div>
<div class="start-menu" id="spotlight-menu">
<div class="window glass colored">
<div class="title-bar">
<div class="window-body custom spotlight-container">
<div id="spotlight-results"></div>
<input
type="text"
id="spotlight-input"
placeholder="Type here to search..."
/>
</div>
</div>
</div>
</div>
<div class="start-menu" id="start-menu">
<div class="window glass colored">
<div class="title-bar">
<div class="window-body custom">
<div class="pet">
<img src="src/img/pet.png" />
<div role="tooltip">
<p>
Welcome to Try Andy's Desk, a mish-mash place of
experimentation!
</p>
<p>YOU might also be interested in:</p>
</div>
</div>
<fieldset>
<legend>glitchy.website</legend>
<p>
Another way of exploring Try Andy's creative endeavors, this
time with a futuristic sci-fi feel.
</p>
<button>
<a href="https://glitchy.website">Check it out</a>
</button>
</fieldset>
<fieldset>
<legend>Music</legend>
<p>Fun fact: We made the song you can listen to on Winamp.</p>
<p>
If you want to listen more, please check us out on Bandcamp
& Soundcloud:
</p>
<div>
<button>
<a href="https://tryandy.bandcamp.com/">Bandcamp</a>
</button>
<button>
<a href="https://soundcloud.com/try_andy">Soundcloud</a>
</button>
</div>
</fieldset>
</div>
<div class="menu-sidebar custom">
<div class="top">
<button>
<a
href="mailto:[email protected]?subject=Bug%20Report"
>
Report a Bug
</a>
</button>
<button>
<a
href="mailto:[email protected]?subject=Feature%20Request"
>
Request a Feature
</a>
</button>
<button>
<a
href="mailto:[email protected]?subject=Complaint"
>
File a Complaint
</a>
</button>
<button>
<a href="https://ko-fi.com/kaeruct" target="_blank"
>Donate</a
>
</button>
</div>
<div class="top sep">
<button id="share-link">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor"
>
<path
d="M15 8a3 3 0 10-2.977-2.63l-4.94 2.47a3 3 0 100 4.319l4.94 2.47a3 3 0 10.895-1.789l-4.94-2.47a3.027 3.027 0 000-.74l4.94-2.47C13.456 7.68 14.19 8 15 8z"
/>
</svg>
Share Link
</button>
<button>
<a
href="https://reddit.com/submit?url=https://desk.glitchy.website&title=Try+Andy's+Desk"
target="_blank"
>
<img src="./src/img/reddit.png" /> Share on Reddit
</a>
</button>
<button>
<a
href="https://twitter.com/intent/tweet?text=Try+Andy's+Desk&url=https://desk.glitchy.website"
target="_blank"
>
<img src="./src/img/twitter.png" /> Share on Twitter
</a>
</button>
</div>
<div class="top sep">
<label class="button" id="change-wallpaper">
Change Wallpaper
<input type="file" id="wallpaper-upload" />
</label>
</div>
<div class="bottom">
<button id="shutdown">Shut down</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="taskbar-container window glass colored">
<div class="title-bar">
<div class="start-button">
<img id="start-button" src="./src/img/startregular.png" />
</div>
<div id="spotlight-button">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"
/>
</svg>
</div>
<div id="taskbar" class="taskbar-btns"></div>
<div class="clock" id="clock"></div>
</div>
</div>
</div>
<script src="src/index.js"></script>
</body>
</html>