-
Notifications
You must be signed in to change notification settings - Fork 8
/
creditlist.html
49 lines (43 loc) · 1.71 KB
/
creditlist.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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Credit List - VISA</title><!-- Change to your Museum name -->
<meta name="description" content="Digital media art, digital video art, SJSU DMA, virtual museum">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/about.css">
</head>
<body>
<!-- Don't change navigation setting -->
<div class="sidebar">
<div class="sidebar-icon"></div>
<nav>
<a href="index.html">
<h2>VISA</h2>
</a>
<a href="about.html"> About</a>
</nav>
</div>
<a class="back" href="about.html"> ← Back to VISA About</a>
<!-- This part is where you change the description, name of your museum, and link to your personal website -->
<div class="container">
<h1 class="fancy-title">Credit List</h1>
<h2>Web VR Development Framework</h2>
<ol>
<li><a target="_blank" href="https://aframe.io">A-Frame - WebVR Framework</a></li>
<li><a target="_blank" href="https://github.com/supermedium/aframe-environment-component">A-Frame
Environment Component</a></li>
</ol>
<br>
<h2>Soundtracks</h2>
<p>Soundtracks of VISA scenes are from <a class="purple-link" target="_blank"
href="https://freemusicarchive.org/">Free Music
Archive</a></p>
<ol>
<li>Ai Yamamoto - Walking In Depreston Promo Shorter</li>
<li>DASK - Arrival</li>
<li>Hinterheim - Ende</li>
<li>Hinterheim - My Lonely Place</li>
</ol>
</body>
</html>