-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
443 lines (413 loc) · 18.8 KB
/
about.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
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<!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/big-services.css">
<link rel="stylesheet" href="scss/special-resume.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="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" 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>
<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">
<h4 class="stacked-logo">arthur <br> charles<br>edwards</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="bg-white">
<nav class="navbar fixed-top naked-nav">
<div class="container">
<a class="navbar-brand custom-logo-style" href="index.html">
<!-- <h4 class="reverse-box-style">ace</h4> -->
</a>
<a href="" class="text-white 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>
<section class="about-intro-exp pb-5">
<div class="container">
<div class="row">
<div class="col-lg-6 pb-4 pt-5">
<h1 class="text-white meet-designer">Meet The Designer</h1>
</div>
<div class="col-lg-12 pb-4">
<hr class="text-white border border-1">
</div>
</div>
<div class="row">
<div class="col-lg-7">
<h1 class="text-light meet-designer pt-4">arthur charles edwards</h1>
<h5 class="text-light san-serif-headline title-prof pb-5">Visual Designer and Front-End Enthusiast</h5>
<p class="write-up pt-1 fw-light text-light pt-3">I was introduced to multiple careers in visual media while studying painting at Savannah College of Art and Design. While at the university, I learned to translate my fine arts skills to better serve me as a graphic designer. Shortly after, I discovered my analytical chess mind was a superpower. Visual communication, for me, is often similar to solving a chess puzzle. You can unlock the hidden potential once you recognize the pattern and motif in a chess position. </p>
<p class="write-up fw-light text-light">
A few years into my design career, I discovered an affinity for learning multiple disciplines. Thus, I unlocked my skills in storytelling and programming. Since then, I've designed marketing campaigns, coded with Front-End Developers, and created modern design systems.
</p>
<p class="write-up fw-light text-light">In my future role, I would like to explore the options that best fit my interdisciplinary skill sets. I am available to talk about full-time and part-time opportunities.
</p>
<p class="write-up text-light">
<a href="https://www.linkedin.com/in/arthur-edwards-40170919/" target="_blank" class="text-light fw-light">LinkedIn Profile
</a>
<a href="mailto:arthur.edwards321@gmail.com" class="text-light fw-light">Email for business
inquiries.
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right"
viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z" />
</svg>
</a>
</p>
</div>
<div class="col-lg-1"></div>
<div class="col-lg-4 col-md-5 pt-5">
<img src="img/single-headshot-bio.png" class="img-fluid border border-white justify-content-center" alt="">
</div>
</div>
</div>
</section>
<section class="client-section mb-5">
<div class="container">
<div class="row pt-4">
<div class="col-lg-4">
<h2 class="hero-subHeader-client san-serif-headline">
Notable Clients
</h2>
</div>
<div class="col-lg-7 pb-3">
<div class="grid-logo">
<div>
<img src="img/white-citi-logo.png" class="text-white" alt="" />
</div>
<div><img src="img/white-uf-logo.png" alt="univeristy of florida logo" /></div>
<div><img src="img/white-network-solution.svg" alt="network solutions logo" /></div>
<div><img src="img/domain-logo.png" alt="domain.com logo" /></div>
<div><img src="img/white-webcom.svg" alt="web dot com logo" /></div>
<div><img src="img/white-flblue.png" alt="florida blue logo" /></div>
<div><img src="img/white-fis-logo.png" alt="fidelity international services logo" /></div>
<div><img src="img/white-registercom.svg" alt="register dot com logo" /></div>
</div>
</div>
</div>
</div>
</section>
<div class="container sm-spacer">
<div class="row">
<!-- <hr class="text-black"> -->
<div class="col-lg-5">
<hr class="text-black">
<h3 class="display-5">Visual Design
</h3>
</div>
<div class="col-lg-7">
<hr class="text-black">
<p class="lead">
I've been designing professionally for eight years. I have created design systems that reflect brand consistency and modern design. In our partnership, you can expect the following:
</p>
<ul class="nav flex-column list-custom-space">
<li class="nav-item">
<a class="nav-link disabled text-black" aria-disabled="true">UI Design</a>
</li>
<li class="nav-item">
<a class="nav-link disabled text-black" aria-disabled="true">Design Systems</a>
</li>
<li class="nav-item">
<a class="nav-link disabled text-black" aria-disabled="true">Responsive Web Design</a>
</li>
<li class="nav-item">
<a class="nav-link disabled text-black" aria-disabled="true">Hi-Fidelity Mockups</a>
</li>
<li class="nav-item">
<a class="nav-link disabled text-black" aria-disabled="true">Low-Fidelity Wireframes</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container lg-spacer">
<div class="row">
<div class="col-lg-5">
<hr class="text-black">
<h3 class="display-6">Web Development
</h3>
</div>
<div class="col-lg-7">
<hr class="text-black">
<p class="lead">
With our collaboration, you can be confident I will build your product with leading CSS Frameworks. Your customers can access the web experience no matter their type of mobile device. The websites and mobile applications I have worked on have affected millions across North America.
</p>
<ul class="nav flex-column list-custom-space">
<li class="nav-item">
<a class="nav-link disabled text-black" aria-disabled="true">CSS Frameworks</a>
</li>
<li class="nav-item">
<a class="nav-link disabled text-black" aria-disabled="true">Mobile and Tablet Experiences</a>
</li>
<li class="nav-item">
<a class="nav-link disabled text-black" aria-disabled="true">Collaboration with Web Developers</a>
</li>
<li class="nav-item">
<a class="nav-link disabled text-black" aria-disabled="true">Code library management</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container lg-spacer">
<div class="row">
<div class="col-lg-5">
<hr class="text-black">
<h3 class="display-6">Brand Awareness <br> and Marketing
</h3>
</div>
<div class="col-lg-7">
<hr class="text-black">
<p class="lead">
I have designed marketing campaigns for major brands during peak shopping seasons. Most of these campaigns consisted of social media assets, web banners, carousels, and concepts that expand the company's brand awareness.
</p>
<ul class="nav flex-column list-custom-space">
<li class="nav-item">
<a class="nav-link disabled text-black" aria-disabled="true">Concept Design</a>
</li>
<li class="nav-item">
<a class="nav-link disabled text-black" aria-disabled="true">Art Direction</a>
</li>
<li class="nav-item">
<a class="nav-link disabled text-black" aria-disabled="true">Mood Boards</a>
</li>
<li class="nav-item">
<a class="nav-link disabled text-black" aria-disabled="true">Brand Development</a>
</li>
<li class="nav-item">
<a class="nav-link disabled text-black" aria-disabled="true">Identity Design</a>
</li>
<li class="nav-item">
<a class="nav-link disabled text-black" aria-disabled="true">Marketing Campaigns</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container lg-spacer">
<div class="row">
<div class="col-lg-5">
<hr class="text-black">
<h3 class="display-6">Trusted tools and software
</h3>
</div>
<div class="col-lg-7">
<hr class="text-black">
<ul class="nav my-5">
<li class="nav-item">
</li>
<li class="nav-item">
<img src="/img/software-img/Figma.png" class="mx-3" width="65px" alt="">
</li>
<li class="nav-item">
<img src="/img/software-img/sketch.png" class="mx-3" width="65px" alt="">
</li>
</ul>
<ul class="nav">
<li class="nav-item">
<img src="/img/software-img/Creative Cloud.png" class="mx-3" width="65px" alt="">
</li>
<li class="nav-item">
<img src="/img/software-img/Xd.png" class="mx-3" width="65px" alt="">
</li>
<li class="nav-item">
<img src="/img/software-img/Photoshop.png" class="mx-3" width="65px" alt="">
</li>
<li class="nav-item">
<img src="/img/software-img/Illustrator.png" class="mx-3" width="65px" alt="">
</li>
<li class="nav-item">
<img src="/img/software-img/InDesign.png" class="mx-3" width="65px" alt="">
</li>
<li class="nav-item">
<img src="/img/software-img/Premiere-Pro.png" class="mx-3" width="65px" alt="">
</li>
<li class="nav-item">
<img src="/img/software-img/After-Effects.png" class="mx-3" width="65px" alt="">
</li>
</ul>
<ul class="nav my-5">
<li class="nav-item">
<img src="/img/software-img/bootstrap-fill 1.png" class="mx-3" width="65px" alt="">
</li>
<li class="nav-item">
<img src="/img/software-img/zurb-stack.png" class="mx-3" width="65px" alt="">
</li>
<li class="nav-item">
<img src="/img/software-img/github.png" class="mx-3" width="65px" alt="">
</li>
<li class="nav-item">
<img src="/img/software-img/Jira.png" class="mx-3" width="65px" alt="">
</li>
</ul>
</div>
</div>
</div>
<div class="container pt-5 pb-5">
<div class="row">
<div class="col-lg-12">
<h3 class="display-5">Communication </h3>
<hr class="text-black">
</div>
</div>
<div class="row">
<div class="col-xl-4 border-end pt-3 pb-3">
<h4 class="fw-light">Audio</h4>
<p class="lead">
Blue Yeti Microphone/Boze Headset
</p>
</div>
<div class="col-xl-4 border-end pt-3 pb-3">
<h4 class="fw-light">Conference</h4>
<p class="lead">
Zoom/Google Meets/Microsoft Teams
</p>
</div>
<div class="col-xl-4 pt-3 pb-3">
<h4 class="fw-light">Sharing</h4>
<p class="lead">
Dropbox/Google Drive/Git/Box/
</p>
</div>
</div>
</div>
<div class="container pt-5 pb-5">
<div class="row">
<div class="col-lg-12">
<h3 class="display-5 pb-2">Personal Office </h3>
<hr class="text-black">
</div>
</div>
<div class="row">
<div class="col-xl-4 border-end pt-3 pb-3">
<h4 class="fw-light">Computer</h4>
<p class="lead">
iMac Retina 5K 27-inch/Macbook Air/hp 27-inch Monitor
</p>
</div>
<div class="col-xl-4 border-end pt-3 pb-3">
<h4 class="fw-light">Keyboard</h4>
<p class="lead">
Drop Keyboard 75%/LogiTech MX Master 3
</p>
</div>
<div class="col-xl-4 pt-3 pb-3">
<h4 class="fw-light">Desktop</h4>
<p class="lead">
Fezibo L-shaped Standing Desk
</p>
</div>
</div>
</div>
<div class="container pt-5 pb-5">
<div class="row">
<div class="col-lg-12">
<h3 class="display-5 pb-2">Software </h3>
<hr class="text-black">
</div>
</div>
<div class="row">
<div class="col-xl-4 border-end pt-3 pb-3">
<h4 class="fw-light">Design</h4>
<p class="lead">
Adobe XD/Figma/Sketch/ Adobe Illustrator/InDesign
</p>
</div>
<div class="col-xl-4 border-end pt-3 pb-3">
<h4 class="fw-light">Video and Camera</h4>
<p class="lead">
Adobe After Effects/Premiere Pro/Google Web Designer/Cannon T3I/Lightroom
</p>
</div>
<div class="col-xl-4 pt-3 pb-3">
<h4 class="fw-light">Web Development</h4>
<p class="lead">
Visual Studio Code/Google Developer Tools/Github/GitLab/Git
</p>
</div>
</div>
</div>
<div class="container">
<div class="row pt-5 pb-5">
<div class="col-lg-12 pb-4">
<h2 class="billboard-text"> <span class="brand-neon">arthur</span> <br>charles <br> edwards</h2>
</div>
<div class="col-lg-12">
<h3 class="text-black display-1 meet-designer">
I specialize in UI Design with 8 years of industry experience. Let's connect and talk about all things design.</h3>
<p class="lead text-black">
<a href="https://www.linkedin.com/in/arthur-edwards-40170919/" target="_blank" class="text-black">LinkedIn Profile
</a>
<a href="mailto:arthur.edwards321@gmail.com" class="text-black">Email for business
inquiries.
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right"
viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z" />
</svg>
</a>
</p>
</div>
</div>
</div>
<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>