-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathaboutUs.html
67 lines (62 loc) · 2.7 KB
/
aboutUs.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
<!DOCTYPE html>
<html>
<head>
<title>About the Deveopers</title>
<link href="css/windows-login.css" rel="stylesheet" type="text/css"/>
<link href="https://fonts.googleapis.com/css2?family=Londrina+Outline&display=swap" rel="stylesheet">
</head>
<body id="body3">
<header id="headerAboutUs">About your Developers:</header>
<main class="main2">
<div id="alexSection">
<h2 class="h2page2">Alex Angelico</h2>
<h5> Seattle, WA </h5>
<img class="photo" src="img/Alex.jpg">
<div class="classlinks">
<a href="https://www.linkedin.com/in/alexangelico/">LinkedIn</a>
<a href="https://github.com/Alex-Angelico">Github</a>
</div>
</div>
<div id="stacySection">
<h2 class="h2page2">Stacy Burris</h2>
<h5> Seattle, WA </h5>
<img class="photo" src="img/Stacy.jpg">
<div class="classlinks">
<a href="https://www.linkedin.com/in/stacyjburris/">LinkedIn</a>
<a href="https://github.com/stacyburris">Github</a>
</div>
</div>
<div id="michaelSection">
<h2 class="h2page2">Michael Falk</h2>
<h5> Seattle, WA </h5>
<img class="photo" src="img/Michael.png">
<div class="classlinks">
<a href="http://www.linkedin.com/in/michaeldfalk">LinkedIn</a>
<a href="https://github.com/MikeyFalk">Github</a>
</div>
</div>
<div id="jordanSection">
<h2 class="h2page2">Jordan Kidwell</h2>
<h5> Bellevue, WA </h5>
<img class="photo" src="img/Jordan.jpg">
<div class="classlinks">
<a href="www.linkedin.com/in/jordan-kidwell">LinkedIn</a>
<a href="https://github.com/jordanlynk">Github</a>
</div>
</div>
<div id="tinaSection">
<h2 class="h2page2">Tina Myers</h2>
<h5>Lynnwood, WA </h5>
<img class="photo" src="img/Tina.jpg">
<div class="classlinks">
<a href="https://www.linkedin.com/in/tinalmyers/">LinkedIn</a>
<a href="https://github.com/myerstina515">Github</a>
</div>
</div>
</main>
<footer>
<!--This is an invisible link on the bottom left of the page. It takes you to the hidden page of the celebrity hack-->
<a class="hiddenLink" href="index.html">click me!</a>
</footer>
</body>
</html>