-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (71 loc) · 2.12 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
64
65
66
67
68
69
70
71
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Arch Linux Classroom</title>
<meta name="description" content="Classes held for the Arch Linux community">
<meta name="author" content="Arch Classroom">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/screen.css">
</head>
<body>
<header class="main">
<h1>
<a href="/">Arch Classroom</a>
</h1>
<nav>
<ul>
<li><a href="#one">one</a></li>
<li><a href="#two">Upcoming Classes</a></li>
</ul>
</nav>
</header>
<div id="content">
<article>
<section class="infobox">
<h2 id="one">Arch users teaching each other</h2>
<p>Arch Classroom is a project to host classes for the Arch community.
This enables us to share knowledge and teach our fellow Arch users new skills
on various technical topics.</p>
</section>
<h2 id="two">Upcoming Classes</h2>
<p>hello, this is a sentence.</p>
</article>
<aside id="sidebar">
<section class="infobox">
<h3>Related Links</h3>
<ul>
<li>
<a href="https://wiki.archlinux.org/index.php/Classroom">Arch Wiki</a>
</li>
<li>
<a href="https://github.com/archclassroom">Github</a>
</li>
</ul>
</section>
<section>
<h3>Community</h3>
<ul>
<li>
<a href="https://wiki.archlinux.org/index.php/Code_of_conduct">Code of Conduct</a>
</li>
<li>
Connecting to IRC
</li>
</ul>
</section>
<section>
<h3>Contact</h3>
</section>
</aside>
</div>
<footer class="main">
<p>© 2017 Arch Linux Classroom</p>
</footer>
<script src="assets/js/scripts.js"></script>
<a class="ribbon" href="https://github.com/archclassroom">
Contribute on Github
</a>
</body>
</html>