-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
56 lines (56 loc) · 3.1 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
<!doctype html>
<html>
<head>
<title>KCP-center</title>
<meta charset="utf-8">
<meta name="description" content="KCP-center: KCP catalog of packages maintained by KaOS users">
<meta name="keywords" content="KaOS, KaOSx, KCP, pkgbuild,user, package, linux, center, github ">
<link rel="stylesheet" href="css/styles.css" media="all"/>
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/googlefonts.css">
<link rel="stylesheet" href="https://use.fontawesome.com/cbedfa5cad.css" media="all">
<link type="image/x-icon" href="https://kaosx.us/favicon.ico" rel="shortcut icon">
<link type="image/x-icon" href="https://kaosx.us/favicon.ico" rel="icon">
<script src="js/mithril.min.js"></script>
</head>
<body>
<header>
<div class="social_header">
<a href="https://groups.google.com/forum/?fromgroups#!forum/kaos-general" target="blank"><i class="fa fa-envelope" title="Google Groups"></i></a>
<a href="https://github.com/KaOSx" target="blank"><i class="fa fa-github" title="Github"></i></a>
<a href="https://webchat.kde.org/#/room/#kaosx:matrix.org" target="blank"><i class="fa fa-comments" title="Matrix chat"></i></a>
<a href="https://www.transifex.com/organization/kaos/dashboard/kaos" target="blank"><i class="fa fa-language" title="Transifex"></i></a>
<a href="{{ site.baseurl }}/feed.xml" target="blank"><i class="fa fa-rss" title="RSS feed"></i></a>
</div>
<div class="container Header" id="header_wrap">
<h1 class="Header-brand"><a href="https://kaosx.us"><img src="https://kaosx.us/img/fla_logo.png" alt="KaOS – A Lean KDE Distribution" width="130"></a></h1>
<nav class="Header-nav">
<a href="https://kaosx.us">Home</a>
<a href="https://kaosx.us/about">About</a>
<a href="https://kaosx.us/news">News</a>
<a href="https://kaosx.us/download">Download</a>
<a href="https://kaosx.us/docs">Documentation</a>
<a href="https://kaosx.us/packages">Packages</a>
<a href="https://kaosx.us/bugs">Bugs</a>
<a class="active" href="http://kaos-community-packages.github.io" target="_blank">KCP</a>
<a href="https://forum.kaosx.us">Forum</a>
</nav>
</div>
</header>
<main>
</main>
<footer>
<hr>
<div style="text-align: center"> <br>
<p>
Generated by <a href="https://github.com/KaOS-Community-Packages/KaOS-Community-Packages.github.io">whelp 0.10.0</a> at 2022-09-24.
Powered by <a href="https://mithril.js.org/">Mithril</a>.
<br>
WARNING: Use any of the these files at your own risk.
</p>
<br>
</div>
</footer>
<script src="js/kcp.js"></script>
</body>
</html>