-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdayandnight.html
More file actions
149 lines (118 loc) · 5.33 KB
/
dayandnight.html
File metadata and controls
149 lines (118 loc) · 5.33 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="WebVR" />
<meta name="description" content="Acer WebVR" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Acer WebVR Start Page</title>
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.ico" />
<!-- font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,500,500i,600,700,800,900|Poppins:200,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900">
<!-- Plugins -->
<link rel="stylesheet" type="text/css" href="css/plugins-css.css" />
<!-- Typography -->
<link rel="stylesheet" type="text/css" href="css/typography.css" />
<!-- Shortcodes -->
<link rel="stylesheet" type="text/css" href="css/shortcodes/shortcodes.css" />
<!-- Style -->
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- Responsive -->
<link rel="stylesheet" type="text/css" href="css/responsive.css" />
<link rel="stylesheet" type="text/css" href="css/new.css" />
<!-- include js libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"></script>
<script src="js/app.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular-translate/2.7.2/angular-translate.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.3.15/angular-sanitize.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120784533-2"></script>
<script type="text/javascript" src="js/google-analytics.js"></script>
</head>
<body ng-app="app" ng-controller="Ctrl">
<div class="wrapper">
<!--=================================
preloader -->
<div id="pre-loader">
<img src="images/pre-loader/loader-01.svg" alt="">
</div>
<!--=================================
preloader -->
<!--=================================
header -->
<ng-include src="'header.html'"></ng-include>
<div id="fake-search"></div>
<!--=================================
header -->
<section class="single-portfolio-post white-bg page-section-ptb">
<div class="container">
<div class="row">
<div class="col-lg-7 col-md-7 col-sm-12">
<div class="who-we-are-left port-singal">
<div class="owl-carousel bottom-left-dots" data-nav-dots="ture" data-items="1" data-md-items="1" data-sm-items="1" data-xs-items="1" data-xx-items="1">
<div class="item"><img src="images/inner_page/daynight_02.png" alt="">
</div>
<div class="item"><img src="images/inner_page/daynight_03.png" alt="">
</div>
<div class="item"><img src="images/inner_page/daynight_04.png" alt="">
</div>
</div>
</div>
</div>
<div class="col-lg-5 col-md-5 col-sm-12 port-information">
<div class="port-title sm-mt-40">
<h3 class="mb-30" translate="dayandnight">Day & Night</h3>
</div>
<div class="port-meta clearfix">
<ul class="list-unstyled">
<li><b translate="Category">Category:</b><span translate="Education">Education</span></li>
<li><b translate="Author">Author:</b><span translate="dayandnight_A">Stewart Smith</span></li>
<li><b translate="Framework">Framework:</b><span>Three.js</span></li>
</ul>
</div>
<div class="share clearfix mt-10">
<a href="https://dayandnight.moar.io/" class="button icon pull-left" target="_blank">
<span translate="view_vr_btn">View VR Experience</span>
<i class="fa fa-hand-o-right"></i>
</a>
</div>
</div>
</div>
<!--=================================-->
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="port-info mt-50 mb-50">
<p translate="dayandnight_C">Has your child asked what makes day and night? How can it be morning on one side of Earth but evening on another? Show them. Day & Night is an educational virtual reality experience for children using WebVR to explore how sunshine creates our most basic unit of time. On this trip to outer-space your child will witness the sun bathe one hemisphere of our rotating Earth in day while the other twinkles with its own artificial lights of night.
</p>
</div>
</div>
</div>
</div>
</section>
</div>
<!--=================================
footer -->
<ng-include src="'footer.html'"></ng-include>
<!--=================================
footer -->
<div id="back-to-top"><a class="top arrow" href="#top"><i class="fa fa-angle-up"></i> <span translate="TOP">TOP</span></a></div>
<!--=================================
jquery -->
<!-- jquery -->
<script type="text/javascript" src="js/jquery-1.12.4.min.js"></script>
<!-- plugins-jquery -->
<script type="text/javascript" src="js/plugins-jquery.js"></script>
<!-- plugin_path -->
<!--<script type="text/javascript">var plugin_path = 'js/';</script>-->
<script type="text/javascript" src="js/plugin_path.js"></script>
<!-- custom -->
<script type="text/javascript" src="js/custom.js"></script>
<script>
$(document).ready( function() {
$( "#fake-search" ).load( "search.html" );
$( "#fake-search" ).hide();
});
</script>
</body>
</html>