-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutankhamun.html
124 lines (105 loc) · 5.14 KB
/
tutankhamun.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
<!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/Tutankhamun.jpeg">
</div>
<div class="block">
<div class="images">
<img src="Website/gallery/tot2.jpg">
</div>
<div class="images">
<img src="Website/gallery/tot1.webp">
</div>
</div>
<div class="participant">
<h4 class="count">3</h4>
<h3>participants</h3>
</div>
<div class="brief">
<h1>Tutankhamun – Immersive Exhibit</h1>
<div class="text">
<p>Tutankhamun - The Immersive Exhibition: A Mesmerizing Journey through Ancient Egypt
The Grand Egyptian Museum (GEM) will host ‘Tutankhamun – The Immersive Exhibition’ in partnership with Madrid Artes Digitales on May 21.
The exhibition marks the 101-year anniversary of the discovery of the boy pharaoh tomb. <br>
Tutankhamun (1341-1323 BC) was the antepenultimate pharaoh of the 18th Dynasty of ancient Egypt. His tomb was discovered in 1922 by a team led by British Egyptologist Howard Carter.
His 5,000 artefacts will be displayed together for the first time at the GEM, of which the opening date is yet to be officially announced, but it is partially open for such events.
Visitors will see the splendour of Tutankhamun’s reign through state-of-the-art digital projections.</p>
</div>
<hr>
<div class="info">
<p class="p">Prepare to the mesmerizing world of Ancient Egypt as the Grand Egyptian Museum
proudly unveils a truly extraordinary temporary exhibition. Get ready to immerse in
"Tutankhamun - Immersive Exhibition"</p>
<div class="details">
<i class="fa-solid fa-calendar-days"></i>
<p>Date : May 21, 2024</p>
</div>
<div class="details">
<i class="fa-solid fa-hourglass-half"></i>
<p> Time : 8:00 am - 10:00 pm </p>
</div>
<div class="details">
<i class="fa-solid fa-location-dot"></i>
<p> Queens Theatre, United Nations Ave S, Queens, NY 11368</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>