-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (54 loc) · 2.03 KB
/
index.html
File metadata and controls
57 lines (54 loc) · 2.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="js/index.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.3/TweenMax.min.js" defer></script>
<script src="NavBar/navbar.js" defer></script>
<script src="FeatureInfo/features.js" defer></script>
<script src="NavMenu/NavMenu.js" defer></script>
<script src="InfoDrawer/InfoDrawer.js" defer></script>
<script src="DeviceDemo/DeviceDemo.js" defer></script>
<script src="DemoCarousel/carousel.js" defer></script>
<link rel="stylesheet" href="css/index.css">
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Work+Sans:200&display=swap" rel="stylesheet">
<title>Wunderlist 2.0</title>
</head>
<body id="homepage-body">
<div class="background-container">
<div class="background">@
<div class="overlay"></div>
</div>
</div>
<!-- <header class="nav-bar">
<nav>
<h2></h2>
<div class = "register-tab">
<button></button>
<span></span>
<button></button>
</div>
</nav>
</header> -->
<div class="desktop-background"></div>
<div class="container">
<section class="top-section">
<div class="top-section-container">
<h1>Wunderlist.</h1>
<h2>Take priority of your own life</h2>
<a class="start-now" href="https://eager-archimedes-bdc476.netlify.com/"><span>Start now</span></a>
<div class="device-container">
<div class="laptop"></div>
<div class="phone"></div>
</div>
</div>
</section>
<section class="app-info">
</section>
<section class="features">
</section>
</div>
</body>
</html>