-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
66 lines (63 loc) · 3.51 KB
/
about.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
<!DOCTYPE html>
<div class="container"></div>
<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">
<title>About</title>
<!-- Bootstrap -->
<link href="css/bootstrap-4.4.1.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body style="padding-top: 70px">
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark"> <a class="navbar-brand" href="#"><b>MIMCA </b></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent1" aria-controls="navbarSupportedContent1" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
<div class="collapse navbar-collapse" id="navbarSupportedContent1">
<ul class="navbar-nav mr-auto">
<div class = "li">
<li class="nav-item active"> <a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a> </li></div>
<div class="li">
<li class="nav-item active"> <a class="nav-link" href="about.html">About <span class="sr-only">(current)</span></a></li></div>
<div class="li">
<li class="nav-item active"> <a class="nav-link" href="howtouse.html">How to use? <span class="sr-only">(current)</span></a></li></div>
<div class = "li">
<li class="nav-item active"> <a class="nav-link" href="survey.html">Survey <span class="sr-only">(current)</span></a></li></div>
<div class = "li">
<li class="nav-item active"> <a class="nav-link" href="feedback.html">Feedback <span class="sr-only">(current)</span></a></li></div>
<li class="nav-item dropdown">
<div class="dropdown-menu" aria-labelledby="navbarDropdown1"> <a class="dropdown-item" href="#">Action</a> <a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a> </div>
</li>
</ul>
</div>
</nav>
<!-- body code goes here -->
<h1><u>ABOUT US</u></h1>
<article class="all-browsers">
<article class="browser">
<h3><p>MIMCA is the website which acts as a medium or platform for communication between deaf-and-dumb and sharpen people using sign languages.</p>
<p>The ultimate aim of our project is to provide a user friendly platform to establish clear and concise communication between deaf -and-dumb and sharpen people.</p></h3>
<center><h2><b><i>"Kindness is the best language
which deaf can hear and dumb can speak"</i></b></h2></center>
</article>
</article>
<footer>
<p><b>Follow us on:</b><br>
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-google"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-youtube"></a>
<p><a href = "mimca@git">github:mimca@git</a></p>
<a href="mailto:mimca@example.com">MAIL ID:mimca@example.com</a></p>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-3.4.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap-4.4.1.js"></script>
</body>
</html>