-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcreators.html
58 lines (54 loc) · 3.7 KB
/
creators.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quiz Yo'Self</title>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@900&display=swap" rel="stylesheet">
<link rel="icon" href="images/q.png">
<link rel="stylesheet" href="css/our-team.css">
</head>
<body>
<div class="creators-wrapper">
<header class="header">
<ul class="links">
<li><a class="active" href="index.html">Home</a></li>
<li><a class="active" href="creators.html">Our Team</a></li>
<li><a class="active" href="https://github.com/KatySage/Trivia">On Github</a></li>
</ul>
<img src="images/quizyo-1.png" class="ourteam-logo">
<!-- <h1>Our Team</h1> -->
</header>
<main>
<div class="creators-wrapper">
<div class="shaiah">
<img src="images/shaiah.png" class="creator-pic" alt="Shaiah profile">
<!-- <h2>Shaiah Emigh-Doyle</h2> -->
<p class="text"><a class="github" href="https://github.com/ShaiahWren">Shaiah Emigh-Doyle</a> entered the tech industry after realizing that an aptitude for natural languages is applicable in the realm of computers. Shaiah's contributions to this game are found in styling, design, and a jump into JS to help with a counting feature. In their free time Shaiah can be found out for a hike or a bike ride, writing memoir, or sewing on a personal collection of androgynous jumpsuits.</p>
</div>
<div class="kevin">
<img src="images/kj.png" class="creator-pic" alt="Kevin profile">
<!-- <h2>Kevin Jeffers</h2> -->
<p class="text">A former journalist, multimedia producer and publication designer before trying his hand at this developer thing, <a class="github" href="https://github.com/jevinkeffers" target="blank">Kevin Jeffers</a> helped with the creative side of Quiz Yo'Self. He is an avid traveler, supporter of progressive causes, and is terrible at the actual game you see before you.</p>
</div>
<div class="katy">
<img src="images/katy.png" class="creator-pic" alt="katy profile">
<!-- <h2>Katy Sage</h2> -->
<p class="text">When she’s not writing about herself in the third person, <a class="github" href=“https://github.com/KatySage>Katy Sage</a> loves being outdoors, going on hikes with her dog, and hanging out with her World of Warcraft guildmates. She is a frequent attendee at bar trivia nights, and even competed on her school’s prestigious Quiz Bowl team.</p>
</div>
<div class="eric">
<img src="images/es.png" class="creator-pic" alt="eric profile">
<!-- <h2>Eric Schorling</h2> -->
<p class="text"><a class="github" href="github.com/willeschor" target="blank">Eric Schorling</a> is a super-powered programmer and former executive leader. He loves running and hanging out in the wilderness with his family. His skills are perfectly highlighted in this beautiful game.</p>
</div>
</main>
</div>
<footer class="footer-our-team">
<section class="copyright">
<p>© Yogurt Board</p>
</section>
</footer>
</body>
</html>