forked from HattieTavares/100devs-Directory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnorthAmerica.html
161 lines (154 loc) · 5.73 KB
/
northAmerica.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
<!DOCTYPE html>
<html>
<head>
<title>100devs Directory</title>
<script
src="https://kit.fontawesome.com/68de1d0260.js"
crossorigin="anonymous"
></script>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<div id="header">
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="directory.html">Directory</a></li>
<li><a href="global.html">Global Map</a></li>
</ul>
</nav>
</div>
<!-- Main -->
<section id="main">
<div class="container">
<header class="major">
<h2>North America</h2>
<p>All currently added members from North America</p>
</header>
<!-- Content -->
<section id="content">
<h3>Members</h3>
<ul>
<a href="members/emilyArmstrong.html"><li>Emily Armstrong</li></a>
<a href="members/mandyBishop.html"><li>Mandy Bishop</li></a>
<a href="members/ChelseyBranham.html"><li>Chelsey Branham</li></a>
<a href="members/jamieLouBrolund.html"
><li>Jamie Lou Brolund</li></a
>
<a href="members/katieBrown.html"><li>Katie Brown</li></a>
<a href="members/scottBurton.html"><li>Scott Burton</li></a>
<a href="members/patriciaDiaz.html"><li>Patricia Diaz</li></a>
<a href="members/neileDiNitto.html"><li>Neile DiNitto</li></a>
<a href="members/lyndafoster.html"><li>Lynda Foster</li></a>
<a href="members/deroriloral.html"><li>Derori Loral</li></a>
<a href="members/yireMorlans.html"><li>Yire Morlans</li></a>
<a href="members/mcneillShiner.html"><li>McNeill Shiner</li></a>
<a href="members/hattietavares.html"><li>Hattie Tavares</li></a>
<a href="members/mikeguess.html"><li>Mike Guess</li></a>
<a href="members/monicaVinluan.html"><li>Monica Vinluan</li></a>
<a href="members/chloeWray.html"><li>Chloe Wray</li></a>
<a href="members/chrisbatsch.html"><li>Chris Batsch</li></a>
<a href="members/bobbyAsakawa.html"><li>Bobby Asakawa</li></a>
<!-- <a href="#"><li>FirstName LastName</li></a> -->
</ul>
</section>
</div>
</section>
<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row gtr-200 gtr-uniform">
<section class="col-4 col-12-medium col-12-small">
<header class="major">
<h3>About This Page:</h3>
</header>
<p>
All members are added voluntarily by each individual themselves on
Github:
</p>
<ul class="actions">
<li>
<a
href="https://github.com/HattieTavares/100devs-Directory"
class="button alt"
>Github Repo</a
>
</li>
</ul>
</section>
<section class="col-4 col-6-medium col-12-small">
<header class="major">
<h3>Disclaimer</h3>
</header>
<ul class="updates">
<li>
<p>
This web site is not endorsed by, directly affiliated with,
maintained, authorized, or sponsored by 100devs. All images
are the sole property of their original owners.
</p>
</li>
</ul>
</section>
<section class="col-4 col-6-medium col-12-small">
<header class="major">
<h3>Learn with Leon</h3>
</header>
<ul class="labeled-icons">
<li>
<h4 class="icon solid fa-solid fa-house">
<span class="label">100devs Home</span>
</h4>
<a href="https://leonnoel.com/100devs/">100devs Home</a>
</li>
<li>
<h4 class="icon solid fa-brands fa-twitch">
<span class="label">Twitch</span>
</h4>
<a href="https://www.twitch.tv/learnwithleon"
>Learn with Leon-Twitch</a
>
</li>
<li>
<h4 class="icon solid fa-brands fa-discord">
<span class="label">Discord</span>
</h4>
<a href="https://leonnoel.com/discord">100devs Discord</a>
</li>
<li>
<h4 class="icon brands fa-brands fa-twitter">
<span class="label">Twitter</span>
</h4>
<a href="https://twitter.com/leonnoel">@Leonnoel</a>
</li>
<li>
<h4 class="icon brands fa-brands fa-youtube">
<span class="label">Youtube</span>
</h4>
<a
href="https://www.youtube.com/channel/UCGiRSHBdWuCgjgmPPz_13xw"
>Learn with Leon-Youtube</a
>
</li>
</ul>
</section>
</div>
</div>
<div class="copyright">© 2022</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>