-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
84 lines (68 loc) · 3.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<link rel="shortcut icon" href="image/10.png" type="image/png" >
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="css/all.min.css">
<!-- Google Font -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- link to Bootstrap minified css-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- link to Jquery minified-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- link to Bootstrap JS -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- link to external CSS -->
<link rel="stylesheet" type="text/css" href="style.css">
<meta content="text/html; charset=iso-8859-2" http-equiv="Content-Type">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<style>
.bs-example{
margin: 1px;
}
</style>
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/design.css">
<title>About Us</title>
</head>
<body style="background-image: url('image/c.png');">
<div class="bs-example">
<nav class="navbar navbar-expand-md sticky-top" style="background-color: rgba(0, 0, 0, 0.6);" >
<a href="#" class="navbar-brand" style="color: white; font-weight: bold; font-size: 25px;">Online exam system</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse" style="background-color: #F1F0FF; border-radius: 10px; height: 30px;">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<a href="" class="closebtn" onclick="closeNav" style="color:rgba(0, 0, 0, 0);">X</a>
<div class="navbar-nav">
<a href="index.php" class="nav-item nav-link active" style="color: white;">Home</a>
<a href="developer.html" class="nav-item nav-link" style="color: white;">Developer</a>
<a href="aboutus.html" class="nav-item nav-link" style="color: white;">About Us</a>
<a href="feedback.php" class="nav-item nav-link active" tabindex="-1" style="color: white;">Feedback</a>
</div>
</div>
</nav>
</div>
<div class ="content">
<center>
<div class = "head">WHY TO CHOOSE Online exam system?</div>
<p>Online exam system is a tool that makes a connection between teacher and student.<br>
Teachers and trainers can create a quiz to make lessons more interactive and engaging. It’s been researched and proven that regular quizzes—not to be graded or evaluated (this is key)—boost memory retention, drive engagement, and make learning fun. More on this in a bit</p>
</center>
</div>
<footer>
<div class="container">
<b>Get in Touch</b><br>Through following links<br>
<a href="#" class="fa fa-facebook" alt="Online exam system facebook"></a>
<a href="#" class="fa fa-linkedin" alt="Online exam system linkedin"></a>
<a href="#" class="fa fa-instagram" alt="Online exam system instagram"></a><br>
<span class="glyphicon glyphicon-copyright-mark"></span> 2020 Online exam system<br> Developed by: Team Online exam system
</div>
</footer>
</body>
</html>