-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·334 lines (313 loc) · 11.1 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
<html>
<head>
<link rel="stylesheet" type="text/css" href="Layout.css"/>
<script type="text/javascript" src="Tabs.js"></script>
<script src="jquery.min.js" type="application/javascript"></script>
<script>
$('#range').change(function(){
var span = $('#value');
span.html(this.value);
});
var text = $(this).data("tooltip");
</script>
</head>
<body onload="init()">
<ul id="tabs">
<li><a href="#profile"><img class="le" src="res/usr.png" alt="Usr" style="height:6%;"></a></li>
<li><a href="#choices"><img class="le" src="res/Opt.png" alt="Usr" style="height:6%;"></a></li>
<li><a href="#settings"><img class="le" src="res/stat.png" alt="Usr" style="height:6%;"></a></li>
</ul>
<div class="msg">
<h2 class="centre">Feed</h2>
<div class="post">
<p2>"Honestly, Cohen is kind of a poop." <br> - Nathan Cohen</p2>
</div>
<br>
<div class="post">
<p2>"@NathanCohen I agree!" <br> - Jonathan Moallem</p2>
</div>
<br>
<div class="post">
<p2>Matthew Friedman has invited you to his EbolAids confrence<br> <br>
<input id="submit" type="submit" value="Accept" />
<input id="submit1" type="submit" value="Decline" /></p2>
</div>
</div>
<div class="tabContent" id="profile">
<h2 class="centre">Profile</h2>
<div class="friends">
<a data-tooltip="This is some information about this friend. They have the following attributes: They are a Somalian Prince who wants to give you thier untold fortunes for your kindness." class="tooltipf">
<img src="res/usr.png" alt="Usr" style="height:15%;">
</a>
</div>
<div class="profile">
<img class="le" src="res/usr.png" alt="Usr" style="height:30%;">
</div>
</div>
<div class="tabContent" id="choices">
<h2 class="centre">Choices</h2>
<table class="sliders">
<tr>
<td><p1>Work</p1></td>
<td></td>
<td><input class="bar" type="range" id="range" value="50"/></td>
</tr>
<tr>
<td><p1>School</p1></td>
<td></td>
<td><input class="bar" type="range" id="range" value="50"/></td>
</tr>
<tr>
<td><p1>Gym</p1></td>
<td></td>
<td><input class="bar" type="range" id="range" value="50"/></td>
</tr>
<tr>
<td><p1>Hang with</p1></td>
<td class="select">
<select name="State" id="input7">
<option value="Cohen">Cohen</option>
<option value="Matt">Matt</option>
<option value="J-Mo">J-Mo</option>
</select>
</td>
<td><input class="bar" type="range" id="range" value="50"/></td>
</tr>
</table>
</div>
<div class="tabContent" id="settings">
<h2 class="centre">Statistics</h2>
<br>
<p1>General Stats</p1>
<table class="statist">
<tr>
<td>
<a data-tooltip="Age" class="tooltip">
<img class="le" src="res/age.png" alt="age" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Beauty" class="tooltip">
<img class="le" src="res/beauty.png" alt="beauty" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Creativity" class="tooltip">
<img class="le" src="res/art.png" alt="art" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Culture" class="tooltip">
<img class="le" src="res/culture.png" alt="culture" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Education" class="tooltip">
<img class="le" src="res/edu.png" alt="education" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Energy" class="tooltip">
<img class="le" src="res/energy.png" alt="energy" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Happiness" class="tooltip">
<img class="le" src="res/happy.png" alt="happiness" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Appeal" class="tooltip">
<img class="le" src="res/appeal.png" alt="appeal" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Physical Appeal" class="tooltip">
<img class="le" src="res/physical.png" alt="physical appeal" style="height:3%;">
</a>
</td>
</tr>
<tr>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
</tr>
</table>
<br>
<table class="statist">
<tr>
<td>
<a data-tooltip="Height" class="tooltip">
<img class="le" src="res/height.png" alt="height" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="IQ" class="tooltip">
<img class="le" src="res/iq.png" alt="iq" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Money" class="tooltip">
<img class="le" src="res/money.png" alt="money" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Self Control" class="tooltip">
<img class="le" src="res/control.png" alt="control" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Humour" class="tooltip">
<img class="le" src="res/humour.png" alt="sense of humour" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Social Skills" class="tooltip">
<img class="le" src="res/socialskills.png" alt="social skills" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Strength" class="tooltip">
<img class="le" src="res/Strength.png" alt="strength" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Enlighten- ment" class="tooltip">
<img class="le" src="res/enlightenment.png" alt="enlightenment" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Smarts" class="tooltip">
<img class="le" src="res/smarts.png" alt="smarts" style="height:3%;">
</a>
</td>
</tr>
<tr>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
</tr>
</table>
<br>
<br>
<br>
<p1>Health Stats</p1>
<table class="statist">
<tr>
<td>
<a data-tooltip="General Health" class="tooltip">
<img class="le" src="res/health.png" alt="health general" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Cardio" class="tooltip">
<img class="le" src="res/cardio.png" alt="cardio" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Dental" class="tooltip">
<img class="le" src="res/dental.png" alt="dental" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Muscular" class="tooltip">
<img class="le" src="res/skelital.png" alt="skellital" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Respiratory" class="tooltip">
<img class="le" src="res/respiritory.png" alt="respiritory" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Skin" class="tooltip">
<img class="le" src="res/skin.png" alt="skin" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="BMI" class="tooltip">
<img class="le" src="res/bmi.png" alt="bmi" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Weight" class="tooltip">
<img class="le" src="res/weight.png" alt="weight" style="height:3%;">
</a>
</td>
</tr>
<tr>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
</tr>
</table>
<br>
<br>
<br>
<p1>Relationship Stats</p1>
<table class="statist">
<tr>
<td>
<a data-tooltip="Family" class="tooltip">
<img class="le" src="res/relationships.png" alt="family" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Friends" class="tooltip">
<img class="le" src="res/friends.png" alt="friends" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Spouse" class="tooltip">
<img class="le" src="res/spouse.png" alt="spouse" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Pets" class="tooltip">
<img class="le" src="res/pets.png" alt="pets" style="height:3%;">
</a>
</td>
<td>
<a data-tooltip="Popularity" class="tooltip">
<img class="le" src="res/popularity.png" alt="popularity" style="height:3%;">
</a>
</td>
</tr>
<tr>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
<td><p1>0</p1></td>
</tr>
</table>
</div>
<div class="clock">
<div class="clockface">06/03/97</div>
</div>
<div class="end">
<input id="submit2" type="submit" value="Accept Choices" />
</div>
<div class="quit">
<input onclick="location.href='login.html'" id="submit2" type="submit" value="Save & Quit" />
</div>
</body>
</html>