mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add cgit configuration and style sheet
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
871cb480c1
commit
662f31cdb7
5 changed files with 905 additions and 0 deletions
8
web/template/cgit/footer.html
Normal file
8
web/template/cgit/footer.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<div class="foot" style="padding-left:1em;padding-right:1em;">
|
||||
<p>Copyright © 2002-2014 <a href="mailto:jvinet@zeroflux.org"
|
||||
title="contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org"
|
||||
title="contact Aaron Griffin">Aaron Griffin</a>. The Arch Linux name and logo
|
||||
are recognized trademarks. Some rights reserved. The registered trademark
|
||||
Linux© is used pursuant to a sublicense from LMI, the exclusive licensee
|
||||
of Linus Torvalds, owner of the mark on a world-wide basis.</p>
|
||||
</div>
|
14
web/template/cgit/header.html
Normal file
14
web/template/cgit/header.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<div id="archnavbar" class="anb-aur">
|
||||
<div id="archnavbarlogo"><h1><a href="https://www.archlinux.org/" title="Return to the main page">Arch Linux</a></h1></div>
|
||||
<div id="archnavbarmenu">
|
||||
<ul id="archnavbarlist">
|
||||
<li id="anb-home"><a href="https://www.archlinux.org/" title="Arch news, packages, projects and more">Home</a></li>
|
||||
<li id="anb-packages"><a href="https://www.archlinux.org/packages/" title="Arch Package Database">Packages</a></li>
|
||||
<li id="anb-forums"><a href="https://bbs.archlinux.org/" title="Community forums">Forums</a></li>
|
||||
<li id="anb-wiki"><a href="https://wiki.archlinux.org/" title="Community documentation">Wiki</a></li>
|
||||
<li id="anb-bugs"><a href="https://bugs.archlinux.org/" title="Report and track bugs">Bugs</a></li>
|
||||
<li id="anb-aur"><a href="/" title="Arch Linux User Repository">AUR</a></li>
|
||||
<li id="anb-download"><a href="https://www.archlinux.org/download/" title="Get Arch Linux">Download</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div><!-- #archnavbar -->
|
Loading…
Add table
Add a link
Reference in a new issue