-
Notifications
You must be signed in to change notification settings - Fork 38
/
letterX.html
113 lines (105 loc) · 3.54 KB
/
letterX.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
<!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>Alphabetical: X</h2>
<p>All currently added members for the letter X:</p>
</header>
<!-- Content -->
<section id="content">
<h3>Members</h3>
<ul>
<a href="#"><li>FirstName LastName</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>