add projects

This commit is contained in:
Maciej Barć 2020-09-19 23:02:25 +02:00
parent 3ceecd5787
commit 90aa5c22bf
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
7 changed files with 386 additions and 3 deletions

View File

@ -101,11 +101,18 @@ body {
color: rgba(133, 153, 0, 1);
}
#about img {
.src_prepare-picture {
display: block;
height: 50%;
margin-left: auto;
margin-right: auto;
height: 50%;
}
.projects-table tr,
.projects-table th,
.projects-table td {
font-size: calc(10px + 1vh);
padding: 5px;
}

View File

@ -45,6 +45,9 @@
<li>
<a href="devs.html">Developers</a>
</li>
<li>
<a href="projects.html">Projects</a>
</li>
<li>
<a href="shoutouts.html">Shoutouts</a>
</li>

View File

@ -45,6 +45,9 @@
<li>
<a href="devs.html">Developers</a>
</li>
<li>
<a href="projects.html">Projects</a>
</li>
<li>
<a href="shoutouts.html">Shoutouts</a>
</li>
@ -66,7 +69,7 @@
<div id="about">
<img src="assets/pictures/logo.png" alt="logo">
<img class="src_prepare-picture" src="assets/pictures/logo.png" alt="logo">
<h2>
About Us

View File

@ -45,6 +45,9 @@
<li>
<a href="devs.html">Developers</a>
</li>
<li>
<a href="projects.html">Projects</a>
</li>
<li>
<a href="shoutouts.html">Shoutouts</a>
</li>

361
public/projects.html Normal file
View File

