-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (39 loc) · 1.79 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Dang French</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/landing.css" rel="stylesheet" type="text/css" />
</head>
<body style="overflow: hidden">
<div id="background">
</div>
<div id="showcase">
<div id="showcase-text-1" style="opacity:0;">Studyin'</div>
<div id="showcase-start">
<button id="showcase-start-text" class="clear button sticky" data-bg-opacity="0.05">
Learn More
</button>
</div>
<div id="learn-content" style="position: fixed;">
<div style="opacity: 0;" id="learn-text-1" class="learn-text">Studying for a language class is <span id="learn-text-1-hard">hard.</span></div>
<div style="opacity: 0;" id="learn-text-2" class="learn-text">Already avaliable tools are full of<br / ><span id="learn-text-2-paywalls">paywalls</span> and <span id="learn-text-2-uneffective">uneffective</span> learning techniques.</div>
<div style="opacity: 0;" id="learn-text-3" class="learn-text">This tool aims to be as useful as possible</div>
<div style="opacity: 0;" id="learn-text-4" class="learn-text">Enjoy!</div>
<div id="learn-content-buttons"><a style="opacity: 0; display: none;" href="./study.html" id="learn-example-button" data-bg-opacity="0.05" class="orphan button clear sticky">See an Example</a></div>
</div>
</div>
<div id="bar" style="top: -100%;">
<div id="name">
<!-- :) -->
Dang French
</div>
<button id="about-button" class="orphan button sticky">About</button>
<button id="load-button" class="orphan button sticky">Load</button>
<a href="./study.html" id="example-button" class="orphan button sticky">Example</a>
</div>
<script src="main.js" type="module"></script>
</body>
</html>