From 9f3cd0dcf068765240123e623e371325970870eb Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Thu, 11 Aug 2022 19:18:34 +0100 Subject: [PATCH] [GSSoC] Improving document sections styling, improving separation of contents --- assets/css/style.css | 23 +++++++++- soc/index.html | 101 ++++++++++++++++++++++++------------------- 2 files changed, 77 insertions(+), 47 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index f7fd7da..2cd4029 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -113,14 +113,18 @@ header * { border-radius: 0.5rem; padding: 4px 8px; color: #f6f4f6; - align-self: flex-end; + float: inline-end; width: max-content; + box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075), + 0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075), + 0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075); } hr { + float: inline-start; margin-bottom: 1rem; width: 100%; - color: #221e2266; + color: snow; } #log-of-past-successes { @@ -295,6 +299,21 @@ h2 { 0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075); } +.card { + background-color: #f6f4f666; + padding: 1rem; + margin-top: 0.5rem; + margin-bottom: 0.5rem; + border-radius: 0.5rem; + box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075), + 0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075), + 0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075); +} + +.card h1,.card h2,.card h3,.card h { + margin-top: unset; +} + .content-team { z-index: 3; position: sticky; diff --git a/soc/index.html b/soc/index.html index 758b532..932c10d 100644 --- a/soc/index.html +++ b/soc/index.html @@ -114,57 +114,68 @@ N.B.: Network Services Improvements proposal (old format).

-
+
+ +

Past successes

+
+

In 2020

-

In 2020

+

V3 + Frontend

+

Modular and meaningful Web UX for GNU social v3

+

Proposed by Eliseu Amaro and mentored by Joshua Judson Rosen, Phablulo Joel and Daniel + Supernault.

+ Technical Report + +
-

V3 - Frontend

-

Modular and meaningful Web UX for GNU social v3

-

Proposed by Eliseu Amaro and mentored by Joshua Judson Rosen, Phablulo Joel and Daniel - Supernault.

- Technical Report +

V3 Backend +

+

Initial implementation of GNU social v3's backend.

+

Proposed by Hugo Sales and mentored by Diogo + Cordeiro and Alexei Sorokin.

+ Technical Report +
+
+ +
+

In 2019

-

V3 Backend -

-

Initial implementation of GNU social v3's backend.

-

Proposed by Hugo Sales and mentored by Diogo - Cordeiro and Alexei Sorokin.

- Technical Report -
+

Improvements on + GNU social's network systems

+

Private Messaging, further development on ActivityPub, improved Remote Actions.

+

Proposed by Bruno Casteleiro and mentored by Diogo Cordeiro.

+ Technical Report + +
+ +

Optimizations on + Load Balance System and Storage Usage

+

Image System, Embed Plugin, Queue System, Caching System.

+

Proposed by Miguel Dantas and mentored by Diogo Cordeiro.

+ Technical Report +
+
-

In 2019

+
+

In 2018

-

Improvements on - GNU social's network systems

-

Private Messaging, further development on ActivityPub, improved Remote Actions.

-

Proposed by Bruno Casteleiro and mentored by Diogo Cordeiro.

- Technical Report - -

Optimizations on - Load Balance System and Storage Usage

-

Image System, Embed Plugin, Queue System, Caching System.

-

Proposed by Miguel Dantas and mentored by Diogo Cordeiro.

- Technical Report -
- -

In 2018

- -

GS ActivityPub - Plugin

-

The tendency is that newer software will focus in the implementation of the ActivityPub Protocol (as it - is newer and considered to be simpler) instead of OStatus, given that, it is important for GNU social to - support it in order to stay updated and relevant in an even larger fediverse.

-

Proposed by Diogo Cordeiro and mentored by Daniel Supernault and Mikael - Nordfeldth.

- Technical Report -
+

GS ActivityPub + Plugin

+

The tendency is that newer software will focus in the implementation of the ActivityPub Protocol (as it + is newer and considered to be simpler) instead of OStatus, given that, it is important for GNU social to + support it in order to stay updated and relevant in an even larger fediverse.

+

Proposed by Diogo Cordeiro and mentored by Daniel Supernault and Mikael + Nordfeldth.

+ Technical Report +
+