forked from Puja-Saraf/SheHacks_Team-015
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
48 lines (43 loc) · 2.43 KB
/
Copy pathabout.html
File metadata and controls
48 lines (43 loc) · 2.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="about.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Merienda+One&display=swap" rel="stylesheet">
</head>
<body>
<section id="particles-js"></section>
<img src="images\Logo.jpg" class="logo">
<div class="name" id="she">She</div> <div class="name" id="care">Care</div>
<div class="strip"></div>
<div class="homebox"></div>
<a href="index.html" class="home" target="_blank">Home</a>
<div class="blogbox"></div>
<a href="blog.html" class="blog" target="_blank">Connect with her!</a>
<h1 id="about">About</h1>
<div class="para">
<p>She has the power to create, she has the power to heal.</p>
<p>She is independent, she is brave.</p>
<p>She is courageous, she is kind.</p>
<p>She is a woman, she is a warrior.</p>
<p>She is precious, she deserves care.</p>
<p>While she is busy portraying several roles and looking after the world, SheCare is here to look after her.</p>
<p>This website has been designed to celebrate that spirit of a warrior every woman posseses with pride. This is the one stop destination to make everyone aware of the many diseases a woman goes through without even knowing about it. While spreading awareness about the many unknown ailments, the website also provides an interactive blog for people to connect with each other and talk about their experiences and struggles, or ask questions.
The website also features surviver stories to keep other fighters motivated, and a nearest centre locator, to enable people track down the healthcare facility closest to them.</p>
<p>All her care, just a click away!</p>
</div>
<h1 id="team">Our Team</h1>
<div class="us">
<p><span id="name">AASHITA CHAUHAN</span><br>Student, IIITA</p>
<p><span id="name">PUJA SARAF</span><br>Student, IIITA</p>
<p><span id="name">TANUSHREE</span><br>Student, IIITA</p>
<p><span id="name">MARPINA SRUJANA</span><br>Student, IIITA</p>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.js"></script>
<script src="particles.js"></script>
<script src="app.js"></script>
</body>
</html>