-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (49 loc) · 2.57 KB
/
index.html
File metadata and controls
49 lines (49 loc) · 2.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mental Health & Wellness</title>
<link rel="icon" href="./assets/images/strongermind/favicon.ico?v1.0.2" type="image/x-icon">
<script src="./device.js?v=3.0.1"></script>
</head>
<body>
<header class="header">
<div>
<img class="header-logo" width="55vh" src="./assets/images/strongermind/icononly_transparent_nobuffer.png" alt="StrongerMind.org Logo">
<a href="https://strongermind.org"><p class="header-logo-subtext">StrongerMind</p></a>
</div>
<div>
<a href="https://strongermind.org/aboutus/aboutus" class="delete-data-link">About Us</a>
<a href="https://strongermind.org/policies/privacy-policy" class="delete-data-link">Privacy Policy</a>
<a href="https://strongermind.org/policies/terms-of-service" class="delete-data-link">Terms of Service</a>
</div>
</header>
<section class="hero-section">
<div class="text-content">
<h1>
Your
<div class="scroller">
<span>
Mental Health<br />
Emotions<br />
Happiness<br />
Life
</span>
</div>
Matters.
</h1>
<p>Welcome to StrongerMind.org! Taking care of your mental health is essential for navigating the challenges of student life. By prioritizing our mental well-being, we enhance our learning and ability to focus while building meaningful connections with others. Here, you can talk to Bunjai, our AI built by students for students, and find support to help you manage stress, develop resilience, and foster a positive mindset. Remember, seeking help and nurturing your mental health is not a sign of weakness, but a powerful step towards becoming your best self. You're not alone on this journey--let's grow stronger together!</p>
<div class="button-box">
<a href="./chat/chat.html"><button class="twenty"><span>Talk to Bunjai</span></button></a>
</div>
</div>
<div class="image-container">
<img width="80%" height="80%" src="./assets/images/bunjai/icononly_transparent_nobuffer.png" alt="Bunjai AI Assistant">
</div>
</section>
<footer class="footer">
<h3 class="footer-text">© StrongerMind.org 2024</h3>
</footer>
</body>
</html>