-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (82 loc) · 3.2 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Synergy</title>
<link href="style.css" rel="stylesheet">
<title>
Synergy
</title>
<style>
article {
background-image: url(IMAGES/white\ bg.webp);
}
aside {
background-image: url(IMAGES/white\ bg.webp);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<body>
<header class="navbar">
<nav>
<ul id="nav">
<li><a href="index.html">HOME</a></li>
<li><a href="Forum.html">FORUM</a></li>
<li><a href="Activities.html">ACTIVITIES</a></li>
<li><a href="Initiative.html">MY INITIATIVE</a></li>
</ul>
</nav>
</header>
<div class="bg-img"></div>
<div class="bg-text">
<h1>SYNERGY</h1>
<h2>Well-being delivered to you</h2>
</div>
<article>
<div class="heading1">
<h1><b><u>ABOUT SYNERGY</u></b></h1>
</div>>
<div class= "container1">
<div class= "imgofmed">
<img src="IMAGES/wellbeing.png">
</div>
<div class="info">
<p>
Synergy is a youth led initiative aimed to provide aid in improving one's mental health. It is completely user-friendly and provides both indoor and outdoor tranquil activities a person can do to ease their mind and better their well-being state. Synergy also builds an interactive, international and engaging forum/community where people from around the world can share their problems or stories.
I see many of my friends and peers in a poor health state and I had to make a change in their lives. So let's <br> <b>Start strong, grow stronger!</b>
</p>
</div>
</div>
<br>
</article>
<aside>
<div class="team">
<h1><b><u>MEET THE TEAM</u></b></h1>
</div>
<div class="img3">
<img src="IMAGES/Aishwaryaa- Front side.jpeg" alt="Aish" style="width:450px" style="height:600px">
</div>
<div class="information">
<h2><b><u>Aishwaryaa</u></b></h2>
</div>
<p class="title">Founder & Designer</p>
<p>Good morning, afternoon, evening dear surfers! My name is Aishwaryaa.
I am a 13 year old teen who enjoys playing Chess, Coding, Poetry, 3D Design, Innovation and Learning! I like discovering and learning something new everyday which instantly eases my mind, but unfortunately, many adults even children experience a very disturbed and stressful pattern of life. Therefore, I introduce Synergy; THE project that will improve your mental, physical and social well-being. </p>
<br>
<div class="Heading3">
<h1><b><u>SUSTAINABLE DEVELOPMENT GOAL</u></b></h1>
</div>
<br>
<div class="img4">
<img src="IMAGES/goal 3 pic.png" alt="Sustainable development goal 3 picture" style= "width:500px"
style="height:500px">
</div>
<p>Synergy also achieves the targets of the Sustainable Development Goal 3: Good Health and Well-Being. </p>
</aside>
</body>
</html>