-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
126 lines (121 loc) · 5.94 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html class="no-js">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- IE -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<!-- other browsers -->
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<title> Code Labs </title>
<meta name="description" content="We are Code Labs">
<meta name="keywords" content="Code Labs AB">
<meta name="author" content="Code Labs AB">
<!-- Mobile Specific Metas
================================================== -->
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Template CSS Files
================================================== -->
<!-- Twitter Bootstrs CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Ionicons Fonts Css -->
<link rel="stylesheet" href="css/ionicons.min.css">
<!-- animate css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Hero area slider css-->
<link rel="stylesheet" href="css/slider.css">
<!-- owl craousel css -->
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/jquery.fancybox.css">
<!-- template main css file -->
<link rel="stylesheet" href="css/main.css">
<!-- responsive css -->
<link rel="stylesheet" href="css/responsive.css">
<!-- awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
<!-- Template Javascript Files
================================================== -->
<!-- modernizr js -->
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<!-- jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- owl carouserl js -->
<script src="js/owl.carousel.min.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- wow js -->
<script src="js/wow.min.js"></script>
<!-- slider js -->
<script src="js/slider.js"></script>
<script src="js/jquery.fancybox.js"></script>
<!-- template main js -->
<script src="js/main.js"></script>
</head>
<body>
<!--
==================================================
Header Section Start
================================================== -->
<header id="top-bar" class="navbar-fixed-top animated-header">
<div class="container">
<div class="navbar-header">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand">
<a href="index.html" >
<!-- <img src="images/code_labs_straight_big_logo.svg" alt="" height="20px"> -->
<img src="images/codelabs.svg" alt="" height="85px">
</a>
</div>
</div>
<nav class="collapse navbar-collapse navbar-right" role="navigation">
<div class="main-menu">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="index.html" ></a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<section class="moduler wrapper_404">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="text-center">
<h1 class="wow fadeInUp animated cd-headline slide" data-wow-delay="3s" >
<a href="/" class="wow fadeInUp animated" data-wow-delay="3s">
🤖
</a>
</h1>
<h2 class="wow fadeInUp animated" data-wow-delay=".9s">404</h2>
<p class="wow fadeInUp animated" data-wow-delay=".9s">These aren't the droids you're looking for!</p>
<a href="/" class="btn btn-dafault btn-home wow fadeInUp animated" data-wow-delay="1.1s">Return to Code Labs</a>
</div>
</div>
</div>
</div>
</section>
<section>
<footer id="footer">
<div class="container">
<div class="row tp--social wow fadeInUp animated cd-headline slide" data-wow-delay=".4s">
<div class="col-12 text-center">
<a class="icon" href="https://www.linkedin.com/company/15189915/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a class="icon" href="https://www.facebook.com/codelabsab/" target="_blank"><i class="fab fa-facebook"></i></a>
<a class="icon" href="https://github.com/codelabsab" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</footer>
</section>
</body>
</html>