-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (56 loc) · 2.67 KB
/
index.html
File metadata and controls
60 lines (56 loc) · 2.67 KB
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=2.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Aqueduct</title>
<meta name="description" content="Tokyo based visual performance unit">
<meta name="author" content="Aqueduct">
<link rel="icon" href="https://a9ueduct.github.io/favicon.ico">
<link rel="stylesheet" href="https://a9ueduct.github.io/stylesheets/style.css">
<link rel="stylesheet" href="https://a9ueduct.github.io/stylesheets/font-awesome.min.css">
<link href="https://a9ueduct.github.io/index.xml" rel="feed" type="application/rss+xml" title="Aqueduct">
<meta name="generator" content="Hugo 0.20.7" />
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<meta property="og:title" content="Aqueduct" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Aqueduct" />
<meta property="og:description" content="Tokyo based visual performance unit" />
<meta property="og:image" content="https://a9ueduct.github.io/images/ogp.jpg" />
</head>
<body>
<canvas id="background"></canvas>
<main id="main" class="container">
<div class="logo">
<p>Tokyo based visual performance unit</p>
<div class="logo-inner">
<h1>AQUEDUCT</h1>
</div>
</div>
<div class="works">
<iframe src="https://player.vimeo.com/video/205441238" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<div class="member">
<h2></h2>
<ul>
<li v-for="member in members">
<span v-text="member.name"></span>
<div>
<a v-bind:href="member.github" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
<a v-if="member.twitter.length > 0" v-bind:href="member.twitter" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a v-if="member.personal.length > 0" v-bind:href="member.personal" target="_blank"><i class="fa fa-user" aria-hidden="true"></i></a>
</div>
</li>
</ul>
</div>
</main>
<script src="https://a9ueduct.github.io/javascripts/lib/three.min.js"></script>
<script src="https://a9ueduct.github.io/javascripts/main.js"></script>
<footer>
<div class="copyright">
Copyright © 2017 Aqueduct
</div>
</footer>
</body>
</html>