-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDiarna.html
129 lines (115 loc) · 5.61 KB
/
Diarna.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
120
121
122
123
124
125
126
127
128
129
<!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/dyarna.png">
</div>
<div class="block">
<div class="images">
<img src="Website/gallery/dyarna3.jpg">
</div>
<div class="images">
<img src="Website/gallery/dyarna5.jpg">
</div>
</div>
<div class="participant">
<h4 class="count">5</h4>
<h3>participants</h3>
</div>
<div class="brief">
<h1>معرض ديارنا - Diarna</h1>
<div class="text">
<p>Diyaruna Exhibition is one of the products of the Productive Families
Programs and is held annually. It is one of the arms of the Ministry of
Solidarity to Achieve Development. The Ministry began implementing it in 1964.</p>
<p>It is worth mentioning that the "Diarna 2024" exhibition is held on an
area of 3000 square meters and hosts more than 450 exhibitors showcasing their
handmade products that narrate the stories of Egyptian heritage. They alternate
in two periods during the exhibition, the first period starts from February
23rd until March 1st, and the second starts from March 2nd to March 9th, to
provide the opportunity for the largest number of productive families and young
entrepreneurs to benefit from the marketing opportunities provided by the Our
Diarna exhibition. The Red Sea, South Sinai, and North Sinai governorates have
been chosen as the honorary guests of the 66th edition, where the spotlight will
be shed on the products and culture specific to these governorates with distinctive
cultures and heritage. In addition, exhibitors from Egypt's guests "Sudan, Syria,
Palestine, Mauritania, Djibouti, Somalia" will participate to showcase their unique
cultures and support their issues.</p>
</div>
<hr>
<div class="info">
<p class="p">Get ready to immerse yourself in the rich heritage of Egypt
at the Diarna event, where handmade products will showcase the essence of
Egyptian culture. Prepare for an unforgettable experience!</p>
<div class="details">
<i class="fa-solid fa-calendar-days"></i>
<p>Date : April 18, 2024</p>
</div>
<div class="details">
<i class="fa-solid fa-hourglass-half"></i>
<p> Time : 3:00 pm - 10:00 pm </p>
</div>
<div class="details">
<i class="fa-solid fa-location-dot"></i>
<p>Nasr City, Cairo Governorate 4730020, 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>