-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
64 lines (59 loc) · 2.36 KB
/
about.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
64
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>About</title>
<link rel="shortcut icon" type="image/png" href="images/wings2.png" />
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/about.css">
</head>
<body>
<div class="header">
<a href="index.html"><img src="images/1.png" class="logo"></a>
<p class="title">Spirit Dive</p>
</div>
<section class="front">
<h1> Hey there, I'm vishal!</h1>
<p>I'm a second year student at vit bhopal. Spirit Dive is just one of my projects, if you like it do check out
my other projects on <a href="https://github.com/vishal1patidar">Github.</a> Spirit Dive is a web
application for
you to recharge you spiritual energy by yourself, so that you don't have to tell anyone else
about your problems.<br>
</p>
<h2>How to use spirit dive?</h2>
<p>
<ul>
<li>After landing on the page, click on "Start Healing".</li>
<li>On the form visible on the screen, enter your name and the place where you feel stressed and<br> what
you seek from spirit dive.</li>
<li>Click on submit</li>
<li>Sit in a quite room, wihtout any disturbance</li>
<li> Lay down on a bed or sit on a chair, but make sure your back is perfectly straight</li>
<li>Close your eyes and let the universe heal you</li>
</ul>
</p>
<br>
</section>
<section class="footer-sec">
<div class="footer-1">
<p>Like it? Support us
<a href="https://github.com/vishal1patidar"><img src="images/github.png" height="30" widht="30"> </a>
</p>
<p></p>
<a href="index.html">
<p> Spirit Dive</p>
</a>
<p></p>
<a href="">
<p>©Vishal</p>
</a>
</div>
</section>
<script src="" async defer></script>
</body>
</html>