-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (62 loc) · 2.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BIONIK</title>
<link rel="icon" type="image/x-icon" href="favicon.png">
<link rel="stylesheet" href="flexboxgrid.css" />
<link rel="stylesheet" href="main.css" />
</head>
<!-- Navbar -->
<body>
<header>
<nav id="main-menu">
<div>
<a href="index.html"><img src="BIONIK.png" class="fix" style="z-index: 9999; margin-left: 200px; margin-top: -100px; position: fixed;"></a>
<p class="hidden5" style="color: white; font-size: 65%; margin-top: 210px; margin-left: 55px; font-family: customFonts;"><i>by Andrew Krasinski</i></p>
</div>
<ul>
<div>
<li class="hover-underline-animation back moveUp"><a class="hidden4 hidden5" href="./more.html">Learn More</a></li>
</div>
</ul>
</nav>
</header>
<div class="center hidden mover">
<img class="center hidden hidden5"; src="Group 7.png" style="z-index: 9995; top: 80px; left: 0px; height: 500px;">
</div>
<div class="center show">
<img class="center show hidden5"; src="Seamless Translation For Bionic Reading Typeface (2).png" style="z-index: 9995; top: -150px; left: 0px; height: 75px;">
</div>
<div class="center hidden6">
<img class="center"; src="Seamless Translation For Bionic Reading Typeface (4).png" style="z-index: 9995; top: -350px; left: 0px; height: 150px;">
</div>
<div class="move move4 center">
<a href="entertext.html"><img class="move center"; src="EnterText_Button.png" style="z-index: 999999; top: -275px; left: 0px; height: 75px;"></a>
</div>
<div class="center">
<!--this is the actual file input, is set with opacity=0 beacause we wanna see our custom one-->
<input type="file" id="myfile" name="myfile" hidden/>
<label for="myfile">
<img class="center hidden hidden5"; src="ImportFile_Button.png" style="z-index: 9999; top: -120px; left: 0px; height: 75px;">
</label>
</div>
<div class="area" style="z-index: -1;">
<ul class="circles" style="z-index: -1;">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div >
</body>
</html>