-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacrylic.html
293 lines (293 loc) · 9.8 KB
/
acrylic.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
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="X-UA-Compatible"
content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0" />
<script
src="node_modules/jquery/dist/jquery.min.js"
defer></script>
<script
src="node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
defer></script>
<script
src="js/scripts.js"
defer></script>
<link
rel="stylesheet"
href="node_modules/bootstrap/dist/css/bootstrap.min.css" />
<link
rel="stylesheet"
href="node_modules/@fortawesome/fontawesome-free/css/all.min.css" />
<link
rel="stylesheet"
href="node_modules/bootstrap-social/bootstrap-social.css" />
<link
rel="stylesheet"
href="css/styles.css" />
<title>Sou's Art Gallery</title>
</head>
<body>
<header class="jumbotron jumbotron-fluid">
<div class="container">
<div class="row">
<div class="col-4 col-sm-3 col-md-2 align-self-center">
<img
class="logo"
src="img/logos/SH1.png"
alt="logo" />
</div>
</div>
</div>
</header>
<nav
class="navbar navbar-expand-sm navbar-light sticky-top w-100 shadow js-navbar">
<div class="container">
<button
class="btn btn-lg btn-adn bg-transparent js-dark-mode border-0 text-dark"
title="Switch to Dark Mode"
data-bs-toggle="tooltip">
<i class="fas fa-solid fa-circle-half-stroke"></i>
</button>
<!-- <a
class="navbar-brand"
href="index.html">
Sou Hashemi
</a> -->
<button
class="navbar-toggler d-lg-none"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapsibleNavId"
aria-controls="collapsibleNavId"
aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse justify-content-end"
id="collapsibleNavId">
<ul class="navbar-nav mt-2 mt-lg-0">
<li class="nav-item active">
<a
class="nav-link custom-underline"
href="index.html">
Home
<span class="visually-hidden">(current)</span>
</a>
</li>
<li class="nav-item">
<a
class="nav-link custom-underline"
href="about.html">
About
</a>
</li>
<li class="nav-item">
<a
class="nav-link custom-underline"
href="contact.html">
Contact
</a>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="dropdownId"
data-bs-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false">
Work
</a>
<div
class="dropdown-menu dropdown-menu-dark"
aria-labelledby="dropdownId">
<a
class="dropdown-item"
href="waterColorPaintings.html">
Watercolor Paintings
</a>
<a
class="dropdown-item"
href="allegorical.html">
Allegorical Rapidograph Art
</a>
<a
class="dropdown-item"
href="soap.html">
Soap Art
</a>
<a
class="dropdown-item fw-bold"
href="pastel.html">
Pastel
</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<div class="container px-3 py-5 custom-max-width">
<div class="row justify-content-center">
<div class="col-12 col-sm-10 col-md-5 my-5">
<img
src="img/acrylic/1.jpg"
alt="1"
class="img-fluid rounded w-100 shadow" />
</div>
<div class="col-12 col-sm-10 col-md-5 my-5">
<img
src="img/acrylic/2.jpg"
alt="1"
class="img-fluid rounded w-100 shadow" />
</div>
</div>
<!-- <div class="row justify-content-center">
<div class="col-12 col-sm-10 col-md-5 my-5">
<img
src="img/pastel/3.jpg"
alt="1"
class="img-fluid rounded w-100 shadow" />
</div>
<div class="col-12 col-sm-10 col-md-5 my-5">
<img
src="img/pastel/4.jpg"
alt="1"
class="img-fluid rounded w-100 shadow" />
</div>
</div> -->
</div>
<footer class="site-footer shadow-lg p-1 p-md-4">
<div class="container-fluid container-md">
<div class="row justify-content-center">
<div class="col text-center my-5">
<a
href="https://www.facebook.com/sou.hashemi.5"
class="btn btn-social-icon mx-sm-1 mx-md-2 rounded-circle btn-lg shadow btn-facebook"
target="_blank">
<i class="fa-brands fa-facebook-f fs-4"></i>
</a>
<a
href="https://www.instagram.com/hashemi1889"
class="btn btn-social-icon mx-sm-1 mx-md-2 rounded-circle btn-lg shadow btn-instagram"
target="_blank">
<i class="fa-brands fa-instagram fs-4"></i>
</a>
<a
href="https://www.twitter.com/hashemi1889"
class="btn btn-social-icon mx-sm-1 mx-md-2 rounded-circle btn-lg shadow btn-twitter"
target="_blank">
<i class="fa-brands fa-twitter fs-4"></i>
</a>
<a
href="https://www.pinterest.com/"
class="btn btn-social-icon mx-sm-1 mx-md-2 rounded-circle btn-lg shadow btn-pinterest"
target="_blank">
<i class="fa-brands fa-pinterest-p fs-4"></i>
</a>
<a
href="https://www.linkedin.com/"
class="btn btn-social-icon mx-sm-1 mx-md-2 rounded-circle btn-lg shadow btn-linkedin"
target="_blank">
<i class="fa-brands fa-linkedin-in fs-4"></i>
</a>
<a
href="https://www.tumblr.com/"
class="btn btn-social-icon btn-lg mx-sm-1 mx-md-2 rounded-circle shadow btn-tumblr"
target="_blank"
role="button">
<i class="fa-brands fa-tumblr fs-4"></i>
</a>
</div>
</div>
<div class="row text-center justify-content-center js-links-container">
<div class="col-10 col-md-4 col-lg-2 my-2 my-md-1 px-1 px-md-3">
<a
href="about.html"
class="text-decoration-none text-black-50 fw-bold custom-underline">
About
</a>
</div>
<div class="col-10 col-md-4 col-lg-2 my-2 my-md-1 px-1 px-md-3">
<a
href="contact.html"
class="text-decoration-none text-black-50 fw-bold custom-underline">
Contact Us
</a>
</div>
<div class="col-10 col-md-4 col-lg-2 my-2 my-md-1 px-1 px-md-3">
<a
href="waterColorPaintings.html"
class="text-decoration-none text-black-50 fw-bold custom-underline">
Watercolor Paintings
</a>
</div>
<div class="col-10 col-md-4 col-lg-2 my-2 my-md-1 px-1 px-md-3">
<a
href="allegorical.html"
class="text-decoration-none text-black-50 fw-bold custom-underline">
Allegoircal Art
</a>
</div>
<div class="col-10 col-md-4 col-lg-2 my-2 my-md-1 px-1 px-md-3">
<a
href="soap.html"
class="text-decoration-none text-black-50 fw-bold custom-underline">
Soap Art
</a>
</div>
<div class="col-10 col-md-4 col-lg-2 my-2 my-md-1 px-1 px-md-3">
<a
href="pastel.html"
class="text-decoration-none text-black-50 fw-bold custom-underline">
Pastel Drawings
</a>
</div>
</div>
<div class="row my-5 justify-content-center">
<div class="col-11 col-sm-10 col-md-8 col-lg-6 col-xl-5 text-center">
<h1>NEWSLETTER</h1>
<p class="lead">Stay connected through our monthly newsletter.</p>
<div class="input-group-lg">
<div class="form-floating">
<input
type="email"
class="form-control rounded-pill my-3 shadow ps-4"
id="email"
placeholder="Email Address" />
<label
for="email"
class="ps-4">
Email Address
</label>
</div>
<div class="form-floating">
<input
type="text"
class="form-control rounded-pill my-3 shadow ps-4"
id="name"
placeholder="Your First Name" />
<label
for="name"
class="ps-4">
Your First Name
</label>
</div>
<button
class="btn rounded-pill fw-bold px-4 custom-btn shadow text-white"
type="button">
Subscribe
</button>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>