-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
119 lines (71 loc) · 4.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PARTY NEW YORK</title>
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<div class="wrapper">
<div class="topwrapperleft">
<div class="columntitle bold">New Work</div>
<ul class="column1 links">
<li class="andropshout"><a href="http://www.androp.jp/shout/" target="_blank">Androp Shout</a></li>
<li class="fingerbootcamp"><a href="http://intel.com/fingerbootcamp" target="_blank">Finger Bootcamp</a></li>
<li class="sadtweets"><a href="http://www.sadtweets.com" target="_blank">Sad Tweets</a></li>
</ul>
</div>
<div class="topwrapperright">
<div class="columntitle bold">All Work</div>
<ul class="column2 links">
<li class="sourlifeismusic"><a href="https://www.youtube.com/watch?v=RE3Ydz9ld_A" target="_blank">Sour Life is Music</a></li>
<li class="superimportanttweet"><a href="http://superimportanttweet.com/" target="_blank">Super Important Tweet</a></li>
<li class="focusgear"><a href="http://keeplifeinfocus.com/" target="_blank">Focus Gear</a></li>
</ul>
<ul class="column2 links">
<li class="cutcopyexplorers"><a href="https://www.youtube.com/watch?v=h2deOnkx2fA" target="_blank">Cut Copy Explorers</a></li>
<li class="drakeweather"><a href="http://drakeweather.com/" target="_blank">Drake Weather</a></li>
<li class="chromemaze"><a href="http://chrome.com/maze/" target="_blank">Google Chrome Maze</a></li>
</ul>
<ul class="column2 links">
<li class="gagadoll"><a href="http://gagadoll.jp/" target="_blank">Gagadoll</a></li>
<li class="goodbyeroulette"><a href="http://pcrefresh.intel.com/?locale=en" target="_blank">Goodbye Roulette</a></li>
<li class="shadowpuzzle"><a href="#" target="_blank">Shadow Puzzle</a></li>
</ul>
</div>
<div class="bottomwrapper">
<div class="bottomwrapperleft">
<div class="columntitle bold">Info</div>
<ul class="column1">
<li class="address text">
20 Jay Street, Suite 404 <br>
Brooklyn, NY 11201
</li>
<li class="map links inline"><a href="http://goo.gl/20N55i" target="_blank">Map</a></li> -
<li class="contact links inline"><a href="mailto:[email protected]?Subject=Hello!" target="_top">Contact</a></li>
</ul>
</div>
<div class="bottomwrapperright">
<div class="columntitle bold">About</div>
<ul class="column1">
<li class="about text">
PARTY is a creative lab with offices in Tokyo and New York.
</li>
<li class="learnmore links"><a href="#">Learn More</a></li>
</ul>
</div>
</div>
<div class="follow">
<a href="#"><img class="facebook" src="img/facebook23x49.png" with="11px" height="24px" /></a>
<a href="http://twitter.com/prty_ny" target="_blank"><img class="twitter" src="img/twitter60x49.png"/></a>
</div>
<div class="imgwrapper">
<img class="mask_party" src="img/black.png" alt="" />
</div>
</div> <!-- wrapper -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript" src="js/two.min.js"></script>
</body>
</html>