-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_1990.html
117 lines (86 loc) · 2.81 KB
/
index_1990.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- Required -->
<meta charset="utf-8">
<!-- Title -->
<title>TTT - Travel Through Time</title>
<!-- CSS -->
<link rel="stylesheet" href="style1990.css">
<!-- JS -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/timeline.js"></script>
</head>
<body>
<div class="heading",
animation-type="fade",
animation-direction="top",
x-value="10",
y-value="600",
year="1990",
layer="1">
<center>
<img src='logo90move.gif' id = 'logo'>
<font color = 'white'><h1><b>PINEAPPLE</b></h1></font>
</center>
</div>
<div class="links",
animation-type="fly",
animation-direction="bottom",
x-value="0",
y-value="550",
year="1990",
layer="2">
<center>
<font color = 'red'>
<p>Product Disinformation</p>
</font>
<font color = 'orange'>
<p>Customer Unsupport</p>
</font>
<font color = 'yellow'>
<p>Developer Hell</p>
</font>
<font color = 'green'>
<p>Groups of Disinterest</p>
</font>
<font color = 'blue'>
<p>Resources Offline</p>
</font>
<font color = 'purple'>
<p>Proud to Bee</p>
</font>
<font color = 'red'>
<p>DontPhone</p>
<p>DontPad</p>
<p>DontWatch</p>
<p>DontMusic</p>
</font>
<hr>
<i>We are an American Company!</i>
<br>
<img src='us.gif' width = 190 px>
<p><a href='hohoho'>Truth</a> | <a href='hohoho'>or</a> | <a href='hohoho'>Consequences</a></p>
</center>
</div>
<div class="context",
animation-type="fly",
animation-direction="right",
x-value="200",
y-value="550",
year="1990",
layer="1"
>
<div id = "hot"><b><h2>What's Hot:</h2></b></div>
<center><img src='steav.gif' id = 'mac1990'></center>
<i>Buy bytes to bite bats!</i>
<p>Meet the new TheComputer 2.0! We did it! <b>It containts 20 bytes more than previous model</b>! Now you can train a CNN to solve MNIST just in <b>ten years</b>! That's amazing! Buy it now and get <b>one more byte totally free!</b></p>
<p>"<i>Amazing!</i>" <b>RealPerson_1</b></p>
<p>"<i>Astonishing!</i>" <b>RealPerson_2</b></p>
<p>"<i>Abominable!</i>" <b>NotRealPerson_1</b></p>
<hr>
<p>If you want to know more...just <a href = 'lie'>don't.</a></p>
</div>
</body>
</html>