libreboot / lbwww (public) (License: Unspecified) (since 2023-04-11) (hash sha1)
libreboot website (markdown files). https://libreboot.org/
List of commits:
Subject Hash Author Date (UTC)
css: make h3/h4 smaller in proportion 72121b918442f0d0986140c3603e9b42ef5410ec Leah Rowe 2025-01-20 11:43:14
use more searchable homepage title 2276bb3183ef2d33aa99f216d34de1528783426f Leah Rowe 2025-01-20 11:00:12
fix wrongful credit 07b4c69883d3a3696af0883d06c37edfc15bfac4 Leah Rowe 2025-01-19 19:53:22
fix wrong fact b80d5e04ad473302c2a69a8b550dae8b548f67f9 Leah Rowe 2025-01-19 19:33:59
grammar 016bdaf4c40bcf54e45882c4fbfc1afe35b554dc Leah Rowe 2025-01-19 19:29:18
typo: superfically should be superficially 125c88f2add68ad08b9b95d1bf4d844ecce0451e Leah Rowe 2025-01-19 19:14:42
docs/index: improve link/bsd link titles 3257c1393648b1eb73d4280cdff95ffc4587faf3 Leah Rowe 2025-01-19 19:12:45
link fix aa1b889795f6da1335d6ededdceb97313982306a Leah Rowe 2025-01-19 19:09:35
homepage: make "wrest" link to deguard 6c924caffbbe6e45371876d1b37dd52eb7297f53 Leah Rowe 2025-01-19 19:08:33
link writefreesoftware.org aggressively fceaf19cd82a16bbad70e90cbf9eeecf1183004f Leah Rowe 2025-01-19 19:04:27
fix meta character encoding (utf-8) 3f90f156c37df78d236a53f8b687c0db743b75e0 Leah Rowe 2025-01-19 18:46:44
s/aswell/as well/ c910f813c41f0e5164eba050a2534e88968386fc Leah Rowe 2025-01-19 18:44:27
add alt tags to homepage images (english) 121325f3fb332dcaea49655babdd659336519073 Leah Rowe 2025-01-19 18:38:16
add favicon to template 712f7395a1dc8cedb490e7084a0f31647d389bc4 Leah Rowe 2025-01-19 18:27:00
say motherboard, not mainboard a6d2f10fb92b907cd3168d4dd0589b8b2c4ebe4f Leah Rowe 2025-01-19 18:20:24
change the description again d57edfcc87a0576358d5e2f62f76d5973316d2c6 Leah Rowe 2025-01-19 18:17:43
update meta description 8d6c16a4b181cb4c332247efc461167160d344ba Leah Rowe 2025-01-19 18:11:36
make h2/3/4 text bigger a1b60ec64f09449c875dad08fad177d73eeec906 Leah Rowe 2025-01-19 18:09:25
general audit / cleanup 9a2da14a2e5859da8781e88dda72b556a5e92880 Leah Rowe 2025-01-19 18:02:33
show canon links on pages 1ba45bf5e5e23bf766b52c4a585761be2c388faa Leah Rowe 2025-01-19 01:21:00
Commit 72121b918442f0d0986140c3603e9b42ef5410ec - css: make h3/h4 smaller in proportion
they looked the same size as h2, and it
was confusing, visually.

Signed-off-by: Leah Rowe <leah@libreboot.org>
Author: Leah Rowe
Author date (UTC): 2025-01-20 11:43
Committer name: Leah Rowe
Committer date (UTC): 2025-01-20 11:43
Parent(s): 2276bb3183ef2d33aa99f216d34de1528783426f
Signer:
Signing key:
Signing status: N
Tree: 8e8576687fc3726fc21a2305ebff55909c6ddcd2
File Lines added Lines deleted
site/global.css 2 2
File site/global.css changed (mode: 100644) (index 6b11740..97c7b2a)
... ... h2
114 114 } }
115 115 h3 h3
116 116 { {
117 font-size: 1.8em;
117 font-size: 1.6em;
118 118 } }
119 119 h4 h4
120 120 { {
121 font-size:1.6em;
121 font-size:1.2em;
122 122 } }
123 123
124 124 .f, .f * .f, .f *
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/libreboot/lbwww

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/libreboot/lbwww

Clone this repository using git:
git clone git://git.rocketgit.com/user/libreboot/lbwww

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main