<!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">
<meta name="description" content="">
<meta name="author" content="">
<title>Fictional Online Art</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/logo-nav.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<p> </p>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
<p>Fictional Online Art </p>
</a>
</div>
<!-- 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 navbar-right">
<li>
<a href="index.php">Home</a>
</li>
<li>
<a href="works.php">Works</a>
</li>
<li>
<a href="artist.php">Artists</a>
</li>
<li class="active">
<a href="about.php">About Us</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="page-header text-center">
<h2> About Us </h2>
</div>
<p style="align: justify;">The menu About us shows the information about the website and who created it. It also provides the information about when it was created. The system will display information about this site. This site is hypothetical and was created as an assignment for MCIS 5413 at Southern Arkansas University. The Name of the student is Sai Kumar Bhonakurthi and the Student Id is 9999-90718</p>
</div>
</div>
</div>
<!-- /.container -->
<p> </p>
<!-- Footer --><footer>
<div class="row">
<div class="col-lg-4 text-center copyright">
<p>Copyright © Fictional Art Online 2016.</p>
</div>
<div class="col-lg-4 text-center"> </div>
<div class="col-lg-4 text-center social">
<div class="pull-right"><form class="search-form" action="search.php" method="post">
<div class="form-group has-feedback"><label class="sr-only" for="search">Search</label> <input id="search" class="form-control" name="title" required="" type="text" placeholder="search paintings" /></div>
</form></div>
</div>
</div>
</footer><!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>