-
Notifications
You must be signed in to change notification settings - Fork 20
/
index.html
529 lines (437 loc) · 19.3 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
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/styles.css">
<title>Myspace</title>
</head>
<body>
<div class="master-container">
<!-- Main Header Begins -->
<header class="main-header">
<nav class="search-bar">
<ul class="topnav home">
<li><a href="#">MySpace.com</a></li>
<li><a href="#">Home</a></li>
</ul>
<form>
<label>
The Web
<input type="radio" name="search-type" value="the-web">
</label>
<label>
MySpace
<input type="radio" name="search-type" value="myspace">
</label>
<label>
<input type="text" name="search">
</label>
<input class="submit-btn" type="submit" name="submit-button" value="Search">
</form>
<ul class="topnav signup">
<li><a href="#">Help</a></li>
<li><a href="#">SignUp</a></li>
</ul>
</nav>
<nav class="navbar">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Browse</a></li>
<li><a href="#">Search</a></li>
<li><a href="#">Invite</a></li>
<li><a href="#">Film</a></li>
<li><a href="#">Mail</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Favorites</a></li>
<li><a href="#">Forum</a></li>
<li><a href="#">Groups</a></li>
<li><a href="#">Events</a></li>
<li><a href="#">Videos</a></li>
<li><a href="#">Music</a></li>
<li><a href="#">Classifieds</a></li>
</ul>
</nav>
</header>
<!-- Main Header Ends -->
<div class="page-content-container">
<!-- Profile Sidebar Begins -->
<aside class="profile-sidebar">
<header>
<h1>Tom</h1>
</header>
<!-- Profile Picture -->
<div class="profile-picture-container">
<img class="profile-pic" src="pictures/tom-pic.jpg" alt="A profile picture of Tom, the creator of MySpace.">
<p class="personal-msg"><b>":-)"</b></p>
<ul class="gender-age">
<li>Male</li>
<li>30 years old</li>
<li>Santa Monica,</li>
<li>CALIFORNIA</li>
<li>United States</li>
</ul>
<ul class="last-login">
<li>Last Login:</li>
<li>4/22/2006</li>
</ul>
<p class="pics-videos">View My: <a href="#"><b>Pics</b></a> | <a href="#"><b>Videos</b></a></p>
</div>
<!-- Contact Box -->
<section class="contact-box">
<h2>Contacting Tom</h2>
<figure class="contact-images">
<img src="pictures/sendMailIcon.gif" alt="Send Message">
<img src="pictures/forwardMailIcon.gif" alt="Forward to Friend">
<img src="pictures/addFriendIcon.gif" alt="Add to Friends">
<img src="pictures/addFavoritesIcon.gif" alt="Add to Favorites">
<img src="pictures/messagefriend.gif" alt="Instant Message">
<img src="pictures/blockUser.gif" alt="Block User">
<img src="pictures/addToGroupIcon.gif" alt="Add to Group">
<img src="pictures/rankUserIcon.gif" alt="Rank User">
</figure>
</section>
<!-- MySpace URL -->
<section class="myspace-url-box">
<h3><b>MySpace URL:</b></h3>
<p>http://www.myspace.com/tom</p>
</section>
<!-- Interests Section -->
<section class="interests">
<table class="sidebar-table">
<caption>
<h2 class="sidebar-table-h2">Tom's Interests</h2>
</caption>
<tbody>
<tr>
<th class="sidebar-table-header" scope="row">General</th>
<td class="sidebar-table-data">
<p>Internet, Movies, Reading, Dancing, Karaoke, Baseball, Language, Culture, History of Communism, Philosophy, Singing/Writing Music, Running, Finding New Food, Weight Lifting, Hiking, WWI Aviation, Travel, Building alternate communities</p>
</td>
</tr>
<tr>
<th class="sidebar-table-header" scope="row">Music</th>
<td class="sidebar-table-data">
<p><b>Bands</b>: Beatles, Superdrag, Jackson 5, Weezer, Sex Pistols, The Carpenters, Vain, Radiohead, Teenage Fanclub, Rocket from the Crypt, Pitchfork, Oasis, Rialto, Supergrass, Travis, The Doors, Cheap Trick, Simple Plan, AliceCooper, KISS, A*TEENS, The Beach Boys, The Velvet Underground, Journey</p>
<p><b>Solo Artists</b>: Billy Joel, Bruce Springsteen, Elvis, Brendan Benson, David Bowie, Rick Springfield, Barry Manilow, Paul Stanley Solo Album, Bob Dylan, Rod Stewart</p>
<p><b>Singers</b>: Michael Jackson (age 14 & under), Karen Carpenter, Whitney Houston (particularly The Bodyguard soundtrack), George Michael, Louie Louie, Coco Lee, Robin Zander, Frank Sinatra, Steve Perry, Gerard Way</p>
<p><b>Albums</b>: Appetite for Destruction - Guns & Roses; Life - The Cardigans; A Hard Day's Night - The Beatles; Dookie - Green Day; Blue - Weezer; One Missisipi - Brendan Benson; Two Steps from the Move - Hanoi Rocks; Led Zeppelin I, The Doors, In The Valley of Dying Stars - SuperDrag; Survivor When Seconds Count - Rick Springfield, Working Class Dog</p>
<p><b>Instruments</b>: The Er Hu, Piano, certain guitar tones (Rocket from the Crypt, Sex Pistols, Rolling Stones)</p>
</td>
</tr>
<tr>
<th class="sidebar-table-header" scope="row">Movies</th>
<td class="sidebar-table-data">
<p><b>Films</b>: Lawrence of Arabia, Ben Hur, Patton, Spartacus, Gandhi, The 10 Commandments, Apocalypse Now, Beauty & The Beast (the cartoon), Thin Red Line, Titanic, Gladiator, The Patriot, Breakfast at Tiffanys, Un Coeur en Hiver, To Live, Happy Times, The Road Home, Not One Less, Ju Dou, Red Sorghum, The Empire of the Sun, Gone With the Wind, The Godfather, 2001, Clockwork Orange, Blade Runner, Deer Hunter, Mean Streets, Grease, Urban Cowboy, Saturday Night Fever, The Sound of Music, Copland, Xiu Xiu, Dances With Wolves</p>
<p><b>Directors</b>: Kubrick, Francis Copolla, Zhang Yimou, Anh Hung Tran, Steven Spielberg</p>
</td>
</tr>
<tr>
<th class="sidebar-table-header" scope="row">Television</th>
<td class="sidebar-table-data">
<p>Tuned out. <em>Except for SF Giants.</em> I rented Band of Brothers and liked that.</p>
</td>
</tr>
</tbody>
</table>
</section>
<!-- Tom's Details Section -->
<section class="details">
<table class="sidebar-table">
<caption>
<h2 class="sidebar-table-h2">Tom's Details</h2>
</caption>
<tbody>
<tr>
<th class="sidebar-table-header" scope="row">Status:</th>
<td class="sidebar-table-data">Single</td>
</tr>
<tr>
<th class="sidebar-table-header" scope="row">Here For:</th>
<td class="sidebar-table-data">Networking, Dating, Serious Relationships, Friends</td>
</tr>
<tr>
<th class="sidebar-table-header" scope="row">Hometown:</th>
<td class="sidebar-table-data">San Diego</td>
</tr>
<tr>
<th class="sidebar-table-header" scope="row">Ethnicity:</th>
<td class="sidebar-table-data">White / Caucasian</td>
</tr>
<tr>
<th class="sidebar-table-header" scope="row">Zodiac Sign:</th>
<td class="sidebar-table-data">Libra</td>
</tr>
<tr>
<th class="sidebar-table-header" scope="row">Smoke / Drink:</th>
<td class="sidebar-table-data">No / No</td>
</tr>
<tr>
<th class="sidebar-table-header" scope="row">Occupation:</th>
<td class="sidebar-table-data">MySpace</td>
</tr>
</tbody>
</table>
</section>
<!-- Tom's Schools Section -->
<section class="schools">
<table class="sidebar-table">
<caption>
<h2 class="sidebar-table-h2">Tom's Schools</h2>
</caption>
<tbody>
<tr>
<th class="sidebar-table-header" scope="row">
<ul>
<li><a href="#">University Of California-Los Angeles</a></li>
<li>Los Angeles, CALIFORNIA</li>
<li>Graduated: <a href="#">2000</a></li>
<li>Degree: Master's Degree</li>
<li>Major: Film - Critical Studies</li>
</ul>
</th>
<td class="sidebar-table-data">1999 to 2000</td>
</tr>
<tr>
<th class="sidebar-table-header" scope="row">
<ul>
<li><a href="#">University Of California-Berkeley</a></li>
<li>Berkeley, CALIFORNIA</li>
<li>Graduated: <a href="#">1997</a></li>
<li>Student status: Alumni</li>
<li>Degree: Bachelor's Degree</li>
<li>Major: English & Rhetoric</li>
<li>Clubs: DECAL: Literary Theory</li>
</ul>
</th>
<td class="sidebar-table-data">1993 to 1996</td>
</tr>
</tbody>
</table>
</section>
</aside>
<!-- Profile Side Bar Ends -->
<!-- Main Section -->
<main>
<section class="user-network">
<header>
<h2>Tom is in your extended network</h2>
</header>
</section>
<section class="blog">
<p><b>Tom's Latest Blog Entry</b> [<a href="#">Subscribe to this Blog</a>]</p>
<p>MySpace Concert & Parties -Georgia, Orlando, Miami! (<a href="#">view more</a>) </p>
<p>In Stores Today - MySpace Records Vol. 1 ! (<a href="#">view more</a>) </p>
<p>MySpace Records - get more photos for your profile! (<a href="#">view more</a>) </p>
<p>October 29th - MySpace 2-Year Anniversary Concert! (<a href="#">view more</a>) </p>
<p>NIN, QOTSA, Acoustic and Punk Tours (!) (<a href="#">view more</a>)</p>
<p>[<a href="#">View All Blog Entries</a>]</p>
</section>
<section class="blurbs">
<header class="main-section-header">
<h2 class="main-section-h2">Tom's Blurbs</h2>
</header>
<h3>About me:</h3>
<p>I'm here to help you with <b>MySpace</b>. Send me a message if you're confused by anything. <span class="info">Before asking me a question, please check the <a href="#">FAQ</a> to see if your question has already been answered.</span></p>
<p>I may have been on your friend list when you signed up. If you don't want me to be, click "Edit Friends" and remove me!</p>
<p><strong>Also, feel free to tell me what features you want to see on MySpace and if I think it's cool, we'll do it!</strong></p>
<p>If you want a tutorial on HTML/designing your page, check this out: <a href="#">Mack</a>!!</p>
<p>Note: If you try to view my friends list you won't see all 24,000,000 million people. This was bogging down the system, so we made it only show 40 people. So you wont be able to see the friends on my list.</p>
<h3>Who I'd like to meet:</h3>
<p>I'd like to meet people who educate, inspire or entertain me... I have a few close friends I've known all my life. I'd like to make more. </p>
</section>
<section class="friends">
<header class="main-section-header">
<h2 class="main-section-h2">Tom's Friend Space</h2>
</header>
<p><b>Tom has <span class="focus-highlight">73090713</span> Friends.</b></p>
<div class="friend-pic-container">
<figure>
<figcaption><a href="#">MySpace<br>Records</a></figcaption>
<img src="pictures/myspace-records.jpg">
</figure>
<figure>
<figcaption><a href="#">Andi</a></figcaption>
<img src="pictures/andi.jpg">
</figure>
<figure>
<figcaption><a href="#">abraham</a></figcaption>
<img src="pictures/abraham.jpg">
</figure>
<figure>
<figcaption><a href="#">tanner</a></figcaption>
<img src="pictures/tanner.jpg">
</figure>
<figure>
<figcaption><a href="#">Tams</a></figcaption>
<img src="pictures/tams.jpg">
</figure>
<figure>
<figcaption><a href="#">MySpace<br>Records</a></figcaption>
<img src="pictures/myspace-records-2.jpg">
</figure>
<figure>
<figcaption><a href="#">J-e-n-n-i</a></figcaption>
<img src="pictures/jenni.jpg">
</figure>
<figure>
<figcaption><a href="#">MySpace<br>Records</a></figcaption>
<img src="pictures/myspace-records-3.jpg">
</figure>
</div>
<p class="friends-list-link"><a href="#">View All of Tom's Friends</a></p>
</section>
<section class="comment-wall">
<header class="main-section-header">
<h2 class="main-section-h2">Tom's Friends Comments</h2>
</header>
<p id="comment-counter"><b>Displaying <span class="focus-highlight">10</span> of <span class="focus-highlight">780610</span> comments (<a href="#">View/Edit All Comments</a>)</b></p>
<table>
<tr>
<th scope="row">
<figure>
<figcaption><a href="#">Gram</a></figcaption>
<img src="pictures/gram.jpg">
</figure>
</th>
<td>
<h3>4/22/2006 6:54 PM</h3>
<p>Dude, Appetite for Destruction Rocks, same with Alice Cooper and KISS</p>
</td>
</tr>
<tr>
<th scope="row">
<figure>
<figcaption><a href="#">Amanda Lepore</a></figcaption>
<img src="pictures/amanda.jpg">
</figure>
</th>
<td>
<h3>4/22/2006 6:51 PM</h3>
<p>tom=new money. ;D congrats darling</p>
</td>
</tr>
<tr>
<th scope="row">
<figure>
<figcaption><a href="#">Rhys__=]</a></figcaption>
<img src="pictures/missing.jpg">
</figure>
</th>
<td>
<h3>4/22/2006 5:30 PM</h3>
<p>tom you have changed the net dude. well in. rhys</p>
</td>
</tr>
<tr>
<th scope="row">
<figure>
<figcaption><a href="#">SLACKER</a></figcaption>
<img src="pictures/slacker.jpg">
</figure>
</th>
<td>
<h3>4/22/2006 12:37 PM</h3>
<p>dont listen to those girls, they don't know what they're talking about!! I LOVE YOUR DISPLAY PIC, seeing it makes my day a little better!!!</p>
</td>
</tr>
<tr>
<th scope="row">
<figure>
<figcaption><a href="#">Brian</a></figcaption>
<img src="pictures/missing.jpg">
</figure>
</th>
<td>
<h3>4/22/2006 12:13 PM</h3>
<p>Myspace prevented another potential Columbine.You must be very proud!</p>
</td>
</tr>
<tr>
<th scope="row">
<figure>
<figcaption><a href="#">Nnenna</a></figcaption>
<img src="pictures/nnenna.jpg">
</figure>
</th>
<td>
<h3>4/22/2006 12:08 PM</h3>
<p>Whats up tom...it would be really cool if poets and spoken word artists had a way to display their talent. Its really hard to find spoken word in the music section.</p>
</td>
</tr>
<tr>
<th scope="row">
<figure>
<figcaption><a href="#">Woodrow Wilson</a></figcaption>
<img src="pictures/missing.jpg">
</figure>
</th>
<td>
<h3>4/22/2006 12:06 PM</h3>
<p>Despite all the controversy, myspace proved to be useful in saving people today. Good press Mr. Anderson!</p>
</td>
</tr>
<tr>
<th scope="row">
<figure>
<figcaption><a href="#">Vicky</a></figcaption>
<img src="pictures/missing.jpg">
</figure>
</th>
<td>
<h3>4/22/2006 12:05 PM</h3>
<p>Just wanna say tks to you :p Everything seems so wonderful, i can change my skin myself :p</p>
</td>
</tr>
<tr>
<th scope="row">
<figure>
<figcaption><a href="#">Camy</a></figcaption>
<img src="pictures/missing.jpg">
</figure>
</th>
<td>
<h3>4/22/2006 12:04 PM</h3>
<p>come on!!! A*teen and radiohead together on the same list ???</p>
</td>
</tr>
<tr>
<th scope="row">
<figure>
<figcaption><a href="#">James Dean</a></figcaption>
<img src="pictures/james.jpg">
</figure>
</th>
<td>
<h3>4/22/2006 12:04 PM</h3>
<p>Kundera and Orwell are great.. Do you know Arthur Koestler? Have you read Hommage to Catalonia?</p>
</td>
</tr>
</table>
<p id="add-comment"><a href="#">Add Comment</a></p>
</section>
</main>
</div>
<!-- Footer -->
<footer class="footer">
<nav>
<ul>
<li><a href="#">About</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Terms</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Safety Tips</a></li>
<li><a href="#">Contact Myspace</a></li>
<li><a href="#">Report Inappropriate Content</a></li>
<li><a href="#">Promote!</a></li>
<li><a href="#">Advertise</a></li>
<li id="last"><a href="#">MySpace International</a></li>
</ul>
</nav>
<small>©2003-2006 MySpace.com. All Rights Reserved.</small>
</footer>
</div>
</body>
</html>