-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsponsorship.html
More file actions
251 lines (239 loc) · 14.5 KB
/
sponsorship.html
File metadata and controls
251 lines (239 loc) · 14.5 KB
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Contact Beau-Arts Gallery - Get in touch with us for inquiries, sponsorship, or visits." />
<title>Sponsorship - Beau-Arts Gallery</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" />
<link rel="shortcut icon" href="assets/svg/logo.svg" type="image/x-icon" />
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="assets/style/css/mainmin.css" />
</head>
<body class="sponsorship-body bg-dark text-light">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg bg-primary position-relative z-3 flex-shrink-0">
<div class="container py-4">
<a class="navbar-brand" href="index.html">
<img src="assets/svg/logo.svg" alt="logo" class="img-fluid me-4" width="40" />
</a>
<button class="navbar-toggler bg-warning rounded-5 border-none" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link text-light" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="gallery.html">Gallery</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-warning active" href="#" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
more
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item active" href="#sponsorship">Sponsorship</a>
</li>
<li><a class="dropdown-item" href="about.html">About US</a></li>
<li>
<hr class="dropdown-divider" />
</li>
<li>
<a class="dropdown-item" href="contact.html">Contact US</a>
</li>
</ul>
</li>
</ul>
<form class="d-flex" role="search">
<input class="form-control me-2 rounded-5" type="search" placeholder=" Find art..."
aria-label="Search" />
<button class="btn btn-outline-warning rounded-5 px-4 py-2" type="submit">
Search
</button>
</form>
</div>
</div>
</nav>
<!-- Main Content -->
<main class="flex-grow-1 py-5 g-4">
<div class="container">
<section class="position-relative d-flex align-items-center h-auto my-5 py-5">
<div class="container">
<div class="row align-items-center g-5">
<div class="col-lg-6 order-lg-2 impact-section">
<video autoplay muted loop playsinline
class="video-bg opacity-75 img-fluid impact-img w-100"
style="height: 500px; object-fit: cover; margin-top: -160px;">
<source src="assets/images/Hero.mp4" type="video/mp4">
</video>
</div>
<div class="col-lg-6 order-lg-1">
<h5 class="text-warning text-uppercase letter-spacing-1 mb-3">Our Commitment</h5>
<h2 class="display-4 fw-bold mb-4">Fueling the <span class="text-warning">Imagination</span>
</h2>
<p class="lead text-light opacity-75 mb-4 fw-light">
Art is the silent language of the soul. Your contribution ensures the conversation
continues for
generations to come. We are dedicated to curating the finest pieces and making art
accessible to
everyone.
</p>
<p class="text-light opacity-50 mb-5">
By becoming a sponsor, you directly support the acquisition of new works, the
maintenance of our
historic building, and our educational outreach programs.
</p>
<div class="d-flex gap-3 mb-5 pb-5">
<a href="#tiers"
class="btn btn-warning text-dark fw-bold rounded-pill px-5 py-3 text-uppercase">
View Tiers
</a>
<a href="#donate" class="btn btn-outline-light rounded-pill px-5 py-3 text-uppercase">
Silent Donor
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Tiers Section -->
<div id="tiers" class="row g-4 py-4">
<div class="col-12 mb-2 text-center">
<h2 class="display-4 fw-bold text-white">Membership Levels</h2>
<p class="text-light opacity-50">Choose your impact</p>
</div>
<!-- Tier 1 -->
<div class="col-md-4">
<div
class="card h-100 bg-transparent border border-secondary position-relative overflow-hidden hover-shadow transition-all">
<img src="assets/images/pic (6).jpg"
class="card-img position-absolute top-0 start-0 w-100 h-100 object-fit-cover opacity-50"
alt="Enthusiast" style="filter: grayscale(100%); z-index: 0;">
<div class="card-body d-flex flex-column justify-content-end p-4 position-relative z-1">
<span
class="display-1 fw-bold text-white opacity-25 position-absolute top-0 end-0 me-3">01</span>
<h3 class="text-warning mb-2">Enthusiast</h3>
<div class="display-6 mb-3 fw-bold text-white">$50</div>
<p class="text-light opacity-75 mb-4 small">For those who find joy in the observation of
beauty.</p>
<ul class="list-unstyled text-light opacity-75 small mb-4">
<li class="mb-1">✓ Digital Recognition</li>
<li class="mb-1">✓ Monthly Newsletter</li>
</ul>
<a href="#"
class="text-warning text-decoration-none text-uppercase small fw-bold stretched-link">Select
Tier →</a>
</div>
</div>
</div>
<!-- Tier 2 -->
<div class="col-md-4">
<div
class="card h-100 bg-transparent border border-light position-relative overflow-hidden hover-shadow transition-all">
<img src="assets/images/pic (7).jpg"
class="card-img position-absolute top-0 start-0 w-100 h-100 object-fit-cover opacity-50"
alt="Patron" style="filter: grayscale(100%); z-index: 0;">
<div class="card-body d-flex flex-column justify-content-end p-4 position-relative z-1">
<span
class="display-1 fw-bold text-white opacity-25 position-absolute top-0 end-0 me-3">02</span>
<h3 class="text-warning mb-2">Patron</h3>
<div class="display-6 mb-3 fw-bold text-white">$500</div>
<p class="text-light opacity-75 mb-4 small">For the guardians of culture and history.</p>
<ul class="list-unstyled text-light opacity-75 small mb-4">
<li class="mb-1">✓ All Enthusiast Perks</li>
<li class="mb-1">✓ Private Viewings</li>
<li class="mb-1">✓ 10% Shop Discount</li>
</ul>
<a href="#"
class="text-warning text-decoration-none text-uppercase small fw-bold stretched-link">Select
Tier →</a>
</div>
</div>
</div>
<!-- Tier 3 -->
<div class="col-md-4">
<div
class="card h-100 bg-transparent border border-warning position-relative overflow-hidden hover-shadow transition-all">
<img src="assets/images/pic (8).jpg"
class="card-img position-absolute top-0 start-0 w-100 h-100 object-fit-cover opacity-50"
alt="Visionary" style="filter: grayscale(100%); z-index: 0;">
<div class="card-body d-flex flex-column justify-content-end p-4 position-relative z-1">
<span
class="display-1 fw-bold text-white opacity-25 position-absolute top-0 end-0 me-3">03</span>
<h3 class="text-warning mb-2">Visionary</h3>
<div class="display-6 mb-3 fw-bold text-white">$2,500+</div>
<p class="text-light opacity-75 mb-4 small">For those who shape the future of the arts.</p>
<ul class="list-unstyled text-light opacity-75 small mb-4">
<li class="mb-1">✓ All Patron Perks</li>
<li class="mb-1">✓ Curator Tours</li>
<li class="mb-1">✓ Gala Invitations</li>
</ul>
<a href="#"
class="text-warning text-decoration-none text-uppercase small fw-bold stretched-link">Select
Tier →</a>
</div>
</div>
</div>
</div>
<!-- Custom Donation Form -->
<div id="donate" class="row justify-content-center py-5 my-5">
<div class="col-lg-8">
<div
class="p-4 p-md-5 position-relative overflow-hidden rounded-4 border border-secondary bg-dark bg-opacity-50">
<h3 class="fw-bold mb-5 text-center">Custom <span class="text-warning">Contribution</span></h3>
<form>
<div class="row g-5">
<div class="col-md-6">
<label class="text-secondary small text-uppercase mb-2">Full Name</label>
<input type="text"
class="form-control bg-transparent border-0 border-bottom rounded-0 text-white shadow-none"
placeholder="Enter your name">
</div>
<div class="col-md-6">
<label class="text-secondary small text-uppercase mb-2">Email Address</label>
<input type="email"
class="form-control bg-transparent border-0 border-bottom rounded-0 text-white shadow-none"
placeholder="name@example.com">
</div>
<div class="col-12">
<div class="d-flex align-items-center gap-4 mt-3 flex-wrap">
<span class="text-secondary text-uppercase small">Amount:</span>
<button type="button" class="btn btn-outline-secondary rounded-pill px-4"> $50
</button>
<button type="button" class="btn btn-outline-warning rounded-pill px-4"> $100
</button>
<button type="button" class="btn btn-outline-secondary rounded-pill px-4"> $250
</button>
<input type="number"
class="form-control bg-transparent border-0 border-bottom rounded-0 text-white shadow-none flex-grow-1"
placeholder="Other Amount" style="max-width: 200px;">
</div>
</div>
<div class="col-12 text-center mt-5">
<button type="submit"
class="btn btn-outline-warning text-uppercase fw-bold px-5 py-3 rounded-0">Proceed
to Payment</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</main>
<footer class="py-3 border-top border-secondary border-opacity-75 text-center text-secondary small">
<div class="container">
<p class="mb-0">© 2025 Beau-Arts Gallery. All rights reserved.</p>
</div>
</footer>
</body>
</html>