diff --git a/assets/main.scss b/assets/main.scss index 5840cfd..6ad0397 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -1,3 +1,5 @@ +@import "hl"; + /* gaze ye upon my spaghetti, and despair */ $black: #212529; $primary: #007bff; @@ -40,10 +42,13 @@ main { flex-grow: 1; } +.service-grid { + margin-top: 1rem; +} + .index-grid, .service-grid { display: grid; width: 100%; - margin-bottom: 1rem; grid-template-columns: 4fr 2fr; grid-gap: 1rem; @@ -385,8 +390,6 @@ header { } footer, .infobox { - margin: 0 0 1rem 0; - p:first-child { margin-top: 0; } @@ -397,10 +400,6 @@ footer, .infobox { height: 100%; } - .content { - margin-bottom: 1rem; - } - strong, h4 { color: #333; } @@ -477,4 +476,19 @@ details { } } -@import "hl"; +.projects { + padding-top: 1rem; + + .content { + background: #f4f4f4; + display: grid; + grid-template-columns: 1fr auto; + padding: 1rem; + justify-items: center; + align-items: center; + + & > *:not(:last-child) { + margin-right: 0.5rem; + } + } +} diff --git a/content/_index.html b/content/_index.html index 3cee99b..166975c 100644 --- a/content/_index.html +++ b/content/_index.html @@ -73,19 +73,26 @@ title: sourcehut - the hacker's forge
- + Screenshot of lists.sr.ht
-

Customizable ticket tracking

+

Focused ticket tracking

+
+ I think it is really convenient that you can send a plaintext email + with your bug report, whether or not you have an account. +
+
+ — Cadence Ember, author of Bibliogram +
@@ -93,6 +100,29 @@ title: sourcehut - the hacker's forge
+
+
+

Sophisticated account management & security

+ +
+ I really appreciate the option to get encrypted mail with a PGP key that + I provide — why don't more companies have this?! +
+
+ — Cadence Ember +
+
+
+ + Screenshot of meta.sr.ht + +
+

Markdown- and git-driven wikis

@@ -108,22 +138,6 @@ title: sourcehut - the hacker's forge
-
-
-

Sophisticated account management & security

- -
-
- - Screenshot of meta.sr.ht - -
-

And more!

diff --git a/layouts/index.html b/layouts/index.html index a5c5dbd..6f392fc 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -47,9 +47,10 @@
+
+
+ "Small internet" protocols? The Plan 9 rennisance? Esoteric + programming languages for music creation, and novel smartphone + operating systems? These projects and more are waiting to be found on + the sourcehut project index. + + Browse projects + + {{ (resources.Get "caret-right.svg").Content | safeHTML }} + + +
+
{{.Content}} {{ partial "footer.html" }} diff --git a/static/git.jpg b/static/git.jpg index 88afd22..6ae12cc 100644 Binary files a/static/git.jpg and b/static/git.jpg differ diff --git a/static/lists.jpg b/static/lists.jpg index 174c1ec..b0df608 100644 Binary files a/static/lists.jpg and b/static/lists.jpg differ diff --git a/static/man.jpg b/static/man.jpg index dac93cf..9be2d57 100644 Binary files a/static/man.jpg and b/static/man.jpg differ diff --git a/static/meta.jpg b/static/meta.jpg index 67eab8b..0d8021f 100644 Binary files a/static/meta.jpg and b/static/meta.jpg differ diff --git a/static/todo.jpg b/static/todo.jpg index 7f7f77b..0da2ab5 100644 Binary files a/static/todo.jpg and b/static/todo.jpg differ