@ -0,0 +1,361 @@
<!DOCTYPE html>
<!--
___ _ __ ___ _ __ _ __ ___ _ __ __ _ _ __ ___
/ __| '__/ __| | '_ \| '__/ _ \ '_ \ / _` | '__/ _ \
\__ \ | | (__ | |_) | | | __/ |_) | (_| | | | __/
|___/_| \___|____| .__/|_| \___| .__/ \__,_|_| \___|
|_____|_| |_|
-->
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="GitLab Pages" />
<meta name="description" content="src_prepare" />
<meta name="keywords" content="src_prepare gentoo overlay" />
<meta name="author" content="src_prepare" />
<title>Projects (src_prepare)</title>
<link rel="icon" href="assets/icons/favicon.jpg" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="assets/styles/main.css" />
</head>
<body>
<div id="top">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="why.html">Why</a>
</li>
<li>
<a href="devs.html">Developers</a>
</li>
<li>
<a href="projects.html">Projects</a>
</li>
<li>
<a href="shoutouts.html">Shoutouts</a>
</li>
<li>
<a href="https://gpo.zugaina.org/Overlays/src_prepare-overlay">Packages</a>
</li>
</ul>
</div>
<div id="src_prepare">
<p id="src">SRC</p>
<p id="prepare">prepare</p>
</div>
<div id="about">
<h2>
Projects
</h2>
<table class="projects-table">
<tr>
<th>
Name
</th>
<th>
Description
</th>
<th>
Pipeline
</th>
<th>
License
</th>
<th>
Feed
</th>
</tr>
<tr>
<td>
<a href="https://gitlab.com/src_prepare/euscan-ng">
euscan-ng
</a>
</td>
<td>
Fork of
<a href="https://github.com/voyageur/euscan">
euscan
</a>
</td>
<td>
<a href="https://gitlab.com/src_prepare/euscan-ng/pipelines">
<img src="https://gitlab.com/src_prepare/euscan-ng/badges/master/pipeline.svg">
</a>
</td>
<td>
<a href="https://gitlab.com/src_prepare/euscan-ng/-/raw/master/LICENSE">
<img src="https://img.shields.io/badge/license-GPLv2-blue.svg">
</a>
</td>
<td>
<a href="https://gitlab.com/src_prepare/euscan-ng/commits/master.atom">
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/feed-atom-orange.svg">
</a>
</td>
</tr>
<tr>
<td>
<a href="https://gitlab.com/src_prepare/artwork">
artwork
</a>
</td>
<td>
Artwork by src_prepare group
</td>
<td>
<a href="https://gitlab.com/src_prepare/artwork/pipelines">
<img src="https://gitlab.com/src_prepare/artwork/badges/master/pipeline.svg">
</a>
</td>
<td>
<a href="https://gitlab.com/src_prepare/artwork/-/raw/master/LICENSE">
<img src="https://img.shields.io/badge/license-GPLv2-blue.svg">
</a>
</td>
<td>
<a href="https://gitlab.com/src_prepare/artwork/commits/master.atom">
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/feed-atom-orange.svg">
</a>
</td>
</tr>
<tr>
<td>
<a href="https://gitlab.com/src_prepare/leaden">
leaden
</a>
</td>
<td>
Light Ebuild Automated Development Environment Notebook
</td>
<td>
<a href="https://gitlab.com/src_prepare/leaden/pipelines">
<img src="https://gitlab.com/src_prepare/leaden/badges/master/pipeline.svg">
</a>
</td>
<td>
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/-/raw/master/LICENSE">
<img src="https://img.shields.io/badge/license-GPLv2-blue.svg">
</a>
</td>
<td>
<a href="https://gitlab.com/src_prepare/leaden/commits/master.atom">
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/feed-atom-orange.svg">
</a>
</td>
</tr>
<tr>
<td>
<a href="https://gitlab.com/src_prepare/scripts">
scripts
</a>
</td>
<td>
Miscellaneous maintenance scripts by src_prepare group
</td>
<td>
<a href="https://gitlab.com/src_prepare/scripts/pipelines">
<img src="https://gitlab.com/src_prepare/scripts/badges/master/pipeline.svg">
</a>
</td>
<td>
<a href="https://gitlab.com/src_prepare/scripts/-/raw/master/LICENSE">
<img src="https://img.shields.io/badge/license-GPLv2-blue.svg">
</a>
</td>
<td>
<a href="https://gitlab.com/src_prepare/scripts/commits/master.atom">
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/feed-atom-orange.svg">
</a>
</td>
</tr>
<tr>
<td>
<a href="https://gitlab.com/src_prepare/badge">
badge
</a>
</td>
<td>
Badge images for the src_prepare group
</td>
<td>
<a href="https://gitlab.com/src_prepare/badge/pipelines">
<img src="https://gitlab.com/src_prepare/badge/badges/master/pipeline.svg">
</a>
</td>
<td>
<a href="https://gitlab.com/src_prepare/badge/-/raw/master/LICENSE">
<img src="https://img.shields.io/badge/license-GPLv2-blue.svg">
</a>
</td>
<td>
<a href="https://gitlab.com/src_prepare/badge/commits/master.atom">
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/feed-atom-orange.svg">
</a>
</td>
</tr>
<tr>
<td>
<a href="https://gitlab.com/src_prepare/src_prepare.gitlab.io">
src_prepare website
</a>
</td>
<td>
The src_prepare website
</td>
<td>
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/pipelines">
<img src="https://gitlab.com/src_prepare/src_prepare-overlay/badges/master/pipeline.svg">
</a>
</td>
<td>
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/-/raw/master/LICENSE">
<img src="https://img.shields.io/badge/license-GPLv2-blue.svg">
</a>
</td>
<td>
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/commits/master.atom">
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/feed-atom-orange.svg">
</a>
</td>
</tr>
<tr>
<td>
<a href="https://gitlab.com/src_prepare/src_prepare-overlay">
src_prepare overlay
</a>
</td>
<td>
src_prepare group's Gentoo overlay
</td>
<td>
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/pipelines">
<img src="https://gitlab.com/src_prepare/src_prepare-overlay/badges/master/pipeline.svg">
</a>
</td>
<td>
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/-/raw/master/LICENSE">
<img src="https://img.shields.io/badge/license-GPLv2-blue.svg">
</a>
</td>
<td>
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/commits/master.atom">
<img src="https://gitlab.com/src_prepare/badge/-/raw/master/feed-atom-orange.svg">
</a>
</td>
</tr>
</table>
</div>
<footer>
<div class="fcol">
<ul>
<li>
Development <i class="fa fa-gitlab"></i>
</li>
<li>
<a href="https://gitlab.com/src_prepare">
Gitlab
</a>
</li>
<li>
<a href="https://github.com/gentoo-mirror/src_prepare-overlay">
Github
</a>
</li>
<li>
<a href="https://codeberg.org/src_prepare">
Codeberg
</a>
</li>
</ul>
</div>
<div class="fcol">
<ul>
<li>
Social <i class="fa fa-share-alt-square"></i>
</li>
<li>
<a href="https://matrix.to/#/#src_prepare:matrix.org">
Matrix
</a>
</li>
<li>
<a href="http://webchat.freenode.net/?channels=src_prepare">
IRC
</a>
</li>
</ul>
</div>
<div class="fcol">
<ul>
<li>
Documentation <i class="fa fa-file-text"></i>
</li>
<li>
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/blob/master/README.md">
Introduction
</a>
</li>
<li>
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/-/blob/master/CONTRIBUTING.md">
Contributing
</a>
</li>
<li>
<a href="https://gitlab.com/src_prepare/src_prepare-overlay/-/blob/master/TODO.md">
To-do
</a>
</li>
</ul>
</div>
<div>
<p>
Unless otherwise stated, content on this page is licensed under a ISC License.
</p>
<p>
Linux is a registered trademark of Linus Torvalds. Gentoo is a trademark of the Gentoo Foundation.
</p>
<p>
All other trademarks are the property of their respective owners.
</p>
</div>
</footer>
</body>
</html>

View File

@ -45,6 +45,9 @@
<li>
<a href="devs.html">Developers</a>
</li>
<li>
<a href="projects.html">Projects</a>
</li>
<li>
<a href="shoutouts.html">Shoutouts</a>
</li>

View File

@ -45,6 +45,9 @@
<li>
<a href="devs.html">Developers</a>
</li>
<li>
<a href="projects.html">Projects</a>
</li>
<li>
<a href="shoutouts.html">Shoutouts</a>
</li>