-
Notifications
You must be signed in to change notification settings - Fork 0
/
the-edge-of-the-world-vr-short-movie.html
185 lines (144 loc) · 5.67 KB
/
the-edge-of-the-world-vr-short-movie.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="">
<meta name="description" content="">
<link rel='shortcut icon' href='images/favicon.ico' type='image/x-icon'/ >
<!-- Site title
================================================== -->
<title>The Edge of The World - Luma Kollektiv</title>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113926433-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-113926433-1');
</script>
<!-- Bootstrap CSS
================================================== -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Animate CSS
================================================== -->
<link rel="stylesheet" href="css/animate.min.css">
<!-- Font Icons CSS
================================================== -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<!-- Main CSS
================================================== -->
<link rel="stylesheet" href="css/style.css">
<!-- Google web font
================================================== -->
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,300' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Preloader section
================================================== -->
<div class="preloader">
<div class="sk-spinner sk-spinner-pulse"></div>
</div>
<!-- Navigation section
================================================== -->
<div class="nav-container">
<nav class="nav-inner transparent">
<div class="navbar">
<div class="container">
<div class="row">
<div class="brand">
<!-- <a href="index.html"><span class="color1">Luma Kollektiv
<img src="images/luma_logo.png" style="width:30px;height:30px;"></span></a> -->
<a href="index.html">
<img src="images/luma_logo2_small.svg" style="width:120px;height:40px;"></a>
</div>
<div class="navicon">
<div class="menu-container">
<div class="circle dark inline">
<i class="icon ion-navicon"></i>
</div>
<div class="list-menu">
<i class="icon ion-close-round close-iframe"></i>
<div class="intro-inner">
<ul id="nav-menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<!--<li><a href="blog.html">Blog</a></li>-->
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
</div>
<!-- Header section
================================================== -->
<section id="header" class="header-seven">
<div class="container">
<div class="row">
<div class="col-md-offset-3 col-md-6 col-sm-offset-2 col-sm-8">
<div class="header-thumb">
<h1 class="wow fadeIn" data-wow-delay="1.6s" style="color:#ffffff;">The Edge of The World</h1>
<h3 class="wow fadeInUp" data-wow-delay="1.9s" style="color:#ffffff;">Short Movie in 360° VR</h3>
</div>
</div>
</div>
</div>
</section>
<!-- Single Project section
================================================== -->
<section id="single-project">
<div class="container">
<div class="row">
<div class="wow fadeInUp col-md-offset-1 col-md-3 col-sm-offset-1 col-sm-4" data-wow-delay="2.3s">
<div class="project-info">
<h4>Author</h4>
<p>Matthieu Liénart</hp>
</div>
<div class="project-info">
<h4>Date</h4>
<h>December 2015</p>
</div>
<div class="project-info">
<h4>Category</h4>
<p>Virtual Reality</p>
</div>
</div>
<div class="wow fadeInUp col-md-7 col-sm-7" data-wow-delay="2.6s">
<p><em>Edge of the World</em> is an experimental 360 movie attempting to emulate travelling in a spherical manner to the edge of Earth.</p>
<img src="images/jpeg/edge/6.jpg" class="img-responsive" alt="Single Project">
</div>
</div>
</div>
</section>
<!-- Footer section
================================================== -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<p class="wow fadeInUp" data-wow-delay="0.3s">Copyright © 2020 Luma Kollektiv</p>
<ul class="social-icon wow fadeInUp" data-wow-delay="0.6s">
<!--<li><a href="#" class="fa fa-facebook"></a></li>-->
<li><a href="https://instagram.com/lumakollektiv" class="fa fa-instagram"></a></li>
<li><a href="https://vimeo.com/user57251515" class="fa fa-vimeo"></a></li>
<li><a href="https://www.youtube.com/channel/UCeAJvfzvz3oz5kZuc4kuyNg" class="fa fa-youtube"></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Javascript
================================================== -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>