-
Notifications
You must be signed in to change notification settings - Fork 0
/
about us.html
48 lines (42 loc) · 1.78 KB
/
about us.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
<!DOCTYPE html>
<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>About Us</title>
<link rel="stylesheet" href="about.css">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
</head>
<body>
<nav id="navbar">
<div id="logo">
<img src="logo1.png" alt="logo">
</div>
<p>uizee</p>
<ul>
<li class="item"><a href="main.html">Home</a></li>
<li class="item"><a href="#client-section" class="active">About Us</a></li>
<!-- <li class="item"><a href="#contact">Contact Us</a></li> -->
</ul>
</nav>
<section>
<div class="image">
<!-- <img src="About.jpg" alt="AboutUs"> -->
</div>
</section>
<section>
<div class="para">
<h2>Quizee</h2>
<p class="para1">With millions of students across 9 countries, we are India's largest Online Quiz Center in choosing the
Stream for school children. We cater to the needs of
school students of classes IX-X across leading educational boards. We realize that the choosing a stream
of every student is unique based on her
learning style, interests and her past academic history, and understanding this is the key to making
every student successful.
</p>
</div>
<p class="para2">Quizee has combined its years of experience with psychology and come up with a fun and accurate way of choosing streams in 10th and also indicating future career options.</p>
</section>
</body>
</html>