-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathleafblowerballroom.shtml
233 lines (193 loc) · 11.8 KB
/
leafblowerballroom.shtml
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
<!-- leafblowerballroom.html -->
<!DOCTYPE html>
<html>
<head>
<title>PIMG</title>
<script src="https://aframe.io/releases/0.4.0/aframe.min.js"></script>
<script src="js/aframe-animation-component.js"></script>
<script src="js/aframe-hyperlink.js"></script>
<script src="js/sw-load.js" data-service-worker="../sw.js" data-service-worker-scope="../"></script>
<link rel="stylesheet" type="text/css" href="PIMG.css">
<link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<link rel="preload" src="neko.html">
<link rel="prefetch" src="neko.html">
<script>
$(document).ready(function(){
$(".container").hide();
$(".menu").click(function(){
$(".container").hide();
$("#"+$(this).data("id")).fadeToggle();
});
});
</script>
</head>
<body>
<main id="main" class="main">
<!--1-->
<div class="w3-row">
<aside class="sidebar">
<div class="sidebar__wrap">
<div class="sidebar__wrap__inner">
<ul>
<!-- HEADER -->
<div class="w3-col m4 w3-center">
<li class="nav-list" id="home"><a class="main" href="index.shtml" >Portland Immersive Media Group</a></li>
</div>
<!-- --- -->
<!-- NAV -->
<div class="w3-col m1 w3-center">
<li class="nav-list" id="about"><button data-id="aboot" class="menu">About</button></li>
</div>
<div class="w3-col m1 w3-center">
<li class="nav-list" id="members"><button data-id="group" class="menu">Group</button></li>
</div>
<div class="w3-col m2 w3-center">
<li class="nav-list" id="past"><button data-id="ea" class="menu">Exhibitions & Awards</button></li>
</div>
<div class="w3-col m1 w3-center">
<li class="nav-list" id="contacts"><button data-id="contact" class="menu">Contact</button></li>
</div>
<!-- --- -->
<!-- ICONS -->
<div class="w3-col m3 w3-center">
<li class="nav-list" id="steam"><a href="http://store.steampowered.com/steamvr" target="_blank"><img src="images/steam.png" id="social"></a></li>
<li class="nav-list" id="twitter"><a href="https://twitter.com/_pimg" target="_blank"><img src="images/twitter.png" id="social"></a></li>
<li class="nav-list" id="instagram"><a href="https://www.instagram.com/pdximmersivemediagroup/" target="_blank"><img src="images/instagram.png" id="social"></a></li>
<li class="nav-list" id="vimeo"><a href="https://vimeo.com/user47660576" target="_blank"><img src="images/vimeo.png" id="social"></a></li>
</div>
<!-- --- -->
</ul>
<div data-id="none" class="cancel"></div>
</div>
</div>
</aside>
</div>
<!--/1-->
<!--2-->
<section class="section__container">
<div>
<ul>
<li><a href="leafblower.shtml">01</a></li>
<li><a href="leafblowerballroom.shtml">02</a></li>
<li><a href="maskgallery.shtml">03</a></li>
<li><a href="ontologyofobjects.shtml">04</a></li>
<li> <a href="skybaptism.shtml">05</a></li>
<li><a href="roseroom.shtml">06</a></li>
<li><a href="maryvoid.shtml">07</a></li>
<li class="nbsp"> </li>
<li class="nbsp"> </li>
</ul>
</div>
<!-- Steph's w3school solution <div class="w3-row">
<div class="w3-col w3-container m2">
<a href="leafblower.shtml" class="nav-nums" id="nums">01</a>
<a href="leafblowerballroom.shtml" class="nav-nums" id="nums">02</a>
<a href="maskgallery.shtml" class="nav-nums" id="nums">03</a>
<a href="ontologyofobjects.shtml" class="nav-nums" id="nums">04</a>
<a href="skybaptism.shtml" class="nav-nums" id="nums">05</a>
<a href="roseroom.shtml" class="nav-nums" id="nums">06</a>
<a href="leafblower.shtml" class="nav-nums" id="nums">07</a>
</div> -->
<!-- <section class="section__container">
<div class="work__container">
<ul class="subnav">
<li class="experience"><a href="leafblower.shtml">01</a></li>
<li class="experience"><a href="leafblowerballroom.shtml">02</a></li>
<li class="experience"><a href="maskgallery.shtml">03</a></li>
<li class="experience"><a href="ontologyofobjects.shtml">04</a></li>
<li class="experience"><a href="skybaptism.shtml">05</a></li>
<li class="experience"><a href="roseroom.shtml">06</a></li>
<li class="experience"><a href="maryvoid.shtml">07</a></li>
</ul>
</div>
</section> -->
</section>
<!--/div-->
<!--EXAMPLE IFRAME-->
<div id="vr-container">
<i-frame id="vr-iframe" class="vr__iframe" allowfullscreen="yes" scrolling="no" allowvr="yes" src="https://aframe.io/aframe/examples/boilerplate/360-video/" width="100%" height="100%">
<!DOCTYPE html>
<html class="a-html">
<head>
<title>PIMG</title>
</head>
<body>
<div class="fullscreen-bg">
<video loop autoplay class="fullscreen-bg__video_bubbles">
<source src="vids/leafblowerballroom.webm" type="video/webm">
<source src="vids/leafblowerballroom.mp4" type="video/mp4">
<source src="vids/leafblowerballroom.ogv" type="video/ogg">
</video>
</div>
</body>
</html>
</i-frame>
</div>
<!-- <div class="w3-col w3-container m10 l9"> -->
<!-- <div id="container"> -->
<div id="aboot" class="container"><p>The awe-striking power of virtual reality is evident to most anyone who tries it: a visceral feeling of being immersed in a fantasy, a full body epiphany one must experience first hand to believe.</p><br><br>
<p>For the members of PIMG, these technologies represent nascent possibilities igniting our imagination. We see them as precipitating a paradigm shift toward a new era of multi-sensory communication, with uniquely empathic, beatific, and therapeutic potential.</p> <br><br>
<p>Offsetting this promise however are questions of access, accountability, Privacy, and human transmutability: who will have means to these technologies? How will individuals be altered or compromised by their use? Will continued reliance on high-priced software and hardware result in asymetrical communication in the metaverse?</p><br><br>
<p>It's this sort of criticality which PIMG wishes to bring to public discourse through immersive realm-builing, ardent experimentation, and visceral installations that bridge the virtual and the physical.</p><br></div>
<!-- s -->
<div id="group" class="container">
<table style="margin:auto; margin-top:80px">
<tr align="center">
<td id="table-group"><a class="matt" href="http://xhurch.net" target="_blank">Matt<br>Henderson</a></td>
<td id="table-group"><a class="seanna" href="https://www.patreon.com/user/community?u=2514667" target="_blank">Seanna<br>Musgrave</a></td>
<td id="table-group"><a class="damon" href="http://damonpidhajecky.com/" target="_blank">Damon<br>Pidhajecky</a></td>
<td id="table-group"><a class="stephanie" href="https://liooil.space" target="_blank">Stephanie<br>Mendoza</a></td>
</tr>
<tr align="center">
<td id="table-group"><a class="michelle" href="https://vimeo.com/michellemckay" target="_blank">Michelle<br>Mckay</a></td>
<td id="table-group"><a class="scott" href="http://thedreaminghour.com/tumblr/" target="_blank">Scott<br>Mayroal</a></td>
<td id="table-group"><a class="sonya" href="https://neunzert.myportfolio.com/" target="_blank">Sonya<br>Neunzert</a></td>
<td id="table-group"><a class="dave" href="http://signalculture.org/dave-mosier.html#." target="_blank">Dave<br>Mosier</a></td>
</tr>
<tr align="center">
<td id="table-group"><a class="michael" href="http://officialmichaelgreen.com/OfficialMichaelGreen" target="_blank">Michael<br>Green</a></td>
<td id="table-group"><a class="mark" href="http://www.marknerys.com/" target="_blank">Mark<br>Nerys</a></td>
<td id="table-group"><a class="joel" href="https://www.linkedin.com/in/joel-delight" target="_blank">Joel<br>Delight</a></td>
<td id="table-group"><a class="wolfgang" href="https://www.linkedin.com/in/wolfgangwebdev" target="_blank">Wolfgang<br>Werneke</a></td>
</tr>
</table></div>
<div id="ea" class="container">
<table style="margin:auto">
<tr align="center"><td style="font-variant:small-caps; padding:.05em; font-size:2em">Past Events</td></tr>
<tr><td>
<ul style="list-style:none">
<li><a href="https://www.youtube.com/watch?v=LHkBzdLKmNE" target="_blank">Chat Room @ Town Hall Seattle (SEA) - 12/14/16</a></li>
<li><a href="https://community.pcmtv.org/education/workshops/specialty/vr-spa-portland-immersive-media-group/18191" target="_blank">VR Spa @ Portland Community Media (PDX) - 12/05/16</a></li>
<li><a href="http://www.retrogamingexpo.com/exhibitors.php" target="_blank">Portland Retro Gaming Expo (PDX) - 10/23/16</a></li>
<li><a href="http://www.indiecade.com/games/selected/vr-spa" target="_blank">IndieCade 2016 (LA) - 10/13/16</a></li>
<li><a href="http://www.outofsight.space/" target="_blank">Out of Sight (SEATTLE) - 08/04/16</a></li>
<li><a href="http://www.institutefornewfeeling.com/feltbook" target="_blank">Felt Book @ Werkartz (LA) - 05/23/16</a></li>
<li><a href="http://journalism.uoregon.edu/whatis/media/habitats/" target="_blank">Habitats / What is Media? (PDX) - 04/14/16</a></li>
<li><a href="http://xhurch.net/photomatrix.html" target="_blank">NTVTY VI @ Xhurch (PDX) - 12/21/15</a></li>
</ul></td>
</tr>
<tr align="center"><td style="font-variant:small-caps; padding:.1em; font-size:1.5em">Awards</td></tr>
<tr align="center">
<td><img src="images/precipice_fund_p.png" width="75"><br><a href="http://pica.org/precipice-fund/2015-grant-recipients/" target="_blank">Precipice Fund<br>2016 Grantees</a></td>
<td><img src="https://upload.wikimedia.org/wikipedia/commons/e/ea/IndieCade_logo.png" width="100"><br><a href="http://www.indiecade.com/games/selected/vr-spa" target="_blank">IndieCade<br>2016 Finalists</a></td>
</tr>
<tr align="center"><td style="font-variant:small-caps; padding:.1em">Supported By</td></tr>
<tr>
<td><img src="images/vive_logo.png" width="120"></td>
<td><img src="images/andy_warhol_logo.png" width="130"></td>
<td><img src="images/calligram_logo.png" width="150"></td>
<td><img src="http://pica.org/wp-content/uploads/2013/02/PICA_design.png" width="95"></td>
</tr>
</table>
<div id="contact" class="container">
<p>c o n t a c t</p><br><br>
<p>[email protected]</p> <br><br>
<p>d e t a i l s</p><br><br>
<p>s o c i a l</p><br></div>
<div id="cancel" class="container"></div>
<!-- </div> -->
<!--/2-->
</main>
</body>
</html>