-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlearn-more.html
63 lines (54 loc) · 2.23 KB
/
learn-more.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="scss/home.scss" alt="">
<link rel="stylesheet" href="css/home.css" alt="">
<link rel="stylesheet" href="css/home.css.map" alt="">
<link rel="stylesheet" href="scss/learn.scss" alt="">
<link rel="stylesheet" href="css/learn.css.map" alt="">
<link rel="stylesheet" href="css/learn.css" alt="">
<title>Learn More</title>
</head>
<body>
<div class="wrapper" id="wrapper">
<div class="top-bar">
<button class="top-bar__nav-toggle hamburger" id="top-nav-toggle">
<span></span>
<span></span>
<span></span>
</button>
<span> <a href="index.html" class="top-bar__brand" style="display:inline-block;">Ishtar</a></span>
<span><a href="learn-more.html" class="top-bar__contact">
learn more</a></span>
<nav class="top-bar__nav collapsed" id="top-bar__nav">
<ul class="top-bar__nav-list ">
<li><a href="learn-more.html">Learn More</a></li>
<li><a href="the-experiment.html">The Experiment</a></li>
<li><a href="how-it-works.html">How It Works</a></li>
</ul>
</nav>
</div>
<div class="title-learn">
<a href="how-it-works.html">
<h1 class="before">how it works</h1></a>
</div>
<!-- <div class="card" id="card">
<div class="heading">
<h3>Calibration</h3>
<p>Remember to grant you camera access to the browser to proceed to the experiment!</p>
</div>
<div class="button">
<button>Send</button>
<button class="cancel-btn">Cancel</button>
</div>
<button onclick="closeModal()" class="close">
✖
</button>
</div> -->
</div>
<script src="js/menu.js"></script>
</body>
</html>