-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathart.html
117 lines (103 loc) · 4.73 KB
/
art.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
<!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/artcairo.jpeg">
</div>
<div class="block">
<div class="images">
<img src="Website/gallery/cairoart2.jpg">
</div>
<div class="images">
<img src="Website/gallery/cairoart4.jpg">
</div>
</div>
<div class="participant">
<h4 class="count">5</h4>
<h3>participants</h3>
</div>
<div class="brief">
<h1>Art Cairo</h1>
<div class="text">
<p>Immerse yourself fully in an unrivaled chorus of history and contemporary art. Hosted at the exquisite Grand Egyptian Museum, we promise you an experience that melds venerable wisdom from bygone ages with dynamic energy borne of modern times.
Art Cairo is a sensational fusion of history and contemporary art. The
installations, displays, and art pieces were meticulously curated by our
experts over months, sourced from participating galleries and artists around
the globe, to create a cohesive, emotional, and authentic experience for every
visitor.</p>
</div>
<hr>
<div class="info">
<p class="p">the fifth edition of Art Cairo ✨ Immersed in a world of creativity, inspiration, and culture. Don't miss it!</p>
<div class="details">
<i class="fa-solid fa-calendar-days"></i>
<p>Date : Jul 3, 2024 - Jul 6, 2024</p>
</div>
<div class="details">
<i class="fa-solid fa-hourglass-half"></i>
<p>Time : 9:45 am - 3:00 pm</p>
</div>
<div class="details">
<i class="fa-solid fa-location-dot"></i>
<p>Address : X4VF+V38, Cairo - Alexandria Desert Rd, Kafr Nassar, Al Haram, Giza Governorate 3513204, 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>