-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtesting.html
273 lines (224 loc) · 10.5 KB
/
testing.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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> | WDNF</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>wdnf.github.io | Web Developers and Friends website wdnf.org</title>
<meta name="generator" content="Jekyll v3.9.0" />
<meta property="og:title" content="wdnf.github.io" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Web Developers and Friends website wdnf.org" />
<meta property="og:description" content="Web Developers and Friends website wdnf.org" />
<link rel="canonical" href="https://wdnf.org/" />
<meta property="og:url" content="https://wdnf.org/" />
<meta property="og:site_name" content="wdnf.github.io" />
<script type="application/ld+json">
{"@type":"WebSite","headline":"wdnf.github.io","url":"https://wdnf.org/","description":"Web Developers and Friends website wdnf.org","name":"wdnf.github.io","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta name="description" content="Community-made professional and modern references and tutorials for Web Developers">
<meta name="theme-color" content="#f0db4f">
<meta property="og:title" content="Web Developers & Friends | Discord server community making tutorials for Web Developers">
<meta property="og:description" content="Discord community-made professional and modern references and tutorials for Web Developers">
<meta property="og:type" content="website" />
<meta property="og:determiner" content="the" />
<meta property="og:locale" content="en_GB" />
<meta property="og:site_name" content="WDNF" />
<meta property="og:url" content="https://wdnf.org/" />
<meta property="og:image" content="https://wdnf.org/assets/branding/icon-transparent.png" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="WDNF | References and tutorials for Web Developers">
<meta name="twitter:description" content="Community-made professional and modern references and tutorials for Web Developers">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.0.3/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script data-ad-client="ca-pub-4551551446273204" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/style/syntax.css" />
<link rel="stylesheet" href="/assets/style/style.css">
<script src="/assets/scripts/script.js" type="module"></script>
</head>
<body>
<nav class="nav">
<div class="nav__relative-container">
<input type="checkbox" id="nav__toggle-checkbox">
<div class="nav__logo">
<a href="/">
Web Developers & Friends
</a>
</div>
<ul class="nav__content">
<li class="nav__item">
<a target="_blank" href="https://discord.gg/xEtRXNp">
Discord
</a>
</li>
<li class="nav__item">
<a target="_blank" href="https://github.com/wdnf">
Contribute
</a>
</li>
<li class="nav__item">
<a target="_blank" href="mailto:veich@protonmail.com">
Contact
</a>
</li>
</ul>
<label class="nav__toggle" for="nav__toggle-checkbox">
<div class="nav__toggle-bars">
<hr>
<hr>
<hr>
</div>
</label>
</div>
</nav>
<header class="header">
<figure>
<h1>Web Developers & Friends</h1>
<p>The most advanced Web Development community on Discord.</p>
</figure>
</header>
<main class="container-lg px-3 my-5 markdown-body">
<br /><h2>References</h2>
<div class="grid">
<a href="/html" class="grid__item">
<img src="./assets/misc/html.png" alt="HTML" class="grid__image" />
<span class="grid__description">HTML</span>
</a>
<a href="/css" class="grid__item">
<img src="./assets/misc/css.png" alt="CSS" class="grid__image" />
<span class="grid__description">CSS</span>
</a>
<a href="/js" class="grid__item">
<img src="./assets/misc/javascript.png" alt="JS" class="grid__image" />
<span class="grid__description">JS</span>
</a>
<a href="/php" class="grid__item">
<img src="./assets/misc/php2.png" alt="PHP" class="grid__image" />
<span class="grid__description">PHP</span>
</a>
<a href="#" class="grid__item grid__item--disabled">
<img src="./assets/misc/sass.png" alt="SASS" class="grid__image" />
<span class="grid__description">SASS</span>
</a>
<a href="#" class="grid__item grid__item--disabled">
<img src="./assets/misc/nodejs.png" alt="NodeJS" class="grid__image" />
<span class="grid__description">NodeJS</span>
</a>
<a href="#" class="grid__item grid__item--disabled">
<img src="./assets/misc/mysql.png" alt="MySQL" class="grid__image" />
<span class="grid__description">MySQL</span>
</a>
</div>
<h2>Technologies</h2>
<div class="grid">
<a href="#" class="grid__item grid__item--disabled">
<img src="./assets/misc/flexbox.png" alt="Flexbox" class="grid__image" />
<span class="grid__description">Flexbox</span>
</a>
<a href="#" class="grid__item grid__item--disabled">
<img src="./assets/misc/grid.png" alt="Grid" class="grid__image" />
<span class="grid__description">Grid</span>
</a>
<a href="#" class="grid__item grid__item--disabled">
<img src="./assets/misc/ajax.png" alt="AJAX" class="grid__image" />
<span class="grid__description">AJAX</span>
</a>
<a href="#" class="grid__item grid__item--disabled">
<img src="./assets/misc/ws.png" alt="WebSockets" class="grid__image" />
<span class="grid__description">WebSockets</span>
</a>
<a href="#" class="grid__item grid__item--disabled">
<img src="./assets/misc/es.png" alt="EcmaScript" class="grid__image" />
<span class="grid__description">EcmaScript</span>
</a>
</div>
<br /> <br />
<!--
<h2>SPONSORED</h2>
<div class="ad--horizontal">
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4551551446273204"
data-ad-slot="3520310281"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
</div>
-->
</main>
<footer class="footer footer-index">
<div class="grid">
<div class="grid__item grid__item--description">
<img src="/assets/branding/icon-transparent.png" alt="WDNF Logo" class="grid__image grid__image--contain">
<span class="grid__description">Web Developers & Friends ™</span>
</div>
<div class="grid__item">
<h3>About us</h3>
<p>
WDNF, also known as Web Developers & Friends is the most professional
Web Development community on discord offering free help & learning tools.
</p>
<hr>
<h3>Legal</h3>
<em>
Web Developers & Friends, hereinafter referred to as WDNF is an nonprofit international organisation.
Our purpose is to help Web Developers reach their goals and allow them to engage in a friendly community of people with similar interests.
Contents available on the website wdnf.org, the Discord server, the YouTube channel and the GitHub repositories
are under <a href="https://www.gnu.org/licenses/gpl-3.0.html">GNU General Public License v3 (GPLv3)</a>.
This website uses cookies (🇬🇧 biscuits) and shares them with Google for advertising purposes.
We want to offer the best experience possible, that's why we don't serve ads.
</em>
</div>
<div class="grid__item">
<h3>Contact</h3>
<p>
<address>
<h4>Responsible</h4>
<ul>
<li><a href="mailto:opetrovic@protonmail.com" target="_blank">Email</a></li>
</ul>
</address>
<address>
<h4>Community</h4>
<ul>
<li><a href="https://discord.gg/xEtRXNp" target="_blank">Discord</a></li>
<li><a href="https://www.youtube.com/channel/UCm5MuzmOEhJSom7Be650-XQ">YouTube</a></li>
<li><a href="https://github.com/wdnf/wdnf.github.io" target="_blank">GitHub</a></li>
</ul>
</address>
</p>
</div>
<div class="grid__item">
<h3>Donate</h3>
<p>Send us a tip so we can cover the domain costs.</p>
<div class="ul crypto-addresses">
<address>
<img class="qr" src="/assets/crypto/btc.png" alt="WDNF Bitcoin address: 16YCXrUW9KVqG3dJhKArB7XeNqCkvkPoif">
</address>
<address>
<img class="qr" src="/assets/crypto/eth.png" alt="WDNF Ethereum address: 0x07dCebD9D8921260Fef435490383aD56Ea86d7E0">
</address>
<address>
<img class="qr" src="/assets/crypto/xdg.png" alt="WDNF Dogecoin address: DSVQhBqnZ8kRSVJVPWTxLq358M5g6bzM73">
</address>
<address>
<img class="qr" src="/assets/crypto/xrp.png" alt="WDNF Ripple address: rN8oLhqDLoEkpHgA57PSQM6Ua4AwEa58A2">
</address>
</div>
</div>
</div>
</footer>
<div class="modal" id="modal-image">
<div class="modal-foreground">
<h2>Image: <span id="modal-image-name">Loading</span></h2>
<img id="modal-image-element" src="" alt="">
</div>
</div>
</body>
</html>