-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
47 lines (43 loc) · 1.68 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>A date with yourself</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display|Roboto+Mono" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./css/main.css" />
<script type="text/javascript" src="./js/jquery-3.3.1.min.js"></script>
<script src="./js/main.js"></script>
</head>
<body>
<div class="container">
<div class="cover-img">
<img src="./images/cover.jpg" alt="" id="mepic">
</div>
<div class="text">
<div class="banner-container">
<img src="./images/banner.png" alt="" class="banner">
</div>
<h3 class="text_subtitle">Explore the layers of your life</h3>
<p class="text_paragraph">
This website does not store or send your data. It runs completely client side and can run even without the internet. The
source code can be viewed and modified locally. The project is made for the purpose of providing insights about self-discovery
and awareness.
</p>
<a class="text_button" href="naksha.html">Begin</a>
</div>
</div>
</body>
<div class="footer">
<div class="credentials">
<div class="images">
<img src="./images/MediaLab.png" width=40 alt="">
<img src="./images/FluidInterfaces.png" width=40 alt="">
</div>
<div class="names">
<span>Ashris Choudhury & Judith Sirera</span>
</div>
</div>
</div>
</html>