-
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
Victor Vedovato
committed
Jun 29, 2018
0 parents
commit 84d5cd8
Showing
192 changed files
with
59,570 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,15 @@ | ||
*.iml | ||
.idea | ||
.gradle | ||
build/ | ||
*.apk | ||
*.ap_ | ||
*.dex | ||
*.class | ||
bin/ | ||
gen/ | ||
local.properties | ||
obj/ | ||
libs/ | ||
Thumbs.db | ||
.DS_Store |
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,155 @@ | ||
<!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"> | ||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | ||
<title>Rex : 404</title> | ||
<!-- Favicon --> | ||
<link rel="shortcut icon" type="image/icon" href="assets/images/favicon.ico"/> | ||
<!-- Font Awesome --> | ||
<link href="assets/css/font-awesome.css" rel="stylesheet"> | ||
<!-- Bootstrap --> | ||
<link href="assets/css/bootstrap.css" rel="stylesheet"> | ||
<!-- Slick slider --> | ||
<link rel="stylesheet" type="text/css" href="assets/css/slick.css"/> | ||
<!-- Fancybox slider --> | ||
<link rel="stylesheet" href="assets/css/jquery.fancybox.css" type="text/css" media="screen" /> | ||
<!-- Animate css --> | ||
<link rel="stylesheet" type="text/css" href="assets/css/animate.css"/> | ||
<!-- Theme color --> | ||
<link id="switcher" href="assets/css/theme-color/default.css" rel="stylesheet"> | ||
|
||
<!-- Main Style --> | ||
<link href="style.css" rel="stylesheet"> | ||
|
||
<!-- Fonts --> | ||
<!-- Open Sans for body font --> | ||
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> | ||
<!-- Raleway for Title --> | ||
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'> | ||
<!-- Pacifico for 404 page --> | ||
<link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'> | ||
<!-- HTML5 shim and Respond.js for 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/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
</head> | ||
<body> | ||
<!-- BEGAIN PRELOADER --> | ||
<div id="preloader"> | ||
<div class="loader"> </div> | ||
</div> | ||
<!-- END PRELOADER --> | ||
|
||
<!-- SCROLL TOP BUTTON --> | ||
<a class="scrollToTop" href="#"><i class="fa fa-chevron-up"></i></a> | ||
<!-- END SCROLL TOP BUTTON --> | ||
|
||
|
||
|
||
<!-- Start menu section --> | ||
<section id="menu-area"> | ||
<nav class="navbar navbar-default main-navbar" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<!-- FOR MOBILE VIEW COLLAPSED BUTTON --> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<!-- LOGO --> | ||
<a class="navbar-brand logo" href="index.html"><img src="assets/images/logo.jpg" alt="logo"></a> | ||
</div> | ||
<div id="navbar" class="navbar-collapse collapse"> | ||
<ul id="top-menu" class="nav navbar-nav main-nav menu-scroll"> | ||
<li><a href="index.html">Home</a></li> | ||
<li class="active"><a href="404.html">404 </a></li> | ||
</ul> | ||
</div><!--/.nav-collapse --> | ||
<div class="search-area"> | ||
<form action=""> | ||
<input id="search" name="search" type="text" placeholder="What're you looking for ?"> | ||
<input id="search_submit" value="Rechercher" type="submit"> | ||
</form> | ||
</div> | ||
</div> | ||
</nav> | ||
</section> | ||
<!-- End menu section --> | ||
|
||
<!-- Start error page --> | ||
<section id="error-page"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<div class="error-page-area"> | ||
<div class="error-no-area"> | ||
<div class="error-no"> | ||
<h2>404 Error</h2> | ||
<p>Sorry</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="error-message"> | ||
<h4>Woops! Something gone wrong</h4> | ||
<p>Sorry, the page you have requested has either been moved,or does not exist, Return to our <a href="index.html">homepage</a>.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- End error page --> | ||
|
||
<!-- Start Footer --> | ||
<footer id="footer"> | ||
<div class="footer-top"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<div class="footer-top-area"> | ||
<a class="footer-logo" href="#"><img src="assets/images/logo.jpg" alt="Logo"></a> | ||
<div class="footer-social"> | ||
<a class="facebook" href="#"><span class="fa fa-facebook"></span></a> | ||
<a class="twitter" href="#"><span class="fa fa-twitter"></span></a> | ||
<a class="google-plus" href="#"><span class="fa fa-google-plus"></span></a> | ||
<a class="youtube" href="#"><span class="fa fa-youtube"></span></a> | ||
<a class="linkedin" href="#"><span class="fa fa-linkedin"></span></a> | ||
<a class="dribbble" href="#"><span class="fa fa-dribbble"></span></a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer-bottom"> | ||
<p>Designed by <a href="http://www.markups.io/">MarkUps.io</a></p> | ||
</div> | ||
</footer> | ||
<!-- End Footer --> | ||
<!-- jQuery library --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> | ||
<!-- Include all compiled plugins (below), or include individual files as needed --> | ||
<!-- Bootstrap --> | ||
<script src="assets/js/bootstrap.js"></script> | ||
<!-- Slick Slider --> | ||
<script type="text/javascript" src="assets/js/slick.js"></script> | ||
<!-- Counter --> | ||
<script type="text/javascript" src="assets/js/waypoints.js"></script> | ||
<script type="text/javascript" src="assets/js/jquery.counterup.js"></script> | ||
<!-- mixit slider --> | ||
<script type="text/javascript" src="assets/js/jquery.mixitup.js"></script> | ||
<!-- Add fancyBox --> | ||
<script type="text/javascript" src="assets/js/jquery.fancybox.pack.js"></script> | ||
<!-- Wow animation --> | ||
<script type="text/javascript" src="assets/js/wow.js"></script> | ||
|
||
<!-- Custom js --> | ||
<script type="text/javascript" src="assets/js/custom.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 @@ | ||
www.10imaging.com |
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,3 @@ | ||
# Website | ||
|
||
website at http://10imaging.com/ |
Oops, something went wrong.