From 90aa5c22bf9b1e6c9e877763398720172eae8731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sat, 19 Sep 2020 23:02:25 +0200 Subject: [PATCH] add projects --- public/assets/styles/main.css | 11 +- public/devs.html | 3 + public/index.html | 5 +- public/packages.html | 3 + public/projects.html | 361 ++++++++++++++++++++++++++++++++++ public/shoutouts.html | 3 + public/why.html | 3 + 7 files changed, 386 insertions(+), 3 deletions(-) create mode 100644 public/projects.html diff --git a/public/assets/styles/main.css b/public/assets/styles/main.css index 2b5c329..0368742 100644 --- a/public/assets/styles/main.css +++ b/public/assets/styles/main.css @@ -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; } diff --git a/public/devs.html b/public/devs.html index 8fad363..77196f7 100644 --- a/public/devs.html +++ b/public/devs.html @@ -45,6 +45,9 @@
  • Developers
  • +
  • + Projects +
  • Shoutouts
  • diff --git a/public/index.html b/public/index.html index de98e12..137eb24 100644 --- a/public/index.html +++ b/public/index.html @@ -45,6 +45,9 @@
  • Developers
  • +
  • + Projects +
  • Shoutouts
  • @@ -66,7 +69,7 @@
    - logo + logo

    About Us diff --git a/public/packages.html b/public/packages.html index d7f31ef..a53f1c4 100644 --- a/public/packages.html +++ b/public/packages.html @@ -45,6 +45,9 @@
  • Developers
  • +
  • + Projects +
  • Shoutouts
  • diff --git a/public/projects.html b/public/projects.html new file mode 100644 index 0000000..28c9629 --- /dev/null +++ b/public/projects.html @@ -0,0 +1,361 @@ + + + + + + + + + + + + + + + + + + Projects (src_prepare) + + + + + + + + + + + +
    + + + +
    + + +
    + +

    SRC

    +

    prepare

    + +
    + + +
    + +

    + Projects +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Name + + Description + + Pipeline + + License + + Feed +
    + + euscan-ng + + + Fork of + + euscan + + + + + + + + + + + + + +
    + + artwork + + + Artwork by src_prepare group + + + + + + + + + + + + +
    + + leaden + + + Light Ebuild Automated Development Environment Notebook + + + + + + + + + + + + +
    + + scripts + + + Miscellaneous maintenance scripts by src_prepare group + + + + + + + + + + + + +
    + + badge + + + Badge images for the src_prepare group + + + + + + + + + + + + +
    + + src_prepare website + + + The src_prepare website + + + + + + + + + + + + +
    + + src_prepare overlay + + + src_prepare group's Gentoo overlay + + + + + + + + + + + + +
    + +
    + + + + + + + + + diff --git a/public/shoutouts.html b/public/shoutouts.html index aea11db..5d1bf7e 100644 --- a/public/shoutouts.html +++ b/public/shoutouts.html @@ -45,6 +45,9 @@
  • Developers
  • +
  • + Projects +
  • Shoutouts
  • diff --git a/public/why.html b/public/why.html index c4ee97e..a079aaf 100644 --- a/public/why.html +++ b/public/why.html @@ -45,6 +45,9 @@
  • Developers
  • +
  • + Projects +
  • Shoutouts