-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
86 lines (74 loc) · 3.8 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
<!DOCTYPE html>
<html>
<title>Ment 4 U!!</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.png">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body, h1, h2, h3, h4, h5, h6 {
font-family: "Raleway", sans-serif
}
body, html {
height: 100%;
line-height: 1.8;
}
.w3-bar .w3-button {
padding: 24px;
}
</style>
</head>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-white w3-card" id="myNavbar">
<a href="#home"><img src="MENT.png"
width="100" alt="Ment" class="full-width" style="margin: 10px 10px"/></a>
<!-- Right-sided navbar links -->
<div class="w3-right w3-hide-small">
<a href="https://www.youtube.com/user/PewDiePie" class="w3-bar-item w3-button">ABOUT</a>
<a href="https://www.youtube.com/user/PewDiePie" class="w3-bar-item w3-button"><i class="fa fa-th"></i> WORK</a>
<a href="https://www.youtube.com/user/PewDiePie" class="w3-bar-item w3-button"><i class="fa fa-usd"></i> PRICING</a>
<a href="https://www.youtube.com/user/PewDiePie" class="w3-bar-item w3-button"><i class="fa fa-user"></i> TEAM</a>
<a href="https://www.youtube.com/user/PewDiePie" class="w3-bar-item w3-button"><i class="fa fa-envelope"></i> CONTACT</a>
</div>
<!-- Hide right-floated links on small screens and replace them with a menu icon -->
<a href="javascript:void(0)" class="w3-bar-item w3-button w3-right w3-hide-large w3-hide-medium"
onclick="w3_open()">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
<p> THIS ISN'T WHERE YOU'RE SUPPOSED TO BE!! </p>
<!-- Sidebar on small screens when clicking the menu icon -->
<nav class="w3-sidebar w3-bar-block w3-black w3-card w3-animate-left w3-hide-medium w3-hide-large" style="display:none"
id="mySidebar">
<a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-large w3-padding-16">Close ×</a>
<a href="https://mentsolutions.com/%20#about" onclick="w3_close()" class="w3-bar-item w3-button">ABOUT</a>
<a href="https://mentsolutions.com/#team" onclick="w3_close()" class="w3-bar-item w3-button">TEAM</a>
<a href="https://mentsolutions.com/#work" onclick="w3_close()" class="w3-bar-item w3-button">WORK</a>
<a href="https://mentsolutions.com/#pricing" onclick="w3_close()" class="w3-bar-item w3-button">PRICING</a>
<a href="https://mentsolutions.com/#contact" onclick="w3_close()" class="w3-bar-item w3-button">CONTACT</a>
</nav>
<h1 style="color: white;">_</h1>
<h1 style="color: white;">_</h1>
<h1 style="color: white;">_</h1>
<h1 class="w3-center" style="position: center">404 Error</h1>
<h1 class="w3-center">I think you were <img src="mentWebLogo.png" alt="Ment" class="full-width" style="margin: 5px 5px"
width="80"> to find another page.</h1>
<h1 style="color: white;">_</h1>
<h1 style="color: white;">_</h1>
<h1 style="color: white;">_</h1>
<!-- Footer -->
<footer class="w3-center w3-padding-164" style="background: #00486a; color: white;">
<div class="w3-xlarge w3-section">
<a href="https://facebook.com/ment3d"><i class="fa fa-facebook-official w3-hover-opacity"></i></a>
<a href="https://instagram.com/ment_tech"><i class="fa fa-instagram w3-hover-opacity"></i></a>
<a href="https://www.linkedin.com/in/trevorsuarez/"><i class="fa fa-linkedin w3-hover-opacity"></i></a>
<p>© 2019 Ment Solutions</p>
</div>
</footer>
</body>
</html>