-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (42 loc) · 1.41 KB
/
index.html
File metadata and controls
48 lines (42 loc) · 1.41 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TeXackers</title>
<meta name="description" content="TeXackers — a collective maintaining and developing packages for the TeX ecosystem.">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="site-header">
<div class="header-inner">
<a class="masthead" href="/">T<span class="tex-e">E</span>Xackers</a>
<nav>
<ul>
<li><a href="/">About</a></li>
<li><a href="/members.html">Members</a></li>
<li><a href="/projects.html">Projects</a></li>
</ul>
</nav>
</div>
</header>
<main class="page-content">
<p class="lead">
TeXackers is a volunteer-based organisation dedicated to the maintenance and development of packages within the
<span class="tex-logo">T<span class="tex-e">E</span>X</span>
and <span class="tex-logo">L<sup style="font-size:.72em;margin-left:-.3em;margin-right:-.1em;vertical-align:.3em">A</sup>T<span class="tex-e">E</span>X</span>
ecosystem.
</p>
</main>
<footer class="site-footer">
<p>
© 2026 TeXackers
</p>
<p>
<span><a href="https://github.com/TeXackers">GitHub</a></span>
<span>·</span>
<span><a href="https://discord.gg/E93p3pbMKW">Discord</a></span>
</p>
</footer>
</body>
</html>