generated from com-480-data-visualization/com-480-project-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
148 lines (121 loc) · 5.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Kuan Tung, Chun-Hung Yeh, Hiroki Hayakawa">
<title>UFOdex</title>
<meta name="description" content="A device that helps you spot an UFO!">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/site.webmanifest">
<link rel="mask-icon" href="assets/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#1467af">
<meta name="theme-color" content="#ffffff">
<!-- intro.js -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/intro.js/2.9.3/introjs.min.css">
<!-- Font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=VT323&display=swap">
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class="ufodex">
<div class="ufodex-left">
<div class="ufodex-lights-container">
<div class="ufodex-lights-lg">
<img class="ufodex-lights-lg-ufo" src="assets/img/ufodex.png" />
</div>
<div class="ufodex-lights-sm-container">
<div class="ufodex-lights-sm-light one"></div>
<div class="ufodex-lights-sm-light two"></div>
<div class="ufodex-lights-sm-light three"></div>
</div>
</div>
<div class="ufodex-screen-cut">
</div>
<div class="ufodex-screen">
<div class="ufodex-screen-image-container">
<div class="ufodex-screen-image">
<div class="map">
<!-- Place to add map plot -->
<iframe class="responsive-iframe" name="map" src="assets/html/map/map.html" height="474" width="736" frameBorder="0"></iframe>
</div>
<div class="detailed-instructions">
<!-- Place to add detailed instructions plots -->
<iframe src="assets/html/detail-instructions/detailed-instructions.html" height="474" width="736"
frameBorder="0" style="border-radius: 10px;"></iframe>
</div>
<div class="fun-facts">
<!-- Place to add fun facts plots -->
<iframe src="assets/html/fun-facts/fun-facts.html" height="474" width="736" frameBorder="0"
style="border-radius: 10px;"></iframe>
</div>
<div class="about-us">
<h3 style="color: #ff1d3e; margin-top: 0px;"><b>Our motivation</b></h3>
<p class="text-justify">Many people, including us, find the mysterious unidentified flying objects (UFOs)
interesting. You might read articles or watch videos about them. But few people (at least the people we
know) have actually spotted one of them. We believed one of the reason could be there arn't many guides
of finding UFOs. Therefore, we decided to make a tutorial based on the previous records of UFO
sightings.</p>
<h3 style="color: #facb07;">Links to our process book, repository, and Screencast</h3>
<a href="https://github.com/com-480-data-visualization/com-480-project-een1" target="_blank">Process
book</a><br />
<a href="https://github.com/com-480-data-visualization/com-480-project-een1"
target="_blank">Repository</a><br />
<a href="https://github.com/com-480-data-visualization/com-480-project-een1"
target="_blank">Screencast</a>
<h3 style="color: #56ce85;">Team member</h3>
<a href="https://github.com/yehchunhung" target="_blank">Chun-Hung Yeh</a><br />
<a href="https://github.com/dinotuku" target="_blank">Kuan Tung</a><br />
<a href="https://github.com/hirokihayakawa07" target="_blank">Hiroki Hayakawa</a>
</div>
</div>
</div>
<div class="ufodex-screen-bottom">
<div class="ufodex-screen-button ufodex-screen-button-step-1"></div>
<div class="ufodex-screen-vents">
<div class="ufodex-screen-vent"></div>
<div class="ufodex-screen-vent"></div>
<div class="ufodex-screen-vent"></div>
<div class="ufodex-screen-vent"></div>
</div>
</div>
</div>
</div>
<div class="ufodex-right">
<div class="ufodex-logo-container noselect">
<p class="ufodex-logo-title">UFOdex</p>
</div>
<div class="ufodex-info-container noselect"></div>
<div class="ufodex-buttons-shadow"></div>
<div class="ufodex-buttons noselect">
<div class="ufodex-button first">Map</div>
<div class="ufodex-button second">Detailed Instructions</div>
<div class="ufodex-button third">Fun Facts</div>
<div class="ufodex-button forth">About Us</div>
</div>
<div class="ufodex-dualButtons-shadow"></div>
<div class="ufodex-dualButtons">
<div class="ufodex-dualButton first"></div>
<div class="ufodex-dualButton second"></div>
</div>
<div class="ufodex-goldButton"></div>
<div class="ufodex-blackButtons">
<div class="ufodex-blackButton"></div>
<div class="ufodex-blackButton"></div>
</div>
<div class="ufodex-credit-container noselect">
<p class="ufodex-credit">EPFL Data Visualization Project by EEN1</p>
</div>
</div>
</div>
</body>
<!-- intro.js -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/intro.js/2.9.3/intro.min.js"></script>
<!-- jQuery -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<!-- Main JS -->
<script src="assets/js/main.js"></script>
</html>