-
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
0 parents
commit 2829ca4
Showing
17 changed files
with
3,170 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,165 @@ | ||
<!DOCTYPE html> | ||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | ||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> | ||
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> | ||
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Artcore - 404 Error Page</title> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width"> | ||
|
||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100"> | ||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:400,400italic,300italic,300,500,500italic,700,900"> | ||
<!-- | ||
Artcore Template | ||
http://www.templatemo.com/preview/templatemo_423_artcore | ||
--> | ||
<link rel="stylesheet" href="css/bootstrap.css"> | ||
<link rel="stylesheet" href="css/font-awesome.css"> | ||
<link rel="stylesheet" href="css/animate.css"> | ||
<link rel="stylesheet" href="css/templatemo-misc.css"> | ||
<link rel="stylesheet" href="css/templatemo-style.css"> | ||
<script src="js/vendor/modernizr-2.6.1-respond-1.1.0.min.js"></script> | ||
</head> | ||
<body> | ||
<!--[if lt IE 7]> | ||
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p> | ||
<![endif]--> | ||
|
||
<section id="pageloader"> | ||
<div class="loader-item fa fa-spin colored-border"></div> | ||
</section> <!-- /#pageloader --> | ||
|
||
<header class="site-header container-fluid"> | ||
<div class="top-header"> | ||
<div class="logo col-md-6 col-sm-6"> | ||
<h1><a href="index.html"><em>Art</em>Core</a></h1> | ||
<span>Responsive HTML5 Template</span> | ||
</div> <!-- /.logo --> | ||
<div class="social-top col-md-6 col-sm-6"> | ||
<ul> | ||
<li><a href="#" class="fa fa-facebook"></a></li> | ||
<li><a href="#" class="fa fa-twitter"></a></li> | ||
<li><a href="#" class="fa fa-linkedin"></a></li> | ||
<li><a href="#" class="fa fa-google-plus"></a></li> | ||
<li><a href="#" class="fa fa-flickr"></a></li> | ||
<li><a href="#" class="fa fa-rss"></a></li> | ||
</ul> | ||
</div> <!-- /.social-top --> | ||
</div> <!-- /.top-header --> | ||
<div class="main-header"> | ||
<div class="row"> | ||
<div class="main-header-left col-md-3 col-sm-6 col-xs-8"> | ||
<a id="search-icon" class="btn-left fa fa-search" href="#search-overlay"></a> | ||
<div id="search-overlay"> | ||
<a href="#search-overlay" class="close-search"><i class="fa fa-times-circle"></i></a> | ||
<div class="search-form-holder"> | ||
<h2>Type keywords and hit enter</h2> | ||
<form id="search-form" action="#"> | ||
<input type="search" name="s" placeholder="" autocomplete="off" /> | ||
</form> | ||
</div> | ||
</div><!-- #search-overlay --> | ||
</div> <!-- /.main-header-left --> | ||
<div class="menu-wrapper col-md-9 col-sm-6 col-xs-4"> | ||
<a href="#" class="toggle-menu visible-sm visible-xs"><i class="fa fa-bars"></i></a> | ||
<ul class="sf-menu hidden-xs hidden-sm"> | ||
<li><a href="index.html">Home</a></li> | ||
<li><a href="services.html">Services</a></li> | ||
<li><a href="#">Projects</a> | ||
<ul> | ||
<li><a href="projects-2.html">Two Columns</a></li> | ||
<li><a href="projects-3.html">Three Columns</a></li> | ||
<li><a href="project-details.html">Project Single</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="#">Blog</a> | ||
<ul> | ||
<li><a href="blog.html">Blog Masonry</a></li> | ||
<li><a href="blog-single.html">Post Single</a></li> | ||
</ul> | ||
</li> | ||
<li class="active"><a href="#">Pages</a> | ||
<ul> | ||
<li><a href="our-team.html">Our Team</a></li> | ||
<li><a href="archives.html">Archives</a></li> | ||
<li><a href="grids.html">Columns</a></li> | ||
<li><a href="404.html">404 Page</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="contact.html">Contact</a></li> | ||
</ul> | ||
</div> <!-- /.menu-wrapper --> | ||
</div> <!-- /.row --> | ||
</div> <!-- /.main-header --> | ||
<div id="responsive-menu"> | ||
<ul> | ||
<li><a href="index.html">Home</a></li> | ||
<li><a href="services.html">Services</a></li> | ||
<li><a href="#">Projects</a> | ||
<ul> | ||
<li><a href="projects-2.html">Two Columns</a></li> | ||
<li><a href="projects-3.html">Three Columns</a></li> | ||
<li><a href="project-details.html">Project Single</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="#">Blog</a> | ||
<ul> | ||
<li><a href="blog.html">Blog Masonry</a></li> | ||
<li><a href="blog-single.html">Post Single</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="#">Pages</a> | ||
<ul> | ||
<li><a href="our-team.html">Our Team</a></li> | ||
<li><a href="archives.html">Archives</a></li> | ||
<li><a href="grids.html">Columns</a></li> | ||
<li><a href="404.html">404 Page</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="contact.html">Contact</a></li> | ||
</ul> | ||
</div> | ||
</header> <!-- /.site-header --> | ||
|
||
<div class="content-wrapper"> | ||
<div class="inner-container container"> | ||
<div class="row"> | ||
<div class="section-header col-md-12"> | ||
<h2>404 - Page Not Found !</h2> | ||
</div> <!-- /.section-header --> | ||
</div> <!-- /.row --> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<div class="box-content"> | ||
<div class="text-center error-page"> | ||
<h1>404</h1> | ||
<span>Page cannot be found in this website.</span> | ||
<p>Please try Navigation or Search to find what you are looking for!</p> | ||
<p><a href="index.html">← Go back Home</a></p> | ||
</div> <!-- /.text-center --> | ||
</div> <!-- /.box-content --> | ||
</div> <!-- /.col-md-12 --> | ||
</div> <!-- /.row --> | ||
</div> <!-- /.inner-content --> | ||
</div> <!-- /.content-wrapper --> | ||
|
||
<script src="js/vendor/jquery-1.11.0.min.js"></script> | ||
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.0.min.js"><\/script>')</script> | ||
<script src="js/plugins.js"></script> | ||
<script src="js/main.js"></script> | ||
|
||
<!-- Preloader --> | ||
<script type="text/javascript"> | ||
//<![CDATA[ | ||
$(window).load(function() { // makes sure the whole site is loaded | ||
$('.loader-item').fadeOut(); // will first fade out the loading animation | ||
$('#pageloader').delay(350).fadeOut('slow'); // will fade out the white DIV that covers the website. | ||
$('body').delay(350).css({'overflow-y':'visible'}); | ||
}) | ||
//]]> | ||
</script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.