-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
129 lines (114 loc) · 7.47 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
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Bachelor app will help bachelors to manage their daily meals, tasks, find a job or house, communicate with friends, and shopping. Download Bachelor app today and make your life easier.">
<meta name="author" content="Salekur Rahaman, Asrafi Akter, Esrat Ema, Ania Chowdury">
<link rel="shortcut icon" href="favicon.png">
<title>Page not found</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:400,500,300,600,900,800,700,200,100' rel='stylesheet' type='text/css'>
<!-- FontAwesome JS -->
<script defer src="assets/fontawesome/js/all.js"></script>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/pe-icon-7-stroke/css/pe-icon-7-stroke.css">
<link rel="stylesheet" href="assets/plugins/pe-icon-7-stroke/css/helper.css">
<link rel="stylesheet" href="assets/plugins/owl-carousel/assets/owl.carousel.min.css">
<link rel="stylesheet" href="assets/plugins/owl-carousel/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="assets/plugins/fullPage.js/jquery.fullpage.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/theme.css">
</head>
<body class="page-404">
<nav id="myNavmenu" class="navbar navmenu text-center d-block" role="navigation">
<a href="#" id="navmenu-close" class="navmenu-close">×</a>
<ul class="list-unstyled menu-links">
<li class="nav-item active"><a href="./">Home</a></li>
<li class="nav-item"><a href="about.html">About</a></li>
<li class="nav-item"><a href="faqs.html">FAQs</a></li>
<li class="nav-item"><a href="https://dev-bac.blogspot.com">Blog</a></li>
<li class="nav-item"><a href="contact.html">Contact</a></li>
</ul>
<ul class="social-icons list-inline">
<li class="list-inline-item"><a href="https://github.com/DevBac/CSE299Summer20"><i class="fab fa-github"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/DevBac/CSE299Summer20/wiki"><i class="fab fa-wikipedia-w"></i></a></li>
<li class="list-inline-item"><a href="https://dev-bac.blogspot.com"><i class="fas fa-rss"></i></a></li>
</ul>
<ul class="list-unstyled download-buttons">
<li class="google-play"><a href="#"><img class="img-fluid d-block" src="assets/images/buttons/btn-google-play.png" alt="Download from Google Play" /></a></li>
</ul><!--//list-unstyled-->
</nav>
<div class="canvas-wrapper" id="canvas-wrapper">
<!-- ******HEADER****** -->
<header id="header" class="header fixed-top">
<div class="container">
<h1 class="logo">
<a href="index.html">BACHELOR</a>
</h1><!--//logo-->
<div class="social-container text-center">
<ul class="social-icons list-inline">
<li class="list-inline-item"><a href="https://github.com/DevBac/CSE299Summer20"><i class="fab fa-github"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/DevBac/CSE299Summer20/wiki"><i class="fab fa-wikipedia-w"></i></a></li>
<li class="list-inline-item"><a href="https://dev-bac.blogspot.com"><i class="fas fa-rss"></i></a></li>
</ul>
</div>
<div class="navbar-wrapper">
<span class="navbar-label">MENU</span>
<button type="button" class="navbar-toggle navmenu-hide" id="navbar-toggle">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div><!--//navbar -->
</div><!--//container-->
</header><!--//header-->
<article class="article gradient-1">
<section class="section-404">
<div class="section-inner container text-center">
<div class="row">
<div class="col-lg-10 col-12 mr-lg-auto ml-lg-auto">
<h2 class="title-404">404!</h3>
<h3 class="subtitle">OOPS! PAGE NOT FOUND</h3>
<p class="subtitle">Sorry, but the page you were trying to view does not exist.</p>
<a href="index.html" class="btn btn-cta btn-cta-primary btn-back-home">Back to home</a>
</div>
</div><!--//row-->
</div><!--//section-inner-->
</section><!--//section-404-->
</article>
<!-- ******FOOTER****** -->
<footer class="footer">
<div class="container text-center">
<nav class="links">
<ul class="list-inline">
<li class="list-inline-item"><a href="about.html">About</a></li>
<li class="list-inline-item"><a href="faqs.html">FAQs</a></li>
<li class="list-inline-item"><a href="https://devbac.blogspot.com">Blog</a></li>
<li class="list-inline-item"><a href="contact.html">Contact</a></li>
</ul>
</nav>
<ul class="social-icons list-inline">
<li class="list-inline-item"><a href="https://github.com/DevBac/CSE299Summer20"><i class="fab fa-github"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/DevBac/CSE299Summer20/wiki"><i class="fab fa-wikipedia-w"></i></a></li>
<li class="list-inline-item"><a href="https://dev-bac.blogspot.com"><i class="fas fa-rss"></i></a></li>
</ul>
<ul class="links legal-links list-inline">
<li class="list-inline-item"><a href="privacy.html">Privacy</a></li>
<li class="last list-inline-item"><a href="terms.html">Terms</a></li>
</ul><!--//legal-links-->
<small class="copyright">©2020, Copyright All Rights Reserved by <a href="./">Bachelor</a>. Designed by <a href="http://themes.3rdwavemedia.com/">3rd Wave Media</a></small>
</div><!--//container-->
</footer><!--//footer-->
</div><!--//canvas-wrapper-->
<!-- Main Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/popper.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>