-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflea.html
119 lines (105 loc) · 4.71 KB
/
flea.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="description" content="This is Cultural Activities Website"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> <!--compatible with different devices-->
<title>Cultural Activities</title>
<link rel="stylesheet" type="text/css" href="tutankhamun.css">
<script src="tut.js"></script>
<script src="https://kit.fontawesome.com/3c4d63ff22.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<nav>
<h3 class="logo">DISCOVERIT</h3>
<ul class="nav_links">
<li><a href="index.html">HomePage</a></li>
<li><a href="Events.html">Events</a></li>
<li><a href="Gallery.html">Gallery</a></li>
<li><a href="Contact.html">Contact Us</a></li>
</ul>
</nav>
</header>
<div class="poster">
<img src="Website/fleaMarket.png">
</div>
<div class="block">
<div class="images">
<img src="Website/gallery/flea market1.jpg">
</div>
<div class="images">
<img src="Website/gallery/flea market2.jpg">
</div>
</div>
<div class="participant">
<h4 class="count">5</h4>
<h3>participants</h3>
</div>
<div class="brief">
<h1>Cairo Flea Market</h1>
<div class="text">
<p>EGYPT'S FIRST COMMUNITY FLEA MARKET
Founded in 2012 by Wasabi Experience. Cairo Flea Market is your one-stop-shop
for everything you didn't know you had to have. We are members of the Cairo
community, and strive to offer a unique shopping experience filled with a unique
products by artisans from our own community and neighbourhood. No matter what it is
that you still don't know you need, you’re sure to find it at Cairo Flea Market —
and at unbeatable prices.</p>
</div>
<hr>
<div class="info">
<p class="p">Cairo Flea Market is here to offer a unique shopping experience with a
variety of products by vendors. "Don't miss the experience!"</p>
<div class="details">
<i class="fa-solid fa-calendar-days"></i>
<p>Date : Apr 6, 2024</p>
</div>
<div class="details">
<i class="fa-solid fa-hourglass-half"></i>
<p>Time : 11:00 am - 7:00 pm</p>
</div>
<div class="details">
<i class="fa-solid fa-location-dot"></i>
<p>Address : El Gabalaya St, Al Gabalayah, Zamalek, Cairo Governorate 4270102, Egypt</p>
</div>
</div>
</div>
<!--<div><h1>Book Your Ticket</h1></div>
<input type="date" placeholder="Select Date" value="2024-05-21">-->
<!--Comments Section-->
<section class="comments">
<h1>Comments</h1>
<!--comment container-->
<div class="container">
<h2>Leave Us a Comment</h2>
<form>
<div class="form_info">
<input type="text" name="user" id="user" placeholder="username">
<textarea placeholder='Add Your Comment' id="comment"></textarea>
</div>
<div class="btn">
<button class="submit" type="submit" value='Comment'>Submit</button>
<button id='cancel' href='#'>Cancel</button>
</div>
</form>
</div>
<!--Comment card-->
<div class="Ccontainer">
<div class="commentcontainer">
<div class="commentcard">
<small class="username">usernamehere</small>
<p class="comment"> excting</p>
<div class="comment_bottom">
<!--<div class="like center__display">
<i class="fas fa-heart"></i>
<small class="count">0</small>
</div>-->
<div class="time">1h</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>