-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
166 lines (144 loc) · 5.92 KB
/
index.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>CreateWitty</title>
<link rel="stylesheet" href="/style.css"/>
<!-- Bootstrap CSS -->
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<nav>
<span class="navbar-icon"><i class="fa-solid fa-feather-pointed"></i></span>
<a href="#">Home</a>
<a href="#">Gallery</a>
<a href="#">Exhibitions</a>
<a href="#">Shop</a>
<a href="#">Workshops</a>
</nav>
<div id="carouselExample" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="image1.jpg" class="d-block w-100" alt="Image 1">
<div class="carousel-caption d-none d-md-block">
<h5>Caption 1</h5>
<p>Description for Image 1</p>
</div>
</div>
<div class="carousel-item">
<img src="image2.jpg" class="d-block w-100" alt="Image 2">
<div class="carousel-caption d-none d-md-block">
<h5>Caption 2</h5>
<p>Description for Image 2</p>
</div>
</div>
<div class="carousel-item">
<img src="image3.jpg" class="d-block w-100" alt="Image 2">
<div class="carousel-caption d-none d-md-block">
<h5>Caption 2</h5>
<p>Description for Image 2</p>
</div>
</div>
<!-- Add more carousel items as needed -->
</div>
<a class="carousel-control-prev" href="#carouselExample" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExample" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="inspire">INSPIRE</div>
<br><br><br><br><br>
<div class="quote"><i class="fa-solid fa-quote-left"></i><br><i>The object of art is not to reproduce reality, but to create a reality of the same intensity.</i>
<br><i style="float:right;" class="fa-solid fa-quote-right"></i></div>
<br><br><br><br>
<div class="card-container">
<!-- Card 1 -->
<div class="card">
<img src="/artist.jpg" alt="Card 1">
<div class="card-content">
<h4><i>Discover New Artists</i></h4>
<a href="#" class="explore-link">Register For Meetups</a>
</div>
</div>
<!-- Card 2 -->
<div class="card">
<img src="/exhibit.jpeg" alt="Card 2">
<div class="card-content">
<h4><i>Exhibitions</i></h4>
<a href="#" class="explore-link">Learn More</a>
</div>
</div>
<!-- Card 2 -->
<div class="card">
<img src="/ticket.jpg" alt="Card 2">
<div class="card-content">
<h4><i>Book Tickets</i></h4>
<a href="#" class="explore-link">Amazing Deals</a>
</div>
</div>
<!-- Card 2 -->
<div class="card">
<img src="/rene.jpg" alt="Card 2">
<div class="card-content">
<h4><i>Renaissance</i></h4>
<a href="#" class="explore-link">Travel Back to time</a>
</div>
</div>
</div>
<br><br><br><br>
<h2 class="text">Gallery</h2><br>
<div class="image-grid">
<div class="image">
<img src="/20200327_165707-01.jpeg">
</div>
<div class="image">
<img src="/20211230_170313-02.jpeg">
</div>
<div class="image">
<img src="/IMG_20200823_121439_967.jpg">
</div>
<div class="image">
<img src="/Screenshot 2024-01-10 220939.jpg.png">
</div>
<div class="image">
<img src="/Screenshot 2024-01-10 221419.jpg.png">
</div>
<div class="image">
<img src="/img.jpg.png">
</div>
</div>
<h2 class="text">Workshops</h2>
<div class="container-fluid">
<!-- Heading -->
<h3>From Featured Artists</h3>
<!-- Video Container -->
<div class="video-container">
<!-- Replace 'VIDEO_ID' with the actual YouTube video ID -->
<iframe width="600" height="500" src="https://www.youtube.com/embed/ASLGIywgVh4?si=47OIhEZQ3U0R0Poe"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
</div>
<footer>
<p>© 2024 CreateWitty. All Rights Reserved.</p>
<!-- Social links -->
<div class="social-links">
<a href="#" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="#" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="#" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="#" target="_blank"><i class="fab fa-linkedin"></i></a>
</div>
</footer>
<!-- Bootstrap JS and jQuery (make sure to include jQuery before Bootstrap JS) -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
</body>
</html>