-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEvents.html
71 lines (68 loc) · 2.27 KB
/
Events.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
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="Sst.css">
<title>Ochkha Resturant</title>
</head>
<body>
<section class="header">
<div class="logo">
<img src="img/logo.png" alt="">
</div>
<div class="links-container">
<ul>
<a href="index.html">Home</a>
<a href="Reservation.php">Reservations</a>
<a href="Menu.html">Menu</a>
<a href="Events.html">Events</a>
<a href="contact.html">About us</a>
<a href="SOON!.html"><img src="img/x.png" width="18px" style="padding-top: 8px;"></a>
</ul>
</div>
</section>
<div class="eve-titles">
<h1>PRIVATE PARTIES</h1>
<h3 class="orange">WE BUILD IMMERSIVE EVENTS THAT GROW WITH YOUR AMBITION</h3>
</div>
<section class="eve">
<div class="eve-card">
<img src="img/9.jpg">
<h3>Meeting</h3>
<p>The manager wants everyone in the meeting room.</p>
</div>
<div class="eve-card">
<img src="img/8.jpg">
<h3>Engagement Party</h3>
<p>It's now time to kick off the wedding celebrations with a bang.</p>
</div>
<div class="eve-card">
<img src="img/7.jpg">
<h3>Birthday Party</h3>
<p>Marking another year around the sun is something worth a celebrating.</p>
</div>
</div>
<div class="eve-card">
<img src="img/10.jpg">
<h3>Pool Party </h3>
<p>C'est tout simplement une soiree piscine.</p>
</div>
<div class="eve-card">
<img src="img/11.jpg">
<h3>Eid Party</h3>
<p>Celebrate Eid in style this year.</p>
</div>
<div class="eve-card">
<img src="img/12.jpg">
<h3>Others ...</h3>
<p>Contact us to book your next event..</p>
</div>
</section>
<center>
<div class="pied">
<p>© Système de gestion de restaurants
- Nouih Omar
- El Hassan Semlali
- Zaghloul Chaimaa</p>
</div>
</center>
</body>
</html>