forked from HattieTavares/100devs-Directory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdirectory.html
147 lines (138 loc) · 4.99 KB
/
directory.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
<!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>Profile Directory</h2>
<p>Updated Weekly</p>
</header>
<!-- Content -->
<section id="content">
<h3>Sorted Alphabetically</h3>
<ul>
<a href="letterA.html"><li>A:</li></a>
<a href="letterB.html"><li>B:</li></a>
<a href="letterC.html"><li>C:</li></a>
<a href="letterD.html"><li>D:</li></a>
<a href="letterE.html"><li>E:</li></a>
<a href="letterF.html"><li>F:</li></a>
<a href="letterG.html"><li>G:</li></a>
<a href="letterH.html"><li>H:</li></a>
<a href="letterI.html"><li>I:</li></a>
<a href="letterJ.html"><li>J:</li></a>
<a href="letterK.html"><li>K:</li></a>
<a href="letterL.html"><li>L:</li></a>
<a href="letterM.html"><li>M:</li></a>
<a href="letterN.html"><li>N:</li></a>
<a href="letterO.html"><li>O:</li></a>
<a href="letterP.html"><li>P:</li></a>
<a href="letterQ.html"><li>Q:</li></a>
<a href="letterR.html"><li>R:</li></a>
<a href="letterS.html"><li>S:</li></a>
<a href="letterT.html"><li>T:</li></a>
<a href="letterU.html"><li>U:</li></a>
<a href="letterV.html"><li>V:</li></a>
<a href="letterW.html"><li>W:</li></a>
<a href="letterX.html"><li>X:</li></a>
<a href="letterY.html"><li>Y:</li></a>
<a href="letterZ.html"><li>Z:</li></a>
</ul>
<h3>By Continent</h3>
<ul>
<a href="africa.html"><li>Africa</li></a>
<a href="asia.html"><li>Asia</li></a>
<a href="australia.html"><li>Australia</li></a>
<a href="europe.html"><li>Europe</li></a>
<a href="northAmerica.html"><li>North America</li></a>
<a href="southAmerica.html"><li>South America</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>