-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (69 loc) · 2.93 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Vidyavaani - Home</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- creating header -->
<article><img src="Home page/logo for vidyavaani png.png" class="head"></article>
<!-- Creating the nav bar -->
<section class="topnav">
<article><a href="index.html" class="index nav">HOME</a></article>
<article><a href="statistics.html" class="nav">STATISTICS</a></article>
<article><a href="inference.html" class="nav">INFERENCE</a></article>
<article><a href="resources.html" class="nav">RESOURCES</a></article>
</article>
</section>
<div class="body">
<center>
<h1><b> OUR MISSION</b></h1>
<p class="mission">Vidyavaani is a compounded name of two hindi words ‘Vidya’ and ‘Vaani’ that translates to
Intelligence and Voice respectively. Together, it stands for ‘The Voice of Knowledge’. With this name we tried
to give a voice to the voiceless who try to seek an education all while enduring the pain of poverty, apathy and
hunger.
<br><br>
The reason for our focus on education is, simply put, the same reason for why we consider the pen to be more
powerful than the sword. This is because the pen, like an education, molds perspectives and influences mindsets.
Education is the tool that gives us opportunity. We aim, through this project, to follow through with
Sustainable Development Goal 4, and make Quality Education a right not a privilege across Asia.
</p>
</div>
<br>
</center>
</div>
<!-- All about us 3 -->
<div>
<h1 class="aboutus"><b>ABOUT US</b></h1>
<div class="row">
<div class="about">
<span>
<h3>Akshaya Pai</h3>
<img src="Home page/Akshaya profile 1.jpg" width="230" height="250">
<p>Akshaya's a student in the break between school and college. When she's not STEMINIST-ING, she's reading
romance and hiding in a library so she can daydream.
</p>
</div>
<div class="about">
<h3>Dhriti Ramesh</h3>
<img src="Home page/dhriti.png" width="230" height="250">
<p> Dhriti's a 15 year old student who's passionate about all things STEM. She loves listening to Taylor Swift,
playing tennis, and making changes in her community.</p>
</div>
<div class="about">
<h3>Saumya Tripathi</h3>
<img src="Home page/saumya pic.jpeg" width="230" height="250">
<p>Saumya's a computer engineering student often geeking out about technology. An avid reader who also loves
playing basketball and throwball.A Swiftie at heart she enjoys talking about women's rights.
</p>
</span>
</div>
<script src="script.js"></script>
</div>
</div>
<script src="script.js"></script>
</div>
</body>
</html>