-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
172 lines (144 loc) · 5.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="_9tTsOHD9CvpbwhyVChNSSUuKqvgn9zeiZVLZ_TRaFs" />
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Interactive | Makerville</title>
<meta name="description" content="Makerville is a bunch of makers building tech-infused, interactive public installations.">
<meta name="author" content="Anuj Deshpande">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/normalize.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body style="background-color:#303F9F">
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="row">
<div class="one-half column" style="margin-top: 25%">
<h3>Interact with the Physical</h3>
<p>Makerville builds tech-infused, interactive
public installations.</p>
<p><a href="contact/">Get in touch</a></p>
</div>
</div>
</div>
<br/>
<br/>
<br/>
<div class="section categories">
<div class="container">
<div class="row">
<div class="one-half column category">
<ul class="img-list">
<li>
<a href="/posters">
<img class="u-max-full-width" src="images/posters.png">
<span class="text-content"><span>Talking Posters</span></span>
</a>
</li>
</ul>
</div>
<div class="one-half column category">
<ul class="img-list">
<li>
<a href="/twitter-bubbles">
<img class="u-max-full-width" src="images/twitter-bubbles.png">
<span class="text-content"><span>Twitter Bubbles</span></span>
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="one-half column category">
<ul class="img-list">
<li>
<a href="/jukebox">
<img class="u-max-full-width" src="images/Saavn.png">
<span class="text-content"><span>Jukebox</span></span>
</a>
</li>
</ul>
</div>
<div class="one-half column category">
<ul class="img-list">
<li>
<a href="/gullivers-piano">
<img class="u-max-full-width" src="images/GulliversPiano.png">
<span class="text-content"><span>Gulliver's Piano</span></span>
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="one-half column category">
<ul class="img-list">
<li>
<a href="/pianostairs">
<img class="u-max-full-width" src="images/pianostairs.png">
<span class="text-content"><span>Piano Stairs</span></span>
</a>
</li>
</ul>
</div>
<div class="one-half column category">
<ul class="img-list">
<li>
<a href="/tricolors-vr">
<img class="u-max-full-width" src="images/tricolors.png">
<span class="text-content"><span>Virtual Reality in tricolors</span></span>
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="one-half column category">
<ul class="img-list">
<li>
<a href="/ironmanshirt">
<img class="u-max-full-width" src="images/ironmanshirt.png">
<span class="text-content"><span>Iron Man Shirt</span></span>
</a>
</li>
</ul>
</div>
<div class="one-half column category">
<ul class="img-list">
<li>
<a href="/laserharp">
<img class="u-max-full-width" src="images/Harp.png">
<span class="text-content"><span>Laser Harp</span></span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-66629861-3', 'auto');
ga('send', 'pageview');
</script>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>