-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
86 lines (69 loc) · 3.74 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/home.css">
<title>Psychologix</title>
<link rel="icon" href="img/favicon.ico"type="image/x-icon" >
</head>
<body>
<div class="slider-wrapper">
<div class="container">
<div class="slider">
<div class="container1 box">
<div class="bg"></div>
<div class="details">
<h1>Awareness</h1>
<p>
Everyone you meet is fighting a battle you know nothing about.
Aware yourself to fight mental illness💚
</p>
<button onclick="window.location.href='awarness.html';">Check Now</button>
</div>
<div class="design"><div class="inner"></div></div>
</div>
<div class="container2 box">
<div class="bg"></div>
<div class="details">
<h1>PyschoBot</h1>
<p>
Your feelings are valid! Our PyschoBot is here to listen.
Its just you and the bot❤️
</p>
<button onclick="window.location.href='bot.html';">Chat Now</button>
</div>
<div class="design"><div class="inner"></div></div>
</div>
<div class="container3 box">
<div class="bg"></div>
<div class="details">
<h1>About Us</h1>
<p>
Think and understand that alone we can do so little, together we can do so much🤍
</p>
<button onclick="window.location.href='about_us.html';">Know More</button>
</div>
<div class="design"><div class="inner"></div></div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" class="prev" width="56.898" height="91" viewBox="0 0 56.898 91"><path d="M45.5,0,91,56.9,48.452,24.068,0,56.9Z" transform="translate(0 91) rotate(-90)" fill="#fff"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" class="next" width="56.898" height="91" viewBox="0 0 56.898 91"><path d="M45.5,0,91,56.9,48.452,24.068,0,56.9Z" transform="translate(56.898) rotate(90)" fill="#fff"/></svg>
<div class="trail">
<div class="container1 active">1</div>
<div class="container2">2</div>
<div class="container3">3</div>
</div>
</div>
</div>
<footer>
<p>
Made with <span class="heart">❤️</span> by Tuxedo Penguins
</p>
</footer>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/gsap-latest-beta.min.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/CSSRulePlugin3.min.js"></script>
<script src="scripts/home.js"></script>
</body>
</html>