-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
334 lines (296 loc) · 12.9 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
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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X4Q7P8JBFY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-X4Q7P8JBFY');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Neal Haddaway photography portfolio</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.1/js/all.js" crossorigin="anonymous"></script>
<!-- Stylesheet
================================================== -->
<link rel="stylesheet" type="text/css" href="css/nivo-lightbox/nivo-lightbox.css">
<link rel="stylesheet" type="text/css" href="css/nivo-lightbox/default.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600,300' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css" />
<!-- Google Fonts Roboto -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" />
<!-- MDB -->
<link rel="stylesheet" href="css/mdb.min.css" />
<style>
/* About Section */
#about {
padding: 120px 0;
}
#about .about-text {
margin-left: 10px;
text-align: center;
}
#about img {
border-radius: 50%;
width: 160px;
height: 160px;
display: inline-block;
}
#about p {
margin-top: 40px;
margin-bottom: 30px;
line-height: 22px;
}
</style>
</head>
<body>
<!--Main Navigation-->
<header>
<style>
/* Carousel styling */
#introCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
height: 100vh;
}
.carousel-item:nth-child(1) {
background-image: url('img/carousel1.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.carousel-item:nth-child(2) {
background-image: url('img/carousel2.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.carousel-item:nth-child(3) {
background-image: url('img/carousel3.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.carousel-item:nth-child(4) {
background-image: url('img/carousel4.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
/* Height for devices larger than 576px */
@media (min-width: 992px) {
#introCarousel {
margin-top: -58.59px;
}
}
.navbar .nav-link {
color: #fff !important;
}
</style>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark d-none d-lg-block" style="z-index: 2000;">
<div class="container-fluid">
<!-- Navbar brand -->
<a class="navbar-brand nav-link" target="_blank" href="index.html">
<strong>NealHaddaway.com</strong>
</a>
<button class="navbar-toggler" type="button" data-mdb-toggle="collapse" data-mdb-target="#navbarExample01"
aria-controls="navbarExample01" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarExample01">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item active">
<a class="nav-link" aria-current="page" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item active">
<a class="nav-link" aria-current="page" href="#projects">Projects</a>
</li>
<li class="nav-item active">
<a class="nav-link" aria-current="page" href="#contact">Contact</a>
</li>
<li class="nav-item active">
<a class="nav-link" aria-current="page" href="#social">Social media</a>
</li>
</ul>
<ul class="navbar-nav list-inline">
<!-- Icons -->
<li class="">
<a class="nav-link" href="https://www.instagram.com/nealhaddaway.photography" rel="nofollow" target="_blank">
<i class="fab fa-instagram"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mailto:[email protected]" rel="nofollow" target="_blank">
<i class="fas fa-envelope"></i>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar -->
<!-- Carousel wrapper -->
<div id="introCarousel" class="carousel slide carousel-fade shadow-2-strong" data-mdb-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-mdb-target="#introCarousel" data-mdb-slide-to="0" class="active"></li>
<li data-mdb-target="#introCarousel" data-mdb-slide-to="1"></li>
<li data-mdb-target="#introCarousel" data-mdb-slide-to="2"></li>
<li data-mdb-target="#introCarousel" data-mdb-slide-to="3"></li>
</ol>
<!-- Inner -->
<div class="carousel-inner">
<!-- Single item -->
<div class="carousel-item active">
<div class="mask" style="background-color: rgba(0, 0, 0, 0.2);">
<div class="d-flex justify-content-center align-items-center h-100">
<div class="text-white text-center">
<h1 class="mb-3">Neal Haddaway</h1>
<h5 class="mb-4">Photographer</h5>
<a class="btn btn-outline-light btn-lg m-2" href="#about"
role="button" rel="nofollow">Learn more</a>
</div>
</div>
</div>
</div>
<!-- Single item -->
<div class="carousel-item">
<div class="mask" style="background-color: rgba(0, 0, 0, 0.2);">
<div class="d-flex justify-content-center align-items-center h-100">
<div class="text-white text-center">
<h1 class="mb-3">Neal Haddaway</h1>
<h5 class="mb-4">Photographer</h5>
<a class="btn btn-outline-light btn-lg m-2" href="#about"
role="button" rel="nofollow">Learn more</a>
</div>
</div>
</div>
</div>
<!-- Single item -->
<div class="carousel-item">
<div class="mask" style="background-color: rgba(0, 0, 0, 0.2);">
<div class="d-flex justify-content-center align-items-center h-100">
<div class="text-white text-center">
<h1 class="mb-3">Neal Haddaway</h1>
<h5 class="mb-4">Photographer</h5>
<a class="btn btn-outline-light btn-lg m-2" href="#about"
role="button" rel="nofollow">Learn more</a>
</div>
</div>
</div>
</div>
<!-- Single item -->
<div class="carousel-item">
<div class="mask" style="background-color: rgba(0, 0, 0, 0.2);">
<div class="d-flex justify-content-center align-items-center h-100">
<div class="text-white text-center">
<h1 class="mb-3">Neal Haddaway</h1>
<h5 class="mb-4">Photographer</h5>
<a class="btn btn-outline-light btn-lg m-2" href="#about"
role="button" rel="nofollow">Learn more</a>
</div>
</div>
</div>
</div>
</div>
<!-- Inner -->
<!-- Controls -->
<a class="carousel-control-prev" href="#introCarousel" role="button" data-mdb-slide="prev">
<span><i class="fa fa-angle-left" aria-hidden="true"></i></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#introCarousel" role="button" data-mdb-slide="next">
<span><i class="fa fa-angle-right" aria-hidden="true"></i></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Carousel wrapper -->
</header>
<!--Main Navigation-->
<!-- About Section -->
<div id="about">
<div class="container">
<div class="section-title text-center center">
<h2>About Me</h2><br>
</div>
<div class="row">
<div class="col-md-12 text-center"><img src="img/about.jpg" class="img-responsive"></div>
<div class="about-text">
<p>I am a photographer based in London.</p>
<p>My work spans different subjects, including wildlife, aerial, landscape, portrait, and places, but my style is very much rooted in documentary photography. I have a background in environmental studies and sustainable development research, giving me a particular interest in capturing the connections that different people and cultures have with their surroundings. I have a passion for exploring the role of photography in achieving social justice.</p>
<p>I am available for commissions and collaborations involving location and studio portraiture, events, aerial photography, and more. Please <a href="mailto:[email protected]">email me</a> to enquire about rates and availability.</p>
</div>
</div>
</div>
</div>
<iframe src="portfolio.html" width="100%" height="1200px" frameBorder="0" id="portfolio"></iframe>
<iframe src="projects.html" width="100%" height="580px" frameBorder="0" id="projects"></iframe>
<!-- Contact Section -->
<div id="contact" class="text-center">
<div class="container">
<div class="section-title center">
<hr class="divider my-4" />
<br>
<h2 class="mt-0">Contact</h2>
<p class="text-muted mb-5">For enquiries about professional photography services or collaboration opportunities, please email or call.</p>
<div class="row center" style="padding-bottom:50px;">
<br>
<a href="tel:+447397687001"><i class="fas fa-phone fa-3x mb-3 text-muted"></i><br>
<div style="padding-bottom:50px;">+44 (0) 7397 687001</div></a><br>
<br>
<br>
<a class="d-block" href="mailto:[email protected]"><i class="fas fa-envelope fa-3x mb-3 text-muted"></i>
<div style="padding-bottom:50px;">[email protected]</a></div>
</div>
</div>
</div>
</div>
<!-- Social media Section -->
<div id="social">
<div class="container">
<div class="section-title text-center center">
<hr>
<h2>Find me on...</h2>
<br>
</div>
<h2 style="text-align: center;"><b>VERO</b></h2>
<br>
<blockquote class="vero-embed" vero-datas="JTdCJTIycG9zdENvdW50JTIyJTNBNiUyQyUyMnRyYW5zcGFyZW50QmclMjIlM0FmYWxzZSUyQyUyMnVzZXIlMjIlM0ElMjJaZG5CLTZkdGtKdFNEN0Q0bWhyTGhrMVIlMjIlMkMlMjJwcm9maWxlVXJsJTIyJTNBJTIyaHR0cHMlM0ElMkYlMkZ2ZXJvLmNvJTJGWmRuQi02ZHRrSnRTRDdENG1ockxoazFSJTIyJTdE"></blockquote><script async src="https://vero.co/a/scripts/embed-profile-getter.js"></script>
<br>
<br>
<h2 style="text-align: center;"><b>Instagram</b></h2>
<br>
<div class="embedsocial-hashtag" data-ref="75b92a9632aa67fa0e7cd390c4b93c97976b2fe6"><a class="feed-powered-by-es feed-powered-by-es-feed-new" href="https://embedsocial.com/social-media-aggregator/" target="_blank" title="Widget by EmbedSocial">Widget by EmbedSocial<span>→</span></a></div><script>(function(d, s, id){var js; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://embedsocial.com/cdn/ht.js"; d.getElementsByTagName("head")[0].appendChild(js);}(document, "script", "EmbedSocialHashtagScript"));</script>
</div>
</div>
<div id="footer" style="padding-top:100px;">
<div class="container text-center">
<div class="fnav">
<p>Copyright © Neal Haddaway 2023</p>
</div>
</div>
</div>
<!-- MDB -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Custom scripts -->
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>