-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.html
122 lines (108 loc) · 4.97 KB
/
book.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
<!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/book.jpg">
</div>
<div class="block">
<div class="images">
<img src="Website/gallery/book1.jpg">
</div>
<div class="images">
<img src="Website/gallery/book2.jpg">
</div>
</div>
<div class="participant">
<h4 class="count">3</h4>
<h3>participants</h3>
</div>
<div class="brief">
<h1>Cairo International Book Fair</h1>
<div class="text">
<p>The 55th edition of the Cairo International Book Fair was held from January
24th to February 6th, 2024, under the theme "Creating Knowledge... Preserving
Words," at the Egypt International Exhibition Center in the Fifth Settlement,
east of Cairo. This edition featured the participation of 1200 publishing
houses from 70 Arab and foreign countries, distributed across five large halls
covering an area of 80,000 square meters. Norway was honored at the fair, with
the slogan "This is the Dream," reflecting the desire to witness agreements in
this edition that would enhance efforts to directly translate Norwegian
literature into Arabic and to further acquaint with Arab culture.</p>
</div>
<hr>
<div class="info">
<p class="p">Prepare yourself for a remarkable experience as you explore a
diverse array of new books and published items awaiting discovery.</p>
<div class="details">
<i class="fa-solid fa-calendar-days"></i>
<p>Date : Feb 29, 2024 - Mar 9, 2024</p>
</div>
<div class="details">
<i class="fa-solid fa-hourglass-half"></i>
<p> Time : 10:00 am - 8:00 pm </p>
</div>
<div class="details">
<i class="fa-solid fa-location-dot"></i>
<p>38F2+58J, Salah Salem St, Al Estad, Qesm
Than Madinet Nasr, Cairo Governorate 4435222, 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>