-
Notifications
You must be signed in to change notification settings - Fork 0
/
alt-indeeeex.html
377 lines (361 loc) · 13.1 KB
/
alt-indeeeex.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
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Arthur Charles Edwards</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="scss/nav-style.css" />
<link rel="stylesheet" href="scss/project.css" />
<link rel="stylesheet" href="scss/custom-nav-dropper.css" />
<link rel="stylesheet" href="scss/custom-style.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css"
/>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="img/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="img/favicon-16x16.png"
/>
<link rel="manifest" href="img/site.webmanifest" />
</head>
<!-- Navigation area -->
<div
class="offcanvas offcanvas-end special-side-nav-layer"
tabindex="-1"
id="offcanvasRight"
aria-labelledby="offcanvasRightLabel"
>
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasRightLabel">
Arthur Charles Edwards
</h5>
<button
type="button"
class="btn-close"
data-bs-dismiss="offcanvas"
aria-label="Close"
></button>
</div>
<div class="offcanvas-body nav-custom-styles">
<ul class="nav flex-column">
<hr class="text-black">
<li class="nav-item">
<a class="nav-link " aria-current="page" href="index.html">Work</a>
</li>
<hr class="text-black">
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<hr class="text-black">
<li class="nav-item">
<a class="nav-link" target="_blank" href="__Arthur_E_Resume_2024.pdf">Résumé</a>
</li>
<hr class="text-black">
</ul>
</div>
</div>
<!-- Navigstion area end -->
<div id="nav-dropper">
<div class="container d-flex align-items-center justify-content-between">
<div>
<a class="navbar-brand custom-logo-style" href="index.html">
<!-- <img src="img/bw-short-logo-style.svg" height="70" alt="" /> -->
<h4 class="reverse-box-style">ace</h4>
</a>
</div>
<div>
<a href="index.html">Work</a>
<a href="about.html">About</a>
<a target="_blank" href="__Arthur_E_Resume_2024.pdf">Résumé</a>
</div>
</div>
</div>
<body class="custom-dark">
<nav class="navbar fixed-top naked-nav">
<div class="container">
<a class="navbar-brand custom-logo-style" href="index.html">
<!-- <h4 class="black-box-style">ace</h4> -->
</a>
<a
class="text-black plus-button-style"
data-bs-toggle="offcanvas"
data-bs-target="#offcanvasRight"
aria-controls="offcanvasRight"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="50"
height="50"
fill="currentColor"
class="bi bi-plus-circle-fill"
viewBox="0 0 16 16"
>
<path
d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z"
/></svg
></a>
</div>
</nav>
<div class="big-image-graphic">
<div class="container overlay">
<div class="row">
<div class="col-lg-11 home-hero-style text-white">
<h1
class="text-white mb-4 mt-5 cover-text san-serif-headline d-sm-block d-md-none fw-bold"
>
arthur charles edwards
</h1>
<h2
class="text-white thin-headlines cover-text fw-light display-5 d-sm-block d-md-none">
Visual Designer
</h2>
<p class="d-sm-block d-md-none">
I specialize in UI Design with 8 years of industry experience. <br>
I've designed marketing campaigns, coded with Front-End Developers, and created modern design systems.</p>
<p class="text-white cover-text fw-light display-7 d-sm-block d-md-none">
Scroll to see work. <svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" fill="currentColor" class="bi bi-arrow-down-circle-fill" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V4.5z"/>
</svg>
</p>
<h1
class="text-white cover-text san-serif-headline home-page-hero-text d-none d-sm-block fw-bold pb-2"
>
arthur charles edwards
</h1>
<h2
class="text-white cover-text fw-light thin-headlines pt-2 display-6 d-none d-sm-block"
>
Visual Designer
</h2>
<h5 class="d-none d-sm-block fw-light text-white">
I specialize in UI Design with 8 years of industry experience. <br>
I've designed marketing campaigns, coded with Front-End Developers, and created modern design systems.
</h5>
<h5 class="text-white cover-text fw-light d-none d-sm-block pt-5">
Scroll to see selected work.
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" fill="currentColor" class="bi bi-arrow-down-circle-fill" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V4.5z"/>
</svg>
</h5>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-4">
<div class="container project-spacers">
<div class="row">
<a href="digital-brand.html" class="thumb-text-linkStyle">
<div class="col-lg-12 mt-5 thumb-netsol d-flex align-items-end">
<div class="thumb-titles">
<h5>Network Solutions</h5>
<h3 class="san-serif-headline">Branding</h3>
<p>Revitalizing a brand in the modern era.</p>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="container project-spacers">
<div class="row">
<a href="web-friday.html" class="thumb-text-linkStyle">
<div class="col-lg-12 mt-5 thumb-web-friday d-flex align-items-end">
<div class="thumb-titles">
<h5>Black Friday</h5>
<h3 class="san-serif-headline">Visual Design</h3>
<p>Advertising Campaign</p>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="container project-spacers">
<div class="row">
<a href="billing-app.html" class="thumb-text-linkStyle">
<div class="col-lg-12 mt-5 thumb-billing d-flex align-items-end">
<div class="thumb-titles">
<h5>Florida Blue</h5>
<h3 class="san-serif-headline">App Design</h3>
<p>Designing an easier way to pay.</p>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="container project-spacers">
<div class="row">
<a href="workspace.html" class="thumb-text-linkStyle">
<div class="col-lg-12 mt-5 thumb-workspace d-flex align-items-end">
<div class="thumb-titles">
<h5>Google Workspace</h5>
<h3 class="san-serif-headline">Visual Design</h3>
<p>Advertising a premiere product.</p>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="container project-spacers">
<div class="row">
<a href="dmn-service.html" class="thumb-text-linkStyle">
<div class="col-lg-12 mt-5 thumb-dmn-service d-flex align-items-end">
<div class="thumb-titles">
<h5>Domain.com</h5>
<h3 class="san-serif-headline">Web Design</h3>
<p>Professional Marketing Services</p>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Second row of projects -->
<div class="container-fluid">
<div class="row">
<div class="col-lg-4">
<div class="container project-spacers">
<div class="row">
<a href="blue.html" class="thumb-text-linkStyle">
<div class="col-lg-12 mt-5 thumb-web-blue d-flex align-items-end">
<div class="thumb-titles">
<h5>Bluehost</h5>
<h3 class="san-serif-headline">Visual Design</h3>
<p>Social Media Marketing</p>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="container project-spacers">
<div class="row">
<a href="fis-portal.html" class="thumb-text-linkStyle col-lg-12">
<div class="mt-5 thumb-fis d-flex align-items-end">
<div class="thumb-titles">
<h5>F.I.S.</h5>
<h3 class="san-serif-headline">Visual Design</h3>
<p>Promoting business collaboration.</p>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="container project-spacers">
<div class="row">
<a href="search-filter.html" class="thumb-text-linkStyle col-lg-12">
<div class="col-lg-6 mt-5 thumb-search d-flex align-items-end">
<div class="thumb-titles">
<h5>Domain.com</h5>
<h3 class="san-serif-headline">Visual Design</h3>
<p>Refining the customer's search experience.</p>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="container project-spacers">
<div class="row">
<a href="glados-lib.html" class="thumb-text-linkStyle col-lg-12">
<div class="mt-4 thumb-glados d-flex align-items-end">
<div class="thumb-titles">
<h5>Florida Blue</h5>
<h3 class="san-serif-headline">Visual Design</h3>
<p>Helping developers program applications.</p>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="container project-spacers">
<div class="row">
<a href="dmn-social.html" class="thumb-text-linkStyle col-lg-12
">
<div class="mt-4 thumb-dmn-social d-flex align-items-end">
<div class="thumb-titles">
<h5>Domain.com</h5>
<h3 class="san-serif-headline">Visual Design</h3>
<p>Promoting excellence in the Internet industry.</p>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<section class="about-intro-main pt-4 pb-1">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-10">
<h2 class="billboard-text"> <span class="brand-neon">arthur</span> <br>charles <br> edwards</h2>
</div>
<div class="col-lg-10">
<h3 class="text-black san-serif-headline display-4 pt-4">
Together, we can unlock the hidden potential of your business needs.
</h3>
<h5 class=" write-up text-black fw-light">
Find out more about my professional journey and design perspective.
</h5>
<a
class="btn btn-dark text-white btn-lg rounded-0 mt-4"
href="about.html"
role="button"
>Learn More</a>
</div>
</div>
</div>
</section>
<section class="bg-black">
<div class="container">
<footer
class="d-flex flex-wrap justify-content-between align-items-center pt-5 pb-5"
>
<p class="col-md-4 mb-0 text-white">© 2024 Arthur Charles Edwards</p>
</footer>
</div>
</section>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2"
crossorigin="anonymous"
></script>
<script src="js/dropper-nav.js"></script>
</body>
</html>