-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (52 loc) · 2.06 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>hello-www</title>
<link rel="icon" type="image/png" href="wave-32.png">
<link rel="apple-touch-icon" type="image/png" sizes="32x32" href="wave-32.png">
<link rel="stylesheet" type="text/css" href="screen.css">
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
</head>
<body>
<header>
<h1>hello-www</h1>
<p>A project to display an html file at username.github.io/projectname.</p>
</header>
<main>
<h2>Hello internet!</h2>
<p>You can see more of my projects on <a href="https://github.com/ajnx/">GitHub</a>.</p>
<h2>Colophon</h2>
<p>The tools and services used to bring you this project.</p>
<h3>Standards</h3>
<ul>
<li><a href="https://jigsaw.w3.org/css-validator/validator?uri=ajnx.github.io/hello-www/">Validate CSS</a></li>
<li><a href="https://validator.w3.org/nu/?doc=http%3A%2F%2Fajnx.github.io/hello-www/">Validate HTML</a></li>
</ul>
<h3>Online</h3>
<ul>
<li><a href="https://www.deadlinkchecker.com">Dead Link Checker</a></li>
<li><a href="https://github.com">GitHub</a></li>
<li><a href="https://pages.github.com">GitHub Pages</a></li>
<li><a href="https://wave.webaim.org/report#/ajnx.github.io/hello-www/">WAVE web accessibility evaluation tool</a></li>
</ul>
<h3>Local</h3>
<ul>
<li><a href="https://desktop.github.com">GitHub Desktop</a></li>
<li><a href="https://www.imageoptim.com">ImageOptim</a></li>
<li><a href="https://lynx.invisible-island.net">Lynx</a></li>
<li><a href="https://www.apple.com/macos/">macOS</a></li>
<li><a href="https://www.pixelmator.com">Pixelmator</a></li>
<li><a href="https://www.apple.com/safari/">Safari</a></li>
<li><a href="https://www.sublimetext.com">Sublime Text</a></li>
<li><a href="https://en.wikipedia.org/wiki/VoiceOver">VoiceOver</a></li>
<li><a href="https://webkit.org">WebKit</a></li>
</ul>
</main>
<footer>
<br>
<p>Thanks for visiting!</p>
<p><img src="wave-32.png" width="32" height="32" alt="A pixelated black and white waving hand icon."></p>
</footer>
</body>
</html>