-
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
Varun Parashar
authored and
Varun Parashar
committed
Sep 5, 2018
1 parent
ee28801
commit 5b56755
Showing
169 changed files
with
25,070 additions
and
2 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,144 @@ | ||
<!DOCTYPE html> | ||
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> | ||
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> | ||
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]--> | ||
<!--[if (gte IE 9)|!(IE)]><!--> | ||
<html lang="en"> <!--<![endif]--> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<title>404 </title> | ||
<meta name="author" content="ukieweb" /> | ||
<meta name="keywords" content="ukieCard, css3, template, html5 template" /> | ||
<meta name="description" content="ukieCard - Personal Vcard & Resume HTML Template" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> | ||
<!-- Font Awesome --> | ||
<link type="text/css" media="all" href="assets/fonts/font-awesome-4.3.0/css/font-awesome.min.css" rel="stylesheet" /> | ||
<!-- Libs CSS --> | ||
<link type="text/css" media="all" href="assets/boostrap-files/css/bootstrap.min.css" rel="stylesheet" /> | ||
<!-- Animate CSS --> | ||
<link type="text/css" media="all" href="assets/css/animate.css" rel="stylesheet" /> | ||
<!-- Template CSS --> | ||
<link type="text/css" media="all" href="assets/css/style.css" rel="stylesheet" /> | ||
<!-- Switcher CSS --> | ||
<link href="assets/css/colour-scheme/color-blue.css" rel="stylesheet" type="text/css" data-color="color-blue" media="all" id="stylesheet-new"> | ||
<!-- Responsive CSS --> | ||
<link type="text/css" media="all" href="assets/css/respons.css" rel="stylesheet" /> | ||
<!-- Favicons --> | ||
<link rel="apple-touch-icon" sizes="144x144" href="assets/img/favicons/apple-touch-icon-144x144.png" /> | ||
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/favicons/apple-touch-icon-114x114.png" /> | ||
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/favicons/apple-touch-icon-72x72.png" /> | ||
<link rel="apple-touch-icon" href="assets/img/favicons/apple-touch-icon.png" /> | ||
<link rel="shortcut icon" href="assets/img/favicons/favicon.png" /> | ||
<!-- Google Fonts --> | ||
<link href='http://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic' rel='stylesheet' type='text/css'> | ||
|
||
</head> | ||
<body> | ||
|
||
<!-- Load page --> | ||
<div class="animationload"> | ||
<div class="loader"></div> | ||
</div> | ||
<!-- End load page --> | ||
|
||
<div id="wraper"> | ||
|
||
<!-- Start Head section --> | ||
<header class="head"> | ||
<!-- start container --> | ||
<div class="container"> | ||
<!-- start row --> | ||
<div class="row"> | ||
<div class="col-xs-12 col-sm-12 col-lg-12 text-right"> | ||
<a href="index.html" class="btn-close hover-animate"></a> | ||
</div> | ||
</div> | ||
<!-- end row --> | ||
</div> | ||
<!-- end container --> | ||
</header> | ||
<!-- End Head section --> | ||
|
||
<!-- Start Content section --> | ||
<section class="content padding-block"> | ||
<!-- start container --> | ||
<div class="container"> | ||
<!-- start row --> | ||
<div class="row"> | ||
<div class="col-xs-12 col-sm-12 col-lg-12 text-center"> | ||
<img src="./assets/img/404.gif" alt="UkieWeb"> | ||
<h3 class="title1">Page not found</h3> | ||
<p>The page you are looking for was moved, removed, renamed or | ||
might never existed.</p> | ||
<a href="index.html" class="btn btn-color">Go Home</a> | ||
</div> | ||
</div> | ||
<!-- end row --> | ||
</div> | ||
<!-- end container --> | ||
</section> | ||
<!-- End Content section --> | ||
|
||
<!-- Start Footer section --> | ||
<footer class="footer"> | ||
<!-- start container --> | ||
<div class="container"> | ||
<!-- start row --> | ||
<div class="row"> | ||
<!-- start phone number --> | ||
<div class="col-xs-12 col-sm-6 col-lg-3"> | ||
<a href="#" class="hover-animate"> | ||
<span class="ukie-icons hover-animate"><i class="fa fa-phone"></i></span> +38 012-3456-7890 | ||
</a> | ||
</div> | ||
<!-- end phone number --> | ||
<!-- start email --> | ||
<div class="col-xs-12 col-sm-6 col-lg-3"> | ||
<a href="#" class="hover-animate"> | ||
<span class="ukie-icons hover-animate"><i class="fa fa-paper-plane"></i></span> [email protected] | ||
</a> | ||
</div> | ||
<!-- end email --> | ||
<!-- start address --> | ||
<div class="col-xs-12 col-sm-6 col-lg-3"> | ||
<a href="#" class="hover-animate"> | ||
<span class="ukie-icons hover-animate"><i class="fa fa-map-marker"></i></span> 44 King St, Melbourne VIC | ||
</a> | ||
</div> | ||
<!-- end address --> | ||
<!-- start Copyright --> | ||
<div class="col-xs-12 col-sm-6 col-lg-3 text-right"> | ||
<span class="copyright">Copyright © 2015 All right reserved</span> | ||
</div> | ||
<!-- end Copyright --> | ||
</div> | ||
<!-- end row --> | ||
</div> | ||
<!-- end container --> | ||
</footer> | ||
<!-- End Footer section --> | ||
|
||
</div> | ||
|
||
<!-- Scroll to Top --> | ||
<a href="#" class="btn scrollToTop"><i class="fa fa-angle-up"></i></a> | ||
<!-- End Scroll to Top --> | ||
|
||
|
||
<!-- Scripts --> | ||
<script src="assets/js/jquery-1.11.2.min.js" type="text/javascript"></script> | ||
<script src="assets/boostrap-files/js/bootstrap.min.js" type="text/javascript"></script> | ||
<script src="assets/js/jquery.appear.js" type="text/javascript"></script> | ||
<script src="assets/js/jquery.nicescroll.min.js" type="text/javascript"></script> | ||
<script src="assets/js/jquery.mixitup.min.js" type="text/javascript"></script> | ||
<script src="assets/js/jquery.magnific-popup.min.js" type="text/javascript"></script> | ||
<script src="assets/js/owl.carousel.min.js" type="text/javascript"></script> | ||
<script src="assets/js/jquery.inview.min.js" type="text/javascript"></script> | ||
<script src="assets/js/jquery.knob.min.js" type="text/javascript"></script> | ||
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script> | ||
<script src="assets/js/jquery.cookie.js" type="text/javascript"></script> | ||
<script src="assets/js/scripts.js" type="text/javascript"></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 |
---|---|---|
@@ -1 +1 @@ | ||
# vpronaldo.github.io | ||
# MyWebsite |
Binary file not shown.
Oops, something went wrong.