-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b53c19
commit 760d269
Showing
5 changed files
with
2,075 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
<!DOCTYPE HTML> | ||
<html lang = "en"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>Greatness — Free Website Template, Free HTML5 Template by FreeHTML5.co</title> | ||
<!--<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="Free HTML5 Website Template by FreeHTML5.co" /> | ||
<meta name="keywords" content="free website templates, free html5, free template, free bootstrap, free website template, html5, css3, mobile first, responsive" /> | ||
<meta name="author" content="FreeHTML5.co" /> | ||
Facebook and Twitter integration | ||
<meta property="og:title" content=""/> | ||
<meta property="og:image" content=""/> | ||
<meta property="og:url" content=""/> | ||
<meta property="og:site_name" content=""/> | ||
<meta property="og:description" content=""/> | ||
<meta name="twitter:title" content="" /> | ||
<meta name="twitter:image" content="" /> | ||
<meta name="twitter:url" content="" /> | ||
<meta name="twitter:card" content="" />--> | ||
|
||
<link href='https://fonts.googleapis.com/css?family=Raleway:400,300,600,400italic,700' rel='stylesheet' type='text/css'> | ||
|
||
<!-- Animate.css --> | ||
<link rel="stylesheet" href="css/animate.css"> | ||
<!-- Icomoon Icon Fonts--> | ||
<link rel="stylesheet" href="css/icomoon.css"> | ||
<!-- Bootstrap --> | ||
<link rel="stylesheet" href="css/bootstrap.css"> | ||
|
||
<!-- Magnific Popup --> | ||
<link rel="stylesheet" href="css/magnific-popup.css"> | ||
|
||
<!-- Owl Carousel --> | ||
<link rel="stylesheet" href="css/owl.carousel.min.css"> | ||
<link rel="stylesheet" href="css/owl.theme.default.min.css"> | ||
|
||
<!-- Theme style --> | ||
<link rel="stylesheet" href="css/style.css"> | ||
|
||
<!-- Modernizr JS --> | ||
<script src="js/modernizr-2.6.2.min.js"></script> | ||
<!-- FOR IE9 below --> | ||
<!--[if lt IE 9]> | ||
<script src="js/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
|
||
<body> | ||
|
||
<div class="gtco-loader"></div> | ||
|
||
<div id="page"> | ||
<nav class="gtco-nav" > | ||
<div class="gtco-container"> | ||
<div class="row"> | ||
<div class="col-xs-2"> | ||
<div id="gtco-logo"><a href="index.html"><img src = "OnTheMove.png" alt = "logo" width = "150" length = "150"></a></div> | ||
</div> | ||
<div class="col-xs-10 text-right menu-1"> | ||
<ul> | ||
<li><a href="index.html">Home</a></li> | ||
<li class="active"><a href="about.html">About</a></li> | ||
<li><a href="contact.html">Contact</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</nav> | ||
|
||
<header id="gtco-header" class="gtco-cover gtco-cover-sm" style="background-image:url(images/img_bg_1.jpg);"> | ||
<div class="overlay"></div> | ||
<div class="gtco-container"> | ||
<div class="row"> | ||
<div class="col-md-8 col-md-offset-2 text-center"> | ||
<div class="display-t"> | ||
<div class="display-tc animate-box" data-animate-effect="fadeIn"> | ||
<h1>About Us</h1> | ||
<p>Looking for the next place to move? On the Move provides information about education, crime rate, climate, housing, healthcare, and political affiliation of counties that you are considering moving to. Just type in the address of your potential future home and get back data visualizations pertaining to the county it is located in. Happy home hunting!</p> | ||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
<img src = "http://jeremycopeland.com/wp-content/uploads/2012/10/skyline.png" alt = "durhamskyline" style="width:1450px;height:300px;"> | ||
|
||
|
||
|
||
</div> | ||
|
||
<div class="gototop js-top"> | ||
<a href="#" class="js-gotop"><i class="icon-arrow-up"></i></a> | ||
</div> | ||
|
||
<!-- jQuery --> | ||
<script src="js/jquery.min.js"></script> | ||
<!-- jQuery Easing --> | ||
<script src="js/jquery.easing.1.3.js"></script> | ||
<!-- Bootstrap --> | ||
<script src="js/bootstrap.min.js"></script> | ||
<!-- Waypoints --> | ||
<script src="js/jquery.waypoints.min.js"></script> | ||
<!-- Carousel --> | ||
<script src="js/owl.carousel.min.js"></script> | ||
<!-- countTo --> | ||
<script src="js/jquery.countTo.js"></script> | ||
<!-- Magnific Popup --> | ||
<script src="js/jquery.magnific-popup.min.js"></script> | ||
<script src="js/magnific-popup-options.js"></script> | ||
<!-- Main --> | ||
<script src="js/main.js"></script> | ||
|
||
</body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
<!DOCTYPE HTML> | ||
<html lang = "en"> | ||
<!-- | ||
Greatness by FreeHTML5.co | ||
Twitter: http://twitter.com/fh5co | ||
URL: http://FreeHTML5.co | ||
--> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>Greatness — Free Website Template, Free HTML5 Template by FreeHTML5.co</title> | ||
<!--<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="Free HTML5 Website Template by FreeHTML5.co" /> | ||
<meta name="keywords" content="free website templates, free html5, free template, free bootstrap, free website template, html5, css3, mobile first, responsive" /> | ||
<meta name="author" content="FreeHTML5.co" /> | ||
Facebook and Twitter integration | ||
<meta property="og:title" content=""/> | ||
<meta property="og:image" content=""/> | ||
<meta property="og:url" content=""/> | ||
<meta property="og:site_name" content=""/> | ||
<meta property="og:description" content=""/> | ||
<meta name="twitter:title" content="" /> | ||
<meta name="twitter:image" content="" /> | ||
<meta name="twitter:url" content="" /> | ||
<meta name="twitter:card" content="" />--> | ||
|
||
<link href='https://fonts.googleapis.com/css?family=Raleway:400,300,600,400italic,700' rel='stylesheet' type='text/css'> | ||
|
||
<!-- Animate.css --> | ||
<link rel="stylesheet" href="css/animate.css"> | ||
<!-- Icomoon Icon Fonts--> | ||
<link rel="stylesheet" href="css/icomoon.css"> | ||
<!-- Bootstrap --> | ||
<link rel="stylesheet" href="css/bootstrap.css"> | ||
|
||
<!-- Magnific Popup --> | ||
<link rel="stylesheet" href="css/magnific-popup.css"> | ||
|
||
<!-- Owl Carousel --> | ||
<link rel="stylesheet" href="css/owl.carousel.min.css"> | ||
<link rel="stylesheet" href="css/owl.theme.default.min.css"> | ||
|
||
<!-- Theme style --> | ||
<link rel="stylesheet" href="css/style.css"> | ||
|
||
<!-- Modernizr JS --> | ||
<script src="js/modernizr-2.6.2.min.js"></script> | ||
<!-- FOR IE9 below --> | ||
<!--[if lt IE 9]> | ||
<script src="js/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
</head> | ||
<body> | ||
|
||
<div class="gtco-loader"></div> | ||
|
||
<div id="page"> | ||
<nav class="gtco-nav" > | ||
<div class="gtco-container"> | ||
<div class="row"> | ||
<div class="col-xs-2"> | ||
<div id="gtco-logo"><a href="index.html"><img src = "OnTheMove.png" alt = "logo" width = "150" length = "150"></a></div> | ||
</div> | ||
<div class="col-xs-10 text-right menu-1"> | ||
<ul> | ||
<li><a href="index.html">Home</a></li> | ||
<li><a href="about.html">About</a></li> | ||
<li class="active"><a href="contact.html">Contact</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</nav> | ||
|
||
<header id="gtco-header" class="gtco-cover gtco-cover-sm" style="background-image:url(images/img_bg_1.jpg);"> | ||
<div class="overlay"></div> | ||
<div class="gtco-container"> | ||
<div class="row"> | ||
<div class="col-md-8 col-md-offset-2 text-center"> | ||
<div class="display-t"> | ||
<div class="display-tc animate-box" data-animate-effect="fadeIn"> | ||
<h1>Get In Touch</h1> | ||
<p>Email: [email protected]</p> | ||
<p>Phone: 404-583-2212</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
|
||
|
||
|
||
<img src = "http://jeremycopeland.com/wp-content/uploads/2012/10/skyline.png" alt = "durhamskyline" style="width:1450px;height:300px;"> | ||
</div> | ||
|
||
<div class="gototop js-top"> | ||
<a href="#" class="js-gotop"><i class="icon-arrow-up"></i></a> | ||
</div> | ||
|
||
<!-- jQuery --> | ||
<script src="js/jquery.min.js"></script> | ||
<!-- jQuery Easing --> | ||
<script src="js/jquery.easing.1.3.js"></script> | ||
<!-- Bootstrap --> | ||
<script src="js/bootstrap.min.js"></script> | ||
<!-- Waypoints --> | ||
<script src="js/jquery.waypoints.min.js"></script> | ||
<!-- Carousel --> | ||
<script src="js/owl.carousel.min.js"></script> | ||
<!-- countTo --> | ||
<script src="js/jquery.countTo.js"></script> | ||
<!-- Magnific Popup --> | ||
<script src="js/jquery.magnific-popup.min.js"></script> | ||
<script src="js/magnific-popup-options.js"></script> | ||
<!-- Main --> | ||
<script src="js/main.js"></script> | ||
|
||
</body> | ||
</html> | ||
|
Oops, something went wrong.