-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
231 lines (215 loc) · 10.6 KB
/
contact.html
File metadata and controls
231 lines (215 loc) · 10.6 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
<!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>Contact Us - 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="vh-100 d-flex flex-column bg-primary">
<!-- 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" href="sponsorship.html">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 active" 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>
<!-- Contact Section -->
<main class="flex-grow-1 d-flex align-items-center justify-content-center position-relative py-5">
<!-- Background Image -->
<div class="position-absolute top-0 start-0 w-100 h-100 z-0">
<img src="assets/images/museum_art.jpg" alt="Background" class="w-100 h-100 object-fit-cover" />
<div class="position-absolute top-0 start-0 w-100 h-100 bg-dark opacity-75"></div>
</div>
<div class="container position-relative z-1">
<div class="row justify-content-center">
<div class="col-xl-10">
<div class="row contact-card rounded-4 overflow-hidden" style="min-height: 650px">
<!-- Artistic Column -->
<div class="col-lg-5 d-none d-lg-block p-0 position-relative bg-dark">
<div class="h-100 d-flex flex-column">
<div class="h-50 w-100 collage-wrapper">
<img src="assets/images/pic (1).jpg" alt="Art Detail 1" class="w-100 h-100 object-fit-cover" />
</div>
<div class="h-50 w-100 d-flex">
<div class="w-50 h-100 collage-wrapper border-end border-secondary border-opacity-25">
<img src="assets/images/pic (2).jpg" alt="Art Detail 2" class="w-100 h-100 object-fit-cover" />
</div>
<div class="w-50 h-100 collage-wrapper">
<img src="assets/images/pic (3).jpg" alt="Art Detail 3" class="w-100 h-100 object-fit-cover" />
</div>
</div>
</div>
<!-- Text Overlay on Collage -->
<div class="position-absolute mb-0 bottom-0 start-0 p-4 text-light w-100" style="
background: linear-gradient(
to top,
rgba(0, 0, 0, 0.9),
transparent
);
pointer-events: none;
">
<h3 class="fw-bold text-warning mb-1">Visit Our Gallery</h3>
<p class="small opacity-75 mb-0">
Experience the beauty of art in person.
</p>
</div>
</div>
<!-- Contact Form Column -->
<div class="col-lg-7 p-5 bg-dark text-light position-relative" style="--bs-bg-opacity: 0.4">
<div class="h-100 d-flex flex-column justify-content-center">
<div class="mb-4">
<h5 class="text-warning text-uppercase letter-spacing-1 mb-2">
Contact Us
</h5>
<h2 class="display-5 fw-bold mb-3">
Let's Start a Conversation
</h2>
<p class="text-light opacity-75">
Whether you're interested in purchasing art, sponsorship,
or just saying hello.
</p>
</div>
<form>
<div class="row g-3">
<div class="col-md-6">
<div class="form-floating">
<input type="text" class="form-control bg-transparent border-primary text-light rounded-3"
id="name" placeholder="Your Name" required />
<label for="name" class="text-secondary">Your Name</label>
</div>
</div>
<div class="col-md-6">
<div class="form-floating">
<input type="email" class="form-control bg-transparent border-primary text-light rounded-3"
id="email" placeholder="name@example.com" required />
<label for="email" class="text-secondary">Email Address</label>
</div>
</div>
<div class="col-12">
<div class="form-floating">
<select class="form-select bg-transparent border-primary text-light rounded-3" id="subject">
<option class="bg-dark text-light" value="general">
...Choose your Subject
</option>
<option class="bg-dark text-light" value="general">
General Inquiry
</option>
<option class="bg-dark text-light" value="purchase">
Art Purchase
</option>
<option class="bg-dark text-light" value="sponsorship">
Sponsorship
</option>
<option class="bg-dark text-light" value="visit">
Plan a Visit
</option>
</select>
<label for="subject" class="text-secondary">Subject</label>
</div>
</div>
<div class="col-12">
<div class="form-floating">
<textarea class="form-control bg-transparent border-primary text-light rounded-3" id="message"
placeholder="Leave a comment here" style="height: 150px" required></textarea>
<label for="message" class="text-secondary">Your Message</label>
</div>
</div>
<div class="col-12 mt-4">
<button type="submit"
class="btn btn-warning w-100 rounded-pill py-3 fw-bold text-dark text-uppercase letter-spacing-1 shadow-sm">
Send Message
</button>
</div>
</div>
</form>
<div class="mt-4 text-center">
<span class="text-light opacity-50 small">Or email us at
</span>
<a href="mailto:info@beauarts.com"
class="text-warning text-decoration-none fw-bold">info@beauarts.com</a>
<div class="mt-2 pt-3">
<h6 class="text-light opacity-50 small mb-3">
Connect With Us
</h6>
<!-- Social Media Buttons Container -->
<div class="gap-4">
<!-- X (Twitter) -->
<a href="https://x.com" target="_blank" class="p-2 social-icon-btn">
<img src="assets\svg\x.svg" alt="X" class="social-icon" style="width: 16px; height: 16px" />
</a>
<!-- Instagram -->
<a href="https://instagram.com" target="_blank" class="p-2 social-icon-btn">
<img src="assets\svg\insta.svg" alt="Instagram" class="social-icon"
style="width: 16px; height: 16px" />
</a>
<!-- LinkedIn -->
<a href="https://linkedin.com" target="_blank" class="p-2 social-icon-btn">
<img src="assets\svg\linkedin.svg" alt="LinkedIn" class="social-icon"
style="width: 16px; height: 16px" />
</a>
<!-- TikTok -->
<a href="https://tiktok.com" target="_blank" class="p-2 social-icon-btn">
<img src="assets\svg\tiktok.svg" alt="TikTok" class="social-icon"
style="width: 16px; height: 16px" />
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
</body>
</html>