-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
578 lines (562 loc) · 21.8 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
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
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<script src="./scripts/script.js" defer></script>
<!-- get google fonts -->
<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=Outfit:wght@300;400;700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap"
rel="stylesheet"
/>
<!-- get bootstrap -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
crossorigin="anonymous"
></script>
<!-- get bootstrap icons -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<!-- get font awesome icons -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
/>
<link href="./style.css" rel="stylesheet" />
<link rel="icon" type="image/svg+xml" href="./smile.png" />
<title>Autumn Lindberg Resume</title>
</head>
<body>
<div class="main-grid">
<main>
<div id="home">
<p class="eyebrow">Full Stack Web Developer</p>
<h1 class="section-title">Autumn Lindberg</h1>
<div class="hero-banner home-banner d-flex flex-column">
<div class="d-flex">
<div class="image-box">
<img
src="./img/profile_6.png"
alt="profile photo"
class="profile"
/>
</div>
<p class="mb-0">
Hard working, dedicated, and passionate about their craft.
Autumn thrives on being challenged, and relishes every step of
the development process.
</p>
</div>
<a href="#portfolio" class="h1 scroll-arrow scroll-down">
<i class="bi-chevron-compact-down scroll-down"></i>
</a>
</div>
</div>
<!-- portfolio section -->
<div id="portfolio">
<p class="eyebrow">Work Samples</p>
<h1 class="section-title">Portfolio</h1>
<div class="hero-banner portfolio-banner">
<div
id="carouselExampleCaptions"
class="carousel slide"
data-bs-ride="carousel"
>
<div class="carousel-indicators">
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="0"
class="active"
aria-current="true"
aria-label="Slide 1"
></button>
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="1"
aria-label="Slide 2"
></button>
</div>
<div class="carousel-inner">
<div
class="carousel-item active opacity-75"
data-bs-interval="5000"
>
<img
src="./img/vidly-darkened.png"
class="d-block w-100"
alt="vidly"
/>
<div class="carousel-caption d-none d-md-block mb-3">
<h2 class="">Vidly Rentals</h2>
<p class="fs-4 mb-3">
An inventory management app built using the MERN stack.
</p>
<a
href="https://autumn-lindberg-vidly.com"
class="mb-3"
target="_blank"
><button class="btn btn-secondary btn-lg opacity-100">
Take a Look
</button></a
>
</div>
</div>
<div class="carousel-item" data-bs-interval="5000">
<img
src="./img/pdx-label-co-darkened.png"
class="d-block w-100"
alt="label-co"
/>
<div class="carousel-caption d-none d-md-block mb-3">
<h2>PDX Label Co</h2>
<p class="fs-4 mb-3">
An ingredients label printing app for a local bakery.
</p>
<a
href="https://autumn-lindberg-labels.com"
class="mb-3"
target="_blank"
><button class="btn btn-primary btn-lg opacity-100">
Take a Look
</button></a
>
</div>
</div>
</div>
<button
class="carousel-control-prev"
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide="prev"
>
<span
class="carousel-control-prev-icon"
aria-hidden="true"
></span>
<span class="visually-hidden">Previous</span>
</button>
<button
class="carousel-control-next"
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide="next"
>
<span
class="carousel-control-next-icon"
aria-hidden="true"
></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
<!-- experience section -->
<div id="industry-experience">
<div class="hero">
<p class="eyebrow">Current & Past Jobs</p>
<h1 class="section-title">Inustry Experience</h1>
<p class="summary">
Over five years of experience have cultivated a deep understanding
of how to meet a client's needs.
</p>
</div>
<div class="experience">
<div class="job">
<p class="year">2024</p>
<div class="job-info">
<h2 class="role">Squarespace Site Builder</h2>
<span class="company">Fused Glass PDX</span>
<br />
<br />
<p>
An E-Commerce storefront for a local fused glass artist made
with Squarespace. Its sleek and modern design is coming to the
web in 2024.
<!-- once live, changed "coming to the internet" to "boasts an easy-to-use interface styled with custom CSS"-->
</p>
</div>
</div>
<div class="job">
<p class="year">2020</p>
<div class="job-info">
<h2 class="role">PHP Developer</h2>
<span class="company">PDX Cookie Co</span>
<br />
<br />
<p>
A PHP web application designed to quickly generate lengthy
ingredients labels for a local bakery.
</p>
</div>
</div>
<div class="job">
<p class="year">2018</p>
<div class="job-info">
<h2 class="role">Jr Frontend Developer</h2>
<span class="company">WEO Media</span>
<br />
<br />
<p>
An introduction to professional web development. Using
extensive CSS, mobile-responsive sites were generated from
clients' design requirements.
</p>
</div>
</div>
</div>
</div>
<!-- soft skills section -->
<div id="soft-skills">
<p class="eyebrow">Workplace Interaction Skills</p>
<h1 class="section-title">Soft Skills</h1>
<p class="summary">
Effective communication is an essential aspect of every develpment
team.
</p>
<div class="hero-banner">
<div class="tab mt-4">
<button class="tab-link active" id="pair-programming">
Pair Programming
</button>
<button class="tab-link" id="tutoring">Tutoring</button>
<button class="tab-link" id="client-interaction">
Client Interaction
</button>
</div>
<div class="tab-content pair-programming">
<div class="text-side">
<h2 class="mt-3">Teamwork</h2>
<p class="mt-3">
Being able to work together as a team is the most important
skill a developer can have. Development of clear and
constructive communication skills strengthens team morale,
making work easier and of higher quality. Through pair
programming in multiple languages, Autumn has learned both how
to listen and how to lead.
</p>
</div>
<div class="icon-side text-center">
<i class="fa-solid fa-people-group soft-skills-icon"></i>
</div>
</div>
<div class="tab-content tutoring">
<div class="text-side">
<h2 class="mt-3">Teaching</h2>
<p class="mt-3">
Having a developer who can teach others is an asset to every
team. Teaching others not only helps them learn something new,
it helps the teacher reinforce minute details about a topic.
Through a year of tutoring computer for the computer science
department at PCC, Autumn has learned that patience is
paramount to the learning process.
</p>
</div>
<div class="icon-side text-center">
<i class="fa-solid fa-graduation-cap soft-skills-icon"></i>
</div>
</div>
<div class="tab-content client-interaction">
<div class="text-side">
<h2 class="mt-3">Professionalism</h2>
<p class="mt-3">
Direct communication with clients builds a sense of
professional courtesty. It's essential to have a discord
throughout the entire build process, and having the skills to
ask the right questions generates a more successful product.
Through regular contact with the individuals that hired them,
Autumn developed an ability to concisely convey ongoing
details about their respective projects.
</p>
</div>
<div class="icon-side text-center">
<i class="bi-briefcase-fill soft-skills-icon"></i>
</div>
</div>
</div>
</div>
<!-- technical proficiencies section -->
<div id="proficiencies">
<div class="hero">
<p class="eyebrow">Libraries, Languages And Frameworks</p>
<h1 class="section-title">Technical Proficiencies</h1>
<p class="summary">
A wide range of technologies have been used of the course of
Autumn's development career.
</p>
</div>
<div class="experience">
<div class="job">
<div class="job-info">
<div class="text-center skill-icons">
<img src="./img/git.png" alt="git" class="p-4" />
</div>
<h3 class="role text-center">Git</h3>
<p>
The most popular version control method, Git and GitHub helps
keep projects up to date as development progresses.
</p>
</div>
</div>
<div class="job">
<div class="job-info">
<div class="text-center skill-icons">
<img src="./img/docker.png" alt="docker" class="p-4" />
</div>
<h3 class="role text-center">Docker</h3>
<p>
A popular containerization method used in recent projects for
future scaleability.
</p>
</div>
</div>
<div class="job">
<div class="job-info">
<div class="text-center skill-icons">
<img
src="./img/data-structure.png"
alt="data structures"
class="p-4"
/>
</div>
<h3 class="role text-center">Data Structures</h3>
<p>
A data structures course led to the building of a library for
personal use. Now written in multiple languages.
</p>
</div>
</div>
<!--
<div class="job">
<div class="job-info">
<div class="text-center skill-icons">
<img src="./img/next.png" alt="next.js" class="p-4" />
</div>
<h3 class="role text-center">Next.js</h3>
<p>
Next.js framework has allowed for an implementation of
continuous integration and continuous development into
projects.
</p>
</div>
</div>
<div class="job">
<div class="job-info">
<div class="text-center skill-icons">
<img src="./img/cicd.png" alt="CICD" class="p-4" />
</div>
<h3 class="role text-center">CI/CD</h3>
<p>
Implemented using GitHub Actions, any pull requests that pass
all tests are automatically deployed to the web.
</p>
</div>
</div>
-->
<div class="job">
<div class="job-info">
<div class="text-center skill-icons">
<img src="./img/mern.png" alt="MERN stack" class="" />
</div>
<h3 class="role text-center">MERN Stack</h3>
<p>
A popular and efficient tech stack makes for a perfect fit for
a wide set of job roles.
</p>
</div>
</div>
<div class="job">
<div class="job-info">
<div class="text-center skill-icons">
<img src="./img/bootstrap.png" alt="bootstrap" class="p-3" />
</div>
<h3 class="role text-center">Bootstrap</h3>
<p>
A powerful library that assists in responsive formatting,
Bootstrap is implemented in all projects.
</p>
</div>
</div>
<div class="job">
<div class="job-info">
<div class="text-center skill-icons">
<img src="./img/php.png" alt="PHP" class="" />
</div>
<h3 class="role text-center">PHP</h3>
<p>
PHP served as a starting point to learn the basics of web
applications.
</p>
</div>
</div>
</div>
</div>
<!-- contact section -->
<div id="contact">
<p class="eyebrow">Send Autumn An Email</p>
<h1 class="section-title">Contact Information</h1>
<div class="hero-banner contact">
<p class="mb-0">
Ready to put up a beautiful website or web app? Autumn is always
excited to explore new development opportunities! Reach out using
the contact form below.
</p>
<div class="row ps-4 pe-4 pb-4 pt-2">
<div class="col-md-6 mb-md-0 mb-5">
<form
class="gform"
id="contact-form"
name="contact-form"
action="https://script.google.com/macros/s/AKfycbxI19P77wyXSrYsEC1OOIsHV8wOj9PWv2Xok06JopOItG946DHbm9Y58fljDBjOrQIJ/exec"
method="POST"
>
<div class="form-elements">
<div class="row">
<div class="col-md-12">
<div class="md-form mb-0">
<label for="name" class="m-1">Name</label>
<input
type="text"
id="name"
name="name"
class="form-control mb-2"
/>
</div>
</div>
<div class="col-md-12">
<div class="md-form mb-0">
<label for="email" class="m-1">Email</label>
<input
type="text"
id="email"
name="email"
class="form-control mb-2"
/>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="md-form mb-0">
<label for="subject" class="m-1">Subject</label>
<input
type="text"
id="subject"
name="subject"
class="form-control mb-2"
/>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="md-form">
<label for="message" class="m-1">Message</label>
<textarea
type="text"
id="message"
name="message"
rows="3"
class="form-control md-textarea mb-3"
></textarea>
</div>
</div>
</div>
<div class="text-md-left">
<button class="btn btn-primary" type="submit">
<h4 class="m-1 ms-2 me-2">Send</h4>
</button>
</div>
</div>
<!-- Thank you message for form -->
<div style="display: none" class="thankyou_message">
<h2>
Thanks for contacting us! We will get back to you soon!
</h2>
</div>
</form>
</div>
<div class="col-md-6 text-center">
<div class="h-100 contact-page"></div>
</div>
</div>
</div>
</div>
</main>
<aside>
<h2 class="visually-hidden">Navigation</h2>
<!-- list role is for screen readers to see list style none -->
<ul class="icon-list" role="list">
<!-- visually hidden and blank alts tell screen readers
that icons are just decorative. Aria hidden is
another indication just in case -->
<li class="home-link li-active">
<p class="visually-hidden">Hero Banner</p>
<a href="#home">
<i
class="bi-house-door-fill bi-house-door-fill-active h1"
aria-hidden="true"
></i
></a>
</li>
<li class="portfolio-link">
<p class="visually-hidden">Portfolio</p>
<a href="#portfolio">
<i class="bi-brush-fill h1" aria-hidden="true"></i
></a>
</li>
<li class="experience-link">
<p class="visually-hidden">Industry Experience</p>
<a href="#industry-experience">
<i class="fas fa-brain h1" aria-hidden="true"></i
></a>
</li>
<li class="soft-skills-link">
<p class="visually-hidden">Soft Skills</p>
<a href="#soft-skills">
<i class="bi-chat-dots-fill h1" aria-hidden="true"></i
></a>
</li>
<li class="proficiencies-link">
<p class="visually-hidden">Technical Proficiencies</p>
<a href="#proficiencies">
<i class="bi-gear-wide-connected h1" aria-hidden="true"></i
></a>
</li>
<li class="contact-link">
<p class="visually-hidden">Contact</p>
<a href="#contact">
<i class="bi-envelope-fill h1" aria-hidden="true"></i
></a>
</li>
</ul>
</aside>
</div>
<!-- Email Form Handler -->
<script
data-cfasync="false"
type="text/javascript"
src="./scripts/form-submission-handler.js"
></script>
</body>
</html>