-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaboutus.html
92 lines (73 loc) · 3.32 KB
/
aboutus.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
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content=" We decided on the idea of Harmony Heal after multiple experiences with how music can help heal the mind, from mental health disorders, to general wellbeing, music">
<meta name="keywords" content="Music, Meditation, Calm Music, Calm, Mindfulness">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="icon" type="image/x-icon" href="./assets/images/logo.png">
<title>Harmony Heal</title>
</head>
<body>
<!-- Navigation Code Start -->
<section id="mainNav">
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<img src="./assets/logo/HarmonyHealLogo---3.png" href="./index.html">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./aboutus.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" target="_blank" href="https://github.com/gsgghotra/HarmonyHeal" >Github</a>
</li>
</ul>
</div>
</div>
</nav>
</section>
<!-----------------Clouds-->
<!-- Navigation Code End -->
<!--Cards Element Start-->
<title>Your Website Title</title>
</head>
<body>
<div class="containerMain aboutPageSection">
<div class="columnBox" >
<h2 class="h2box">About us</h2>
We are Harmony Heal, a team of prospect software developers based in the UK. We decided on the idea of Harmony Heal after multiple experiences with how music can help heal the mind, from mental health disorders, to general wellbeing, music has shown to have a positive effect on overall health.
Our idea is a website that allows people to pick music they might be interested in and may help their wellbeing, based on the feelings they’re currently experiencing.
<br>
<br>
<h3>Upcoming Updates Include; </h3>
<ul>
<li>Youtube Api Integration</li>
<li>New Music Selection</li>
<li>Apple Music Integration</li>
<li>Netflix Movie Reccomendations</li>
<li>IOS App Releaase</li>
</ul>
</div>
<div>
</body>
</html>
<!-- Cards Element end -->
<!-- Footer Nav Start -->
<footer class="footer mt-auto py-3">
<div class="container">
<div class="text-muted">Music is a Healing Tool For Life © 2023 HarmonyHeal. All rights reserved.</div>
</div>
</footer>
<!-- Footer Nav End -->
</body>
</html>