-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
434 lines (343 loc) · 22.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Roozbeh Moayyedian</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link rel="icon" href="assets/img/favicon.png">
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png" >
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Cardo:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid d-flex align-items-center justify-content-between">
<nav id="navbar" class="navbar">
<ul>
<li><a href="index.html" class="active">Home</a></li>
<!--<li><a href="about.html">About</a></li>
<li class="dropdown"><a href="#"><span>Gallery</span> <i class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="gallery.html">Nature</a></li>
<li><a href="gallery.html">People</a></li>
<li><a href="gallery.html">Architecture</a></li>
<li><a href="gallery.html">Animals</a></li>
<li><a href="gallery.html">Sports</a></li>
<li><a href="gallery.html">Travel</a></li>
<li class="dropdown"><a href="#"><span>Sub Menu</span> <i class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="#">Sub Menu 1</a></li>
<li><a href="#">Sub Menu 2</a></li>
<li><a href="#">Sub Menu 3</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="services.html">Services</a></li> -->
<li><a href="contact.html">Contact</a></li>
</ul>
</nav><!-- .navbar -->
<div class="header-social-links">
<!-- <a href="#" class="twitter"><i class="bi bi-twitter"></i></a> -->
<!-- <a href="#" class="facebook"><i class="bi bi-facebook"></i></a> -->
<!--<a href="https://www.instagram.com/roozbeh_m/" class="instagram"><i class="bi bi-instagram"></i></a> -->
<!--<a href="https://www.linkedin.com/in/roozbeh-m/" class="linkedin"><i class="bi bi-linkedin"></i></i></a> -->
</div>
<i class="mobile-nav-toggle mobile-nav-show bi bi-list"></i>
<i class="mobile-nav-toggle mobile-nav-hide d-none bi bi-x"></i>
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="hero d-flex flex-column justify-content-center align-items-center" data-aos="fade" data-aos-delay="1500">
<iframe src="background.html" scrolling="no"></iframe>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 text-center">
<h2>I'm <span id='nameHolder' >Roozbeh Moayyedian</span>, a Toronto-based digital media designer and developer</h2>
<p>I create immersive interactive experiences incorporating modern technologies.</p>
<a href="contact.html" class="btn-get-started">Get in touch</a>
</div>
</div>
</div>
</section><!-- End Hero Section -->
<main id="main" data-aos="fade" data-aos-delay="1500">
<!-- ======= Gallery Section ======= -->
<section id="gallery" class="gallery">
<div class="container-fluid">
<div class="row gy-4 justify-content-center">
<div class="col-xl-3 col-lg-4 col-md-6" onclick="window.location='https://www.gamesbystitch.com/games/elsewhere-electric';" style="cursor: pointer;">
<a href="https://www.gamesbystitch.com/games/elsewhere-electric" class="gallery-link">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-11.jpg" href="assets/img/gallery/gallery-11.jpg" class="img-fluid" alt="">
<div class="gallery-links d-flex align-items-center justify-content-center">
<span> View </span>
<a href="assets/img/gallery/gallery-11.jpg" title="[Stitch Media] Elsewhere Electric: Upcoming asymmetric co-op VR Game" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
<i class="bi bi-link-45deg details-link"></i>
</div>
</div>
</a>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6"onclick="window.location='https://winteraction.org';" style="cursor: pointer;">
<a href="https://winteraction.org" class="gallery-link">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-12.jpg" href="assets/img/gallery/gallery-12.jpg" class="img-fluid" alt="">
<div class="gallery-links d-flex align-items-center justify-content-center">
<span> Download on iOS and Android </span>
<a href="assets/img/gallery/gallery-12.jpg" title="WINTERACTION: An interactive AR installation developed for Winterstations 2024 in collaboration with University of Guelph" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
<i class="bi bi-link-45deg details-link"></i>
</div>
</div>
</a>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6"onclick="window.location='https://youtu.be/YRb0Nn1kpPE';" style="cursor: pointer;">
<a href="https://youtu.be/YRb0Nn1kpPE" class="gallery-link">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-13.jpg" href="assets/img/gallery/gallery-13.jpg" class="img-fluid" alt="">
<div class="gallery-links d-flex align-items-center justify-content-center">
<span> View </span>
<a href="assets/img/gallery/gallery-13.jpg" title="DOJA Grow Room: An interacitve display developed for Doja." class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
<i class="bi bi-link-45deg details-link"></i>
</div>
</div>
</a>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6"onclick="window.location='https://roozbehmd.github.io/Jailhouse/';" style="cursor: pointer;">
<a href="https://roozbehmd.github.io/Jailhouse/" class="gallery-link">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-09.jpg" href="assets/img/gallery/gallery-09.jpg" class="img-fluid" alt="">
<div class="gallery-links d-flex align-items-center justify-content-center">
<span> Play(Desktop only Chrome or Firefox) </span>
<a href="assets/img/gallery/gallery-09.jpg" title="[Under Development] Personal Project; Web-based multiplayer mayhem game. Latest version available to play!" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
<i class="bi bi-link-45deg details-link"></i>
</div>
</div>
</a>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6"onclick="window.location='https://youtu.be/w295bVW-Ejs';" style="cursor: pointer;">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-2.jpg" class="img-fluid" alt="">
<div class="gallery-links d-flex align-items-center justify-content-center">
<span> View </span>
<a href="assets/img/gallery/gallery-2.jpg" title="Cherry Blossoms TO: An interactive display that lets users control wind effects, using movement detection sensors, developed in collaboration with BottleCap Studio" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
<a href="https://youtu.be/w295bVW-Ejs" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6"onclick="window.location='https://vzn7p.zappar.io/1456904615276066861/21/';" style="cursor: pointer;">
<div class="gallery-item h-150">
<img src="assets/img/gallery/gallery-05c.jpg" class="img-fluid" alt="">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href= "https://vzn7p.zappar.io/1456904615276066861/21/"> Download on iOS/Android </a>
<a href="assets/img/gallery/gallery-05.jpg" title="WE[AR]: An interactive AR installation developed for Winterstations 2023 in collaboration with University of Guelph, School of Environmental Design & Rural Development" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
<a href="https://vzn7p.zappar.io/1456904615276066861/21/" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6"onclick="window.location='https://roozbehmd.github.io/EXILE/';" style="cursor: pointer;">
<div class="gallery-item h-150">
<img src="assets/img/gallery/gallery-0.jpg" class="img-fluid" alt="">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href= "https://roozbehmd.github.io/EXILE/"> Download on Windows/Mac </a>
<a href="assets/img/gallery/gallery-0.jpg" title="EXILE: A prototype first person game" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
<a href="https://roozbehmd.github.io/EXILE/" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6"onclick="window.location='https://apps.apple.com/ca/app/luminous-trails/id1644229038';" style="cursor: pointer;">
<div class="gallery-item h-150">
<img src="assets/img/gallery/gallery-1.jpg" class="img-fluid" alt="">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href= "https://apps.apple.com/ca/app/luminous-trails/id1644229038"> Install on iOS devices </a>
<a href="assets/img/gallery/gallery-1.jpg" title="Luminous Trails: A geolocation-based AR social experience designed and developed for Nuit Blanche Toronto" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
<a href="https://apps.apple.com/ca/app/luminous-trails/id1644229038" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6"onclick="window.location='https://roozbehmd.github.io/Tweed2/';" style="cursor: pointer;">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-08.jpg" class="img-fluid" alt="">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href= "https://roozbehmd.github.io/Tweed2/"> Play in browser </a>
<a href="assets/img/gallery/gallery-08.jpg" title="Worked on the second iteration of Tweed Grow to Win: A promotional Among-Us style web-based game for mobile, developed for Tweed, in collaboration with BottleCap Studio" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
<a href="https://roozbehmd.github.io/Tweed2/" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6"onclick="window.location='https://roozbehmd.github.io/SKY/';" style="cursor: pointer;">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-06.jpg" class="img-fluid" alt="">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href= "https://roozbehmd.github.io/SKY/"> View in browser </a>
<a href="assets/img/gallery/gallery-06.jpg" title="SKY: interactive live digital art" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
<a href="https://roozbehmd.github.io/SKY/" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6"onclick="window.location='https://roozbehmd.github.io/JengaBlocks/';" style="cursor: pointer;">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-10.jpg" class="img-fluid" alt="">
<div class="gallery-links d-flex align-items-center justify-content-center">
<span> Play in browser </span>
<a href= "https://roozbehmd.github.io/JengaBlocks/"> </a>
<a href="assets/img/gallery/gallery-10.jpg" title="Web-based jenga game" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
<a href="https://roozbehmd.github.io/JengaBlocks/" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6"onclick="window.location='https://roozbehmd.github.io/FUNGI/';" style="cursor: pointer;">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-07.jpg" class="img-fluid" alt="">
<div class="gallery-links d-flex align-items-center justify-content-center">
<span> View </span>
<a href= "https://roozbehmd.github.io/FUNGI/"> </a>
<a href="assets/img/gallery/gallery-07.jpg" title="FUNGI: Generative live digital art" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
<a href="https://roozbehmd.github.io/FUNGI/" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6"onclick="window.location='https://www.youtube.com/watch?v=mcaDTC8QlLU';" style="cursor: pointer;">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-3.jpg" class="img-fluid" alt="">
<div class="gallery-links d-flex align-items-center justify-content-center">
<span> View </span>
<a href="assets/img/gallery/gallery-3.jpg" title="PLANETARIUM: A lifestyle game with the goal of habit change, designed and developed for my Master's degree's thesis" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
<a href="https://www.youtube.com/watch?v=mcaDTC8QlLU" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6"onclick="window.location='https://roozbehmd.github.io/TIME/';" style="cursor: pointer;">
<div class="gallery-item h-150">
<img src="assets/img/gallery/gallery-02.jpg" class="img-fluid" alt="">
<div class="gallery-links d-flex align-items-center justify-content-center">
<span> View </span>
<a href= "https://roozbehmd.github.io/TIME/"></a>
<a href="assets/img/gallery/gallery-02.jpg" title="A live clock based on the designs of Tudor watches, available to view on any browser" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
<a href="https://roozbehmd.github.io/TIME/" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6"onclick="window.location='https://roozbehmd.github.io/Tweed/';" style="cursor: pointer;">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-4.jpg" class="img-fluid" alt="">
<div class="gallery-links d-flex align-items-center justify-content-center">
<span> Play in browser </span>
<a href= "https://roozbehmd.github.io/Tweed/"> </a>
<a href="assets/img/gallery/gallery-4.jpg" title="Tweed Grow to Win: A promotional Among-Us style web-based game for mobile and pc developed for Tweed, in collaboration with BottleCap Studio" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
<a href="https://roozbehmd.github.io/Tweed/" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6"onclick="window.location='https://youtube.com/shorts/fwRhLD-S5eM?feature=share';" style="cursor: pointer;">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-5.jpg" class="img-fluid" alt="">
<div class="gallery-links d-flex align-items-center justify-content-center">
<span> View </span>
<a href="assets/img/gallery/gallery-5.jpg" title="OneShot: A web-based AR high score runner game developed for Sapporo in collaboration with BottleCap Studio" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
<a href="https://youtube.com/shorts/fwRhLD-S5eM?feature=share" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6"onclick="window.location='https://vimeo.com/560594164';" style="cursor: pointer;">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-6.jpg" class="img-fluid" alt="">
<div class="gallery-links d-flex align-items-center justify-content-center">
<span> View </span>
<a href="assets/img/gallery/gallery-6.jpg" title="Forbidden Sigil: A board game companion app designed and developed for Red Right Hand Publishing Inc." class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
<a href="https://vimeo.com/560594164" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6"onclick="window.location='https://www.convivial.studio/drifters/';" style="cursor: pointer;">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-7.jpg" class="img-fluid" alt="">
<div class="gallery-links d-flex align-items-center justify-content-center">
<span> View </span>
<a href="assets/img/gallery/gallery-7.jpg" title="Wonders of the Drifting World VR: Worked on the VR version of this project with Convivial Studio" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
<a href="https://www.convivial.studio/drifters/" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6"onclick="window.location='https://www.youtube.com/watch?v=I6vsOM9dKG0';" style="cursor: pointer;">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-8.jpg" class="img-fluid" alt="">
<div class="gallery-links d-flex align-items-center justify-content-center">
<span> View </span>
<a href="assets/img/gallery/gallery-8.jpg" title="Jack BeanBoozled: My first Unity project, an AR storybook prototype developed during my masters' studies in 2020" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
<a href="https://www.youtube.com/watch?v=I6vsOM9dKG0" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
</div>
</div>
</section><!-- End Gallery Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<div class="container">
<div class="copyright">
© Copyright <strong><span>Roozbeh Moayyedian</span></strong>. All Rights Reserved
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- <div id="preloader">
<div class="line"></div>
</div> -->
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>
<script type="text/javascript">
String.prototype.replaceAt = function(index, replacement) {
return this.substring(0, index) + replacement + this.substring(index + replacement.length);
}
document.title = "010100100110111101";
document.getElementById("nameHolder").innerHTML = " 010100100110111101 ";
setTimeout(function() {
const letterCount = 18;
const name = "Roozbeh Moayyedian";
var nameSetter = window.setInterval(function() {
let i = Math.floor(Math.random() * name.length);
console.log(i);
let tempTitle = document.title;
tempTitle = tempTitle.replaceAt(i, name[i]);
for (let j = 0; j < tempTitle.length; j++) {
if (tempTitle[j] == '0' || tempTitle[j] == '1') {
let x = Math.floor(Math.random() * 2);
tempTitle = tempTitle.replaceAt(j, x.toString());
}
}
document.title = tempTitle;
document.getElementById("nameHolder").innerHTML = ' ' + tempTitle + ' ';
// Check elapsed time (5 seconds) and update the entire string if needed
const currentTime = new Date().getTime();
if (currentTime - startTime >= 5000) {
document.title = name;
document.getElementById("nameHolder").innerHTML = ' ' + name + ' ';
clearInterval(nameSetter);
}
}, 250);
// Record the start time
const startTime = new Date().getTime();
}, 3000);
</script>