-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
200 lines (180 loc) · 5.98 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport">
<title>aconfuseddragon's art and nostalgia corner</title>
<link href="/style1.css" rel="stylesheet" type="text/css" media="all and (min-width: 101vh) and (min-width: 1291px)">
<link href="/style1_mobile.css" rel="stylesheet" type="text/css" media="all and (max-width: 100vh), (max-width: 1290px)">
<script>
function startTime() {
var today = new Date();
var h = today.getHours();
var m = today.getMinutes();
m = checkTime(m);
document.getElementById('txt').innerHTML =
h + ":" + m;
var t = setTimeout(startTime, 500);
}
function checkTime(i) {
if (i < 10) {i = "0" + i}; // add zero in front of numbers < 10
return i;
}
</script>
</head>
<body onload="startTime()">
<div id="welcome">
<h1><p>aconfuseddragon's</h1>
<br>
<div class="welcome-text">
<a href="index.html"><img src="assets/title-gif.gif" title= "Home"> </a>
</div>
</div>
<div class="itemIconContainer">
<div class="itemIcon">
<a href="index.html"><img src="assets/home.png" title= "~ Home ~"> </a>
</div>
<div class="itemIcon">
<a href="gallery.html"><img src="assets/art.png" title= "Gallery"> </a>
</div>
<div class="itemIcon">
<a href="diy-projects.html"><img src="assets/diy.png" title= "Projects I designed that you can make!"> </a>
</div>
<div class="itemIcon">
<a href="mailto: [email protected]"><img src="assets/email.png" title= "[email protected]"> </a>
</div>
<div class="itemIcon">
<a href="https://aconfuseddragon.itch.io/"><img src="assets/games.png"> </a>
</div>
<div class="itemIcon">
<a href="misc.html"><img src="assets/misc.png" title= "Inspirations + Cool Stuff"> </a>
</div>
<div class="itemIcon">
<img src="assets/music.png">
</div>
</div>
<div id="links">
<h0>✬ <a href="https://aconfuseddragon.bigcartel.com">< Store - Closed ></a> ✬</h0>
<br/>
<br/>
<h0>✲ ˚ . <a href="https://twitter.com/aconfuseddragon">< Twitter ></a> . ˚ ✲</h0>
<br/>
<br/>
<h0> ⋆ ✧ . ⊹ <a href="https://aconfuseddragon.neocities.org/gallery.html">< My Art ></a> ⊹ . ✧ ⋆ </h0>
<br/>
<br/>
<h0>★ * ˚ ⋆ . <a href="https://aconfuseddragon.itch.io/">< My Games ></a> . ⋆ ˚ * ★</h0>
<br/>
<br/>
<h0>. ⊹ ☆ ⭑ . ✦ <a href="https://www.instagram.com/aconfuseddragon/">< Instagram ></a><a href="https://www.tumblr.com/blog/a-confused-dragon"> < Tumblr ></a> ✦ . ⭑ ☆ ⊹ .</h0>
<div id="leaf"></div>
</div>
<div id="water-png-box">
<div id="water-div">
<div id="water-png">
</div>
</div>
</div>
<div id="water-box">
<div id="water">
</div>
</div>
<div id="beach-box">
<div id="beach">
</div>
</div>
<div id="Windows-box">
<div id="Windows">
</div>
</div>
<div id="weather-box">
<div id="weather-div">
<div id="weather-png">
</div>
</div>
</div>
<div id="computer-box">
<div id="computer">
<img src="assets/computer.gif" width="400" onclick="window.open('https://win95.ajf.me/', '_blank');">
</div>
</div>
<div id="computer-2-box">
<div id="computer-2">
</div>
</div>
<div id="sakura-left">
</div>
<div id="sakura-right">
</div>
<div id="nostalgia-box">
<div id="lego-island-div">
<div id="lego-island"> <!-- don't need to make css for very inside -->
<img src="./nostalgia/lego-island.jpg" width="174">
</div>
</div>
<div id="pipes-div">
<div id="pipes">
<img src="./nostalgia/pipes.gif" height="262" onclick="window.open('https://www.screensaversplanet.com/screensavers/themes/classic', '_blank');" >
</div>
</div>
<div id="freddi-div">
<div id="freddi">
<img src="./nostalgia/freddi.jpg" width="384px" onclick="window.open('https://store.steampowered.com/app/294540/Freddi_Fish_3_The_Case_of_the_Stolen_Conch_Shell/', '_blank');" >
</div>
</div>
<div id="miniclip-div">
<div id="miniclip">
<img src="./nostalgia/miniclip.jpg" width="354px">
</div>
</div>
<div id="pinball-div">
<div id="pinball">
<img src="./nostalgia/pinball.gif" height="198px" onclick="window.open('https://en.wikipedia.org/wiki/Full_Tilt!_Pinball', '_blank');" >
</div>
</div>
<div id="leap-div">
<div id="leap">
<img src="./nostalgia/leap.jpg" height="128px">
</div>
</div>
<div id="lego-div">
<div id="lego">
<img src="./nostalgia/lego.jpg" height="376px">
</div>
</div>
<div id="kidpix-div">
<div id="kidpix">
<img src="./nostalgia/kidpix.png" height="376px">
</div>
</div>
<div id="bionacle-div">
<div id="bionacle">
<img src="./nostalgia/bionacle.jpg" width="302px" onclick="window.open('https://bionicle.fandom.com/wiki/Mata_Nui_Online_Game', '_blank');" >
</div>
</div>
<div id="tonka-div">
<div id="tonka">
<img src="./nostalgia/tonka.png" height="242px" onclick="window.open('https://tonka.fandom.com/wiki/List_of_Video_Games', '_blank');" >
</div>
</div>
<div id="solitare-div">
<div id="solitare">
<img src="./nostalgia/solitare.gif" height="200px">
</div>
</div>
</div>
<div id="stem-left">
</div>
<div id="stem-right">
</div>
<div id="txt">
</div>
<div id="footer">
<img src="./assets/bottombar.png">
</div>
<div id="footer-right">
</div>
<div class="spacer">
</div>
</body>
</html>