-
Notifications
You must be signed in to change notification settings - Fork 12
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
1 parent
3c4ad28
commit 83f539c
Showing
1 changed file
with
34 additions
and
34 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 |
---|---|---|
|
@@ -8,9 +8,9 @@ | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
|
||
<!-- Bootstrap CSS --> | ||
<link rel="stylesheet" href="static/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="static/css/style.css"> | ||
<link rel="stylesheet" type="text/css" href="static/css/main_style.css"> | ||
<link rel="stylesheet" href="../static/css/bootstrap.min.css"> | ||
<!-- <link rel="stylesheet" href="../static/css/style.css"> --> | ||
<link rel="stylesheet" type="text/css" href="../static/css/main_style.css"> | ||
<title>Home Page</title> | ||
</head> | ||
|
||
|
@@ -43,7 +43,7 @@ | |
<div class="row"> | ||
<div class="col main_nav_col d-flex flex-row align-items-center justify-content-start"> | ||
<div class="logo_container"> | ||
<div class="logo"><a href="#"><img src="static/img/logo.png" alt="hostelcheckin"></a></div> | ||
<div class="logo"><a href="#"><img src="../static/img/logo.png" alt="hostelcheckin"></a></div> | ||
</div> | ||
<div class="main_nav_container ml-auto"> | ||
<ul class="main_nav_list"> | ||
|
@@ -72,7 +72,7 @@ | |
<div class="menu trans_500"> | ||
<div class="menu_content d-flex flex-column align-items-center justify-content-center text-center"> | ||
<div class="menu_close_container"><div class="menu_close"></div></div> | ||
<div class="logo menu_logo"><a href="#"><img src="static/img/logo.png" alt=""></a></div> | ||
<div class="logo menu_logo"><a href="#"><img src="../static/img/logo.png" alt=""></a></div> | ||
<ul> | ||
<li class="menu_item"><a href="#">home</a></li> | ||
<li class="menu_item"><a href="about.html">about us</a></li> | ||
|
@@ -201,7 +201,7 @@ <h6 style="color: #71ce47;"> 100 Hostels</h6> | |
<div class="row"> | ||
<div class=" col p-3 shadow"> | ||
<div class="card" style=""> | ||
<img src="static/img/Dhaka-Hotels.jpg" | ||
<img src="../static/img/Dhaka-Hotels.jpg" | ||
class="card-img-top" alt="..."> | ||
<div class="card-body"> | ||
<h5 class="card-title font-weight-bold">BlackeBerry Lodge</h5> | ||
|
@@ -214,7 +214,7 @@ <h5 class="card-title font-weight-bold">BlackeBerry Lodge</h5> | |
</div> | ||
<div class="col p-3 shadow"> | ||
<div class="card" style=""> | ||
<img src="static/img/Hostel6.jpg" | ||
<img src="../static/img/Hostel6.jpg" | ||
class="card-img-top" alt="..."> | ||
<div class="card-body"> | ||
<h5 class="card-title font-weight-bold">BlackeBerry Lodge</h5> | ||
|
@@ -227,7 +227,7 @@ <h5 class="card-title font-weight-bold">BlackeBerry Lodge</h5> | |
</div> | ||
<div class="col p-3 shadow"> | ||
<div class="card" style=""> | ||
<img src="static/img/listing_5.jpg" | ||
<img src="../static/img/listing_5.jpg" | ||
class="card-img-top" alt="..."> | ||
<div class="card-body"> | ||
<h5 class="card-title font-weight-bold">BlackeBerry Lodge</h5> | ||
|
@@ -244,7 +244,7 @@ <h5 class="card-title font-weight-bold">BlackeBerry Lodge</h5> | |
<div class="row"> | ||
<div class=" col p-3 shadow"> | ||
<div class="card" style=""> | ||
<img src="static/img/Dhaka-Hotels.jpg" | ||
<img src="../static/img/Dhaka-Hotels.jpg" | ||
class="card-img-top" alt="..."> | ||
<div class="card-body"> | ||
<h5 class="card-title font-weight-bold">BlackeBerry Lodge</h5> | ||
|
@@ -257,7 +257,7 @@ <h5 class="card-title font-weight-bold">BlackeBerry Lodge</h5> | |
</div> | ||
<div class="col p-3 shadow"> | ||
<div class="card" style=""> | ||
<img src="static/img/Hostel2.jpg" | ||
<img src="../static/img/Hostel2.jpg" | ||
class="card-img-top" alt="..."> | ||
<div class="card-body"> | ||
<h5 class="card-title font-weight-bold">BlackeBerry Lodge</h5> | ||
|
@@ -270,7 +270,7 @@ <h5 class="card-title font-weight-bold">BlackeBerry Lodge</h5> | |
</div> | ||
<div class="col p-3 shadow"> | ||
<div class="card" style=""> | ||
<img src="static/img/listing_6.jpg" | ||
<img src="../static/img/listing_6.jpg" | ||
class="card-img-top" alt="..."> | ||
<div class="card-body"> | ||
<h5 class="card-title font-weight-bold">BlackeBerry Lodge</h5> | ||
|
@@ -328,10 +328,10 @@ <h2 class="section_title">TOP HOSTELS</h2> | |
<p class="offers_text">Suspendisse potenti. In faucibus massa. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu convallis tortor.</p> | ||
<div class="offers_icons"> | ||
<ul class="offers_icons_list"> | ||
<li class="offers_icons_item"><img src="static/img/post.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="static/img/compass.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="static/img/bicycle.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="static/img/sailboat.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="../static/img/post.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="../static/img/compass.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="../static/img/bicycle.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="../static/img/sailboat.png" alt=""></li> | ||
</ul> | ||
</div> | ||
<div class="offers_link"><a href="offers.html">read more</a></div> | ||
|
@@ -365,10 +365,10 @@ <h2 class="section_title">TOP HOSTELS</h2> | |
<p class="offers_text">Suspendisse potenti. In faucibus massa. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu convallis tortor.</p> | ||
<div class="offers_icons"> | ||
<ul class="offers_icons_list"> | ||
<li class="offers_icons_item"><img src="static/img/post.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="static/img/compass.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="static/img/bicycle.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="static/img/sailboat.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="../static/img/post.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="../static/img/compass.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="../static/img/bicycle.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="../static/img/sailboat.png" alt=""></li> | ||
</ul> | ||
</div> | ||
<div class="offers_link"><a href="offers.html">read more</a></div> | ||
|
@@ -402,10 +402,10 @@ <h2 class="section_title">TOP HOSTELS</h2> | |
<p class="offers_text">Suspendisse potenti. In faucibus massa. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu convallis tortor.</p> | ||
<div class="offers_icons"> | ||
<ul class="offers_icons_list"> | ||
<li class="offers_icons_item"><img src="static/img/post.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="static/img/compass.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="static/img/bicycle.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="static/img/sailboat.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="../static/img/post.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="../static/img/compass.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="../static/img/bicycle.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="../static/img/sailboat.png" alt=""></li> | ||
</ul> | ||
</div> | ||
<div class="offers_link"><a href="offers.html">read more</a></div> | ||
|
@@ -439,10 +439,10 @@ <h2 class="section_title">TOP HOSTELS</h2> | |
<p class="offers_text">Suspendisse potenti. In faucibus massa. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu convallis tortor.</p> | ||
<div class="offers_icons"> | ||
<ul class="offers_icons_list"> | ||
<li class="offers_icons_item"><img src="static/img/post.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="static/img/compass.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="static/img/bicycle.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="static/img/sailboat.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="../static/img/post.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="../static/img/compass.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="../static/img/bicycle.png" alt=""></li> | ||
<li class="offers_icons_item"><img src="../static/img/sailboat.png" alt=""></li> | ||
</ul> | ||
</div> | ||
<div class="offers_link"><a href="offers.html">read more</a></div> | ||
|
@@ -515,7 +515,7 @@ <h1 class="display-5">Learn About New Available Hostels</h1> | |
<div class="footer_col"> | ||
<div class="footer_content footer_about"> | ||
<div class="logo_container footer_logo"> | ||
<div class="logo"><a href="#"><img src="static/img/logo.png" alt=""></a></div> | ||
<div class="logo"><a href="#"><img src="../static/img/logo.png" alt=""></a></div> | ||
</div> | ||
<p class="footer_about_text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus quis vu lputate eros, iaculis consequat nisl. Nunc et suscipit urna. Integer eleme ntum orci eu vehicula pretium.</p> | ||
</div> | ||
|
@@ -537,15 +537,15 @@ <h1 class="display-5">Learn About New Available Hostels</h1> | |
<div class="footer_content footer_contact"> | ||
<ul class="contact_info_list"> | ||
<li class="contact_info_item d-flex flex-row"> | ||
<div><div class="contact_info_icon"><img src="static/img/placeholder.svg" alt=""></div></div> | ||
<div><div class="contact_info_icon"><img src="../static/img/placeholder.svg" alt=""></div></div> | ||
<div class="contact_info_text">20 Dauglas Road Cresent, Owerri, Imo State.</div> | ||
</li> | ||
<li class="contact_info_item d-flex flex-row"> | ||
<div><div class="contact_info_icon"><img src="static/img/phone-call.svg" alt=""></div></div> | ||
<div><div class="contact_info_icon"><img src="../static/img/phone-call.svg" alt=""></div></div> | ||
<div class="contact_info_text">+234 800-000-0000</div> | ||
</li> | ||
<li class="contact_info_item d-flex flex-row"> | ||
<div><div class="contact_info_icon"><img src="static/img/message.svg" alt=""></div></div> | ||
<div><div class="contact_info_icon"><img src="../static/img/message.svg" alt=""></div></div> | ||
<div class="contact_info_text"><a href="mailto:[email protected]?Subject=Hello" target="_top">[email protected]</a></div> | ||
</li> | ||
</ul> | ||
|
@@ -581,13 +581,13 @@ <h1 class="display-5">Learn About New Available Hostels</h1> | |
</footer> | ||
<!-- Optional JavaScript --> | ||
<!-- jQuery first, then Popper.js, then Bootstrap JS --> | ||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" | ||
<script src="../https://code.jquery.com/jquery-3.3.1.slim.min.js" | ||
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" | ||
crossorigin="anonymous"></script> | ||
<script src="js/Popper.js" | ||
<script src="../js/Popper.js" | ||
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" | ||
crossorigin="anonymous"></script> | ||
<script src="static/js/bootstrap.min.js"></script> | ||
<script src="../static/js/bootstrap.min.js"></script> | ||
</body> | ||
|
||
</html> |