-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauthors.html
More file actions
43 lines (40 loc) · 1.51 KB
/
authors.html
File metadata and controls
43 lines (40 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>RepoBee - Authors</title>
<meta charset="utf-8" />
<link href="https://repobee.org/theme/css/main.css" rel="stylesheet"/>
</head>
<body id="index" class="home">
<div class="grid-container">
<header id="banner" class="row-item">
<a href="https://repobee.org/">
<img class="site-banner" src="/images/RepoBee_large-black.png">
</a>
</header><!-- /#banner -->
<nav id="menu" class="middle-row-item"><ul>
<li><a href="https://repobee.org/">About RepoBee</a></li>
<li><a href="https://repobee.org/pages/contact.html">Contact</a></li>
</ul>
<a class="social" href="https://github.com/repobee/repobee">
<img src="https://repobee.org/theme/images/github.png" alt="RepoBee on GitHub">
</a>
<a class="social" href="https://repobee.readthedocs.io">
<img src="https://repobee.org/theme/images/logo-dark.png" alt="RepoBee Docs">
</a>
</nav><!-- /#menu -->
<div class="primary-content middle-columns-content">
<h1>Authors on RepoBee</h1>
<ul>
</ul>
</div>
<footer id="contentinfo" class="middle-row-item">
<address id="about" class="vcard body">
Site built with <a href="http://getpelican.com/">Pelican</a> •
© 2019 by Simon Larsén • Contact at
<a href="mailto:slarse@slar.se">slarse@slar.se</a>
</address><!-- /#about -->
</footer><!-- /#contentinfo -->
</div>
</body>
</html>