-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
89 lines (89 loc) · 4.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<title>Page not found | Koffivi V. Woglo</title>
</head>
<body>
<!-- Header Section Start -->
<header id="active-sticky" class="fixed bg-color-black">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="d-flex justify-end">
<div class="logo mr-auto">
<a href="index.html"><img src="assets/img/logo3.png" alt="Mearts"></a>
</div>
<div class="mainmenu">
<div class="navbar-header">
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target=".navbar-collapse">
<span>Menu</span>
<span>Close</span>
</button>
</div>
<nav class="navbar-collapse clearfix smooth-scroll">
<ul>
<li class="active"><a href="#home">home</a></li>
<li><a href="#about">about</a></li>
<li><a href="#work">work</a></li>
<li><a href="#contact">contact</a></li>
</ul>
</nav>
</div>
<div class="expand-icon pull-right">
<span class="bar-icon"></span>
</div>
</div>
<div class="exapnd-sidebar light-bg">
<div class="my-img">
<img src="assets/img/me/Me2.jpg" alt="Mearts" />
</div>
<div class="my-info mt-40">
<ul>
<li>
<p>Name</p>
<h6>Koffivi V. Woglo</h6>
</li>
<li>
<p>Title</p>
<h6>Front-end developer, Email Marketing</h6>
</li>
<li>
<p>Email</p>
<h6><a href="mailto:[email protected]">[email protected]</a></h6>
</li>
<li>
<p>Residence</p>
<h6>USA</h6>
</li>
</ul>
<div class="social-icon style1 l-height mt-50">
<ul class="clearfix d-inblock">
<li><a href="https://www.linkedin.com/in/koffivi-woglo-781100173/" target="_blank"><i class="zmdi zmdi-linkedin"></i></a></li>
<li><a href="https://www.instagram.com/koffiviwoglo.dev/" target="_blank"><i class="zmdi zmdi-instagram"></i></a></li>
</ul>
</div>
<!-- Change your social media link -->
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Header Section End -->
<div class="container-sm">
<div class="wrapper mt-25">
<h4>Page Not Found</h4>
<h1 class="not-found-header">404</h1>
<h2 class="not-found-subheader">Out of nothing, something.</h2>
<p class="not-found-description">
Apperantly it seems like you got lost. You can find projects and blogs on my website. Click the
button below to go back to the home page
</p>
<a href="/" class="take-me-home-btn ">Take me home</a>
</div>
</div>
</body>
</html>