-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout-me.html
More file actions
90 lines (87 loc) · 4.97 KB
/
about-me.html
File metadata and controls
90 lines (87 loc) · 4.97 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="css/reset.css" type="text/css">
<link rel="stylesheet" href="css/styles.css" type="text/css">
<link rel="stylesheet" href="css/about-me.css" type="text/css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Redressed&display=swap" rel="stylesheet">
<title>About Us</title>
</head>
<body>
<header>
<nav>
<h1>About Us</h1>
<ul>
<li></li>
<li><a href="index.html">HOME</a></li>
<li><a href="scores.html">LEADERBOARD</a></li>
<li><a href="about-me.html">ABOUT US</a></li>
<li><a href="photo-cred.html">PHOTO CRED</a></li>
</ul>
</nav>
</header>
<main>
<article id="darci">
<section>
<h5>
Dar-Ci Calhoun
</h5>
<img src="img/darci.jpg" alt="profile photo of Darci Calhoun" id="darci-pic">
<p>Hello! My name is Dar-Ci, and I am originally from Eastern WA State. I have lived in Seattle for a little more than a decade. Some of my favorite hobbies include being a plant mom, all things coffee, and having musical jam sessions.</p>
<p>I have a background in a variety of career
fields, including healthcare/<abbr title="Emergency Medical Services">EMS</abbr>, childcare, nonprofit, retail, and
customer service. With these skillsets I am confident that my aptitude for managing and collaborating on teams, as well as my passion for equity and inclusion along with my experience successfully communicating with people across a diverse spectrum of backgrounds makes me a vital asset to a team. My hope is to find employment with a technology organization or company that not only cares about how its products and services contribute to the growth and change of technology, but also an organization that cares deeply about utilizing its agency to make the community and world a safer and more equitable place to live.</p>
<p id="darci-links">
<a href="https://www.linkedin.com/in/dlcalhoun/"><img src="img/linkedinicon.png" alt="linkedin logo"></a>
<a href="https://github.com/dcalhoun286"><img src="img/githubicon.png" alt="github logo"></a>
</p>
</section>
</article>
<article id="jason">
<section>
<h5>
Jason Quaglia
</h5>
<img src="img/jason.jpg" id="jason-pic">
<p>Hello, my name is Jason Quaglia and I'm a 26 year old student at CodeFellows. I currently live in downtown
Seattle with my girlfriend Katie and our dog Bentley. I'm an avid lover of technology and I love to tinker
with electronics. I like to build computers and even build my own mechanical keyboards. I also love to go
outside and hike, camp, and snowboard! I grew up in upstate New York and after a year of not knowing what I
wanted to do in college, I decided it wasn't right for me at the time. I decided to move to Truckee,
California to get some life experience and after living there for 5 years, I decided to move to
Seattle in search of a career. This is where I decided to enroll at Code Fellows.</p>
<p>I'm an organized, punctual worker with a knack for troubleshooting. My whole life I've been known as the
person who helps you fix things. I've decided to take this and run with it in the hopes of becoming a great
software developer.</p>
<p id="jason-links">
<a href="https://www.linkedin.com/in/jason-quaglia/"><img src="img/linkedinicon.png" alt="linkedin logo"></a>
<a href="https://github.com/stubtail42"><img src="img/githubicon.png" alt="github logo"></a>
</p>
</section>
</article>
<article id="shay">
<section>
<h5>Seamus Brown</h5>
<img src="img/shay.jpg" id="shay-pic">
<p id="paragraph">Before I dove into the tech world I'd worked a host of different jobs, primarily in customer
service. I
enjoyed solving problems for and assisting my customers but the same problems on repeat left me less engaged
than I'd like. I'd had previous experience managing Trayvax.com on the Shopify platform and thoroughly enjoyed
implementing apps to make the site more engaging to our customers. I knew that software development required
constant
problem solving and that problem solving has been my greatest passion professionally. I find client and
customer feedback an excellent inspiration to create better experiences and I'd love to integrate that passion
into my work as a developer. </p>
<p id="shay-links">
<a href="https://www.linkedin.com/in/seamusryanbrown/"><img src="img/linkedinicon.png" alt="linkedin logo"></a>
<a href="https://github.com/shaybrow"><img src="img/githubicon.png" alt="github logo"></a>
</p>
</section>
</article>
</main>
<footer>
<script src="js/app.js"></script>
</footer>
</body>
</html>