-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
7 changed files
with
652 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Abeselom solomon…………...1200738 | ||
Jerusalem Girma………….......1202064 | ||
Halileyesus Shibabaw...........1201897 |
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 |
---|---|---|
@@ -0,0 +1,127 @@ | ||
<!-- | ||
Abeselom solomon…………...1200738 | ||
Jerusalem Girma………….......1202064 | ||
Halileyesus Shibabaw..........1201897 | ||
--> | ||
|
||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<title>Haile Resorts</title> | ||
<meta name="description" content="Page-specific description" /> | ||
<link rel="shortcut icon" href="favicon.ico" /> | ||
<link rel="stylesheet" href="static/css/CSSPART.css" /> | ||
</head> | ||
|
||
<body> | ||
|
||
<header class="page-header"> | ||
<div class="page-header__inner"> | ||
<h1 class="page-header__logo" style="font-family: 'Lobster', cursive; | ||
">Haile<span>Resorts</span></h1> | ||
|
||
<nav class="page-nav"> | ||
<a class="page-nav__link" href="#promo">Home</a | ||
><a class="page-nav__link" href="#about">About us</a | ||
><a class="page-nav__link" href="#">Services</a | ||
><a class="page-nav__link page-nav__link_special" href="#" | ||
>Contact us</a | ||
> | ||
</nav> | ||
</div> | ||
</header> | ||
|
||
<div class="page-content"> | ||
<main class="page-content__main"> | ||
|
||
<section class="promo" id="promo"> | ||
<div class="promo__inner"> | ||
<h1 class="promo__title"> | ||
Welcome to Haile <span style="font-size:62px ;">Hotels and Resorts</span> | ||
</h1> | ||
<a class="promo__button" href="#">Book Now</a> | ||
</div> | ||
</section> | ||
|
||
<section class="info"> | ||
<div class="info__places"> | ||
|
||
<div class="places"> | ||
<h2 class="places__title"> | ||
Destinations | ||
</h2> | ||
<a class="places__link" href="#"><span class="places__loc places__loc_1"></span>Arba Minch</a | ||
><a class="places__link" href="#" | ||
><span class="places__loc places__loc_2"></span>Hawasa</a | ||
><a class="places__link" href="#" | ||
><span class="places__loc places__loc_3"></span>Ziway</a | ||
><a class="places__link" href="#" | ||
><span class="places__loc places__loc_4"></span>Yaya Village</a | ||
><a class="places__link" href="#" | ||
><span class="places__loc places__loc_5"></span>Gondar</a | ||
><a class="places__link" href="#" | ||
><span class="places__loc places__loc_6"></span>Shashemene</a | ||
><a class="places__link" href="#" | ||
><span class="places__loc places__loc_7"></span>Bahir Dar</a | ||
><a class="places__link" href="#" | ||
><span class="places__loc places__loc_8"></span>Dire Dawa</a | ||
><a class="places__link" href="#" | ||
><span class="places__loc places__loc_9"></span>Addis Abeba</a | ||
><a class="places__link" href="#" | ||
><span class="places__loc places__loc_10"></span>Mekele</a | ||
> | ||
</div> | ||
<section class="about" id="about" > | ||
<div class="container" style="width: 1000px ;height: 600px;" > | ||
<div class="row" style="margin: 68px 0;"> | ||
<div class="title" > | ||
<h1 style="font-size: 30px;">About us</h1> | ||
<p>Know more about us</p> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="about-content" > | ||
<div class="row" style="display: flex;flex-direction:row"> | ||
<div class="img"> | ||
<img src="static/images/reception.jpg" alt="reception" /> | ||
</div> | ||
<div class="text"> | ||
<h4>Haile Resorts</h4> | ||
<h6> | ||
A <span>elegant hotel foe elegant person </span> and | ||
<span>best of bests</span> located in in Ethiopia | ||
</h6> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quos, amet minus nihil dicta a minima eos et culpa officia consectetur animi, itaque officiis quibusdam. Veritatis deserunt voluptate ratione ea ipsum. | ||
</p> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
</div> | ||
<div class="info__inner"> | ||
<h3 class="info__content"> | ||
Haile Hotels & Resorts Group has been awarded a certificate of recognition from Ministry of Culture & Tourism, for its distinguished contribution to Ethiopian Tourism Development. | ||
</h3> | ||
|
||
</div> | ||
</section> | ||
</main> | ||
</div> | ||
|
||
<footer class="page-footer"> | ||
<div class="page-footer__inner"> | ||
<p class="page-footer__text"> | ||
submited to : mr. Yonas | ||
</p> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
Oops, something went wrong.