Compare commits
5 commits
b0687f37c3
...
51142c7514
Author | SHA1 | Date | |
---|---|---|---|
51142c7514 | |||
b9b6437812 | |||
bbf7d48e91 | |||
5dbd947f74 | |||
a71209e6c1 |
5 changed files with 50 additions and 9 deletions
|
@ -6,16 +6,43 @@
|
||||||
|
|
||||||
body{
|
body{
|
||||||
background-color: var(--white);
|
background-color: var(--white);
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: var(--mainfont), sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Typography */
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3 {
|
h1 {
|
||||||
margin-top: 5px;
|
font-size: 4em;
|
||||||
margin-bottom: 5px;
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 3.5em;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-size: 3em;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
h4 {
|
||||||
|
font-size: 2.5em;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
h5 {
|
||||||
|
font-size: 2em;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
h6 {
|
||||||
|
font-size: 1.5em;
|
||||||
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
|
|
@ -67,3 +67,10 @@
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira Code';
|
||||||
|
src: url('../fonts/firacode.woff') format('woff');
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
|
@ -8,6 +8,9 @@
|
||||||
--darkblue: #00324a;
|
--darkblue: #00324a;
|
||||||
--green: #04AA6D;
|
--green: #04AA6D;
|
||||||
--mute: #bbbbbb;
|
--mute: #bbbbbb;
|
||||||
|
/* Typography */
|
||||||
|
--mainfont: 'Open Sans';
|
||||||
|
--codefont: 'Fira Code';
|
||||||
/* Breakpoints */
|
/* Breakpoints */
|
||||||
--fullwidth: 100%;
|
--fullwidth: 100%;
|
||||||
--article: 53rem;
|
--article: 53rem;
|
||||||
|
|
BIN
src/assets/fonts/firacode.woff
Normal file
BIN
src/assets/fonts/firacode.woff
Normal file
Binary file not shown.
10
src/index.md
10
src/index.md
|
@ -1,9 +1,13 @@
|
||||||
# Home
|
# Home
|
||||||
|
|
||||||
HardenedBSD is a secure and humane *BSD operating system.
|
HardenedBSD is a fork of FreeBSD, founded in 2014, that implements exploit mitigations and security hardening technologies. The primary goal of HardenedBSD is to perform a clean-room re-implementation of the grsecurity patchset for Linux to HardenedBSD.
|
||||||
|
|
||||||
### Download HardenedBSD
|
#### Download HardenedBSD
|
||||||
|
|
||||||
You can download HardenedBSD from either our installer site or from one of the [mirrors](mirrors.html).
|
You can download HardenedBSD from either our installer site or from one of the [mirrors](mirrors.html).
|
||||||
|
|
||||||
### Recent news
|
#### Recent news
|
||||||
|
|
||||||
|
* [HardenedBSD February 2025 Status Report](blog/hardenedbsd-february-2025-status-report)
|
||||||
|
* [HardenedBSD December 2024 Status Report](blog/hardenedbsd-december-2024-status-report)
|
||||||
|
* [HardenedBSD November 2024 Status Report](blog/hardenedbsd-november-2024-status-report)
|
Loading…
Add table
Add a link
Reference in a new issue