This repository has been archived by the owner on Feb 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutproj.html
65 lines (52 loc) · 2.28 KB
/
aboutproj.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
<!DOCTYPE html>
<html>
<head>
<title>About the Project</title>
<meta charset="utf-8">
<meta name="viewport" content="wide=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="aboutme.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet"href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
</div>
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="#">About this Project<span class="sr-only">(current)</span></a></li>
<li><a href="index.html">Art</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li class="dropdown">
<!-- <form class="navbar-form navbar-left" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form> -->
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
<div id="abouttext">
<h1>About the Project</h1>
<p>Hello...Welcome to our page!! Throughout this site, we have many pictures
from many famous artists and a description about what is the purpose of
the art are. For each paintings that we show, we provide a small description
of the painting. </p>
<p>To help with the visually impaired people, when on a painting, there will
be an audio where it will say out the description that we have written down.
</p>
<h3>Thank You</h3>
<div class="col-xs-5">
<br \>
<img src="https://i.kym-cdn.com/photos/images/original/000/801/953/fee.jpg" height="400" width="300" align="middle">
</div>
</div>
</body>
</html>