-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
135 lines (117 loc) · 5.11 KB
/
index.html
File metadata and controls
135 lines (117 loc) · 5.11 KB
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
129
130
131
132
133
134
135
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>delizus</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- -------------------navbar---------------------- -->
<div class="navbar">
<div class="container">
<div class="main_column">
<div class="left_column">
<a href="index.html"><img src="logo (1).png" alt="logo"></a>
</div>
<div class="right_column">
<ul>
<li><a href="index.html">home</a></li>
<li><a href="menu.html">menu</a></li>
<li><a href="about.html">about us</a></li>
<li><a href="book.html">book</a></li>
<li><a href="event.html">events</a></li>
<li><a href="blog.html">blog</a></li>
<li><a href="contaCT.HTML">contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- --------------------------banner section------------ -->
<seection class="banner_section">
<div class="bgimg">
</div>
<div class="main_div">
<h1>exquisite atomsphere</h1>
<p>Enjoy the real fresh food from our chef.</p>
<a href="#" id="a1">book now</a>
<a href="#" id="a2">view menu</a>
</div>
</seection>
<!-- ------------------service section------------------- -->
<section class="service_section">
<div class="container">
<div class="maindiv">
<div class="div1">
<img src="PIC2.png" alt="">
<h1>Healthy & Tasty</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud</p>
<a href="#">READ MORE</a>
</div>
<div class="div1">
<img src="pic_1.jpg" alt="">
<h1>Today's Special</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud</p>
<a href="#">READ MORE</a>
</div>
<div class="div1">
<img src="pic_3.jpg" alt="">
<h1>Romantic Dinner</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud</p>
<a href="#">READ MORE</a>
</div>
</div>
</div>
</section>
<!-- ---------------------------about us section-------------------------- -->
<section class="aboutus">
<div class="main_div">
<div class="child_divs">
<img src="bg-side-6.jpg" alt="about us">
</div>
<div class="child_divs" id="text_div">
<h1>WELCOME TO DELIZUS</h1>
<h2>The Art of Cookings</h2>
<hr>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore
et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.</p>
<a href="#">read more</a>
</div>
</div>
</section>
<!-- -----------------------------spacial offer-------------------------- -->
<section class="spacial_offer">
<div class="container">
<div class="heading">
<h2>TODAY'S SPECIAL</h2>
<h4>Fresh and delicious</h4>
<hr>
</div>
<div class="main_div">
<div class="div1"><img src="1.jpg" alt=""></div>
<div class="div1"><img src="2.jpg" alt=""></div>
<div class="div1"><img src="3.jpg" alt=""></div>
<div class="div1"><img src="4.jpg" alt=""></div>
</div>
</div>
</section>
<!-- -----------------------------our menu----------------------------- -->
<section class="menu">
<div class="main_div">
<h2>OUR MENU</h2>
<h3>Healthy & Tasty</h3>
<hr>
<a href="#">mains</a>
<a href="#">starter</a>
<a href="#">drinks</a>
</div>
</section>
</body>
</html>