davidvozdotnet

davidvoz.net source code
git clone https://git.davidvoz.net/davidvozdotnet.git
Log | Files | Refs

commit 7782183037fd580010422c49337395d119f712bb
parent 3db206b9d1110cb5a6b28c99fa76cbddda2db745
Author: David Voznyarskiy <davidv@no-reply@disroot.org>
Date:   Thu, 12 Feb 2026 23:55:27 -0800

more of website added

Diffstat:
A.gitignore | 2++
Mcontact.md | 2+-
Mindex.md | 35++++++++++++++++++++++++++++++++---
Atexts/solas.md | 239+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Atexts/style.css | 38++++++++++++++++++++++++++++++++++++++
5 files changed, 312 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,2 @@ +output +code diff --git a/contact.md b/contact.md @@ -3,7 +3,7 @@ title: Contact --- # [Contact](..) -### `curl https://davidvoz.net/dv.asc | gpg --import` {.copy-block} +#### `curl https://davidvoz.net/dv.asc | gpg --import` {.copy-block} 9771 7FA7 E933 114D 2AD8 52D9 0C81 46DD 414E FC30 diff --git a/index.md b/index.md @@ -2,9 +2,38 @@ title: David's Website --- -# Welcome +# Work in Progress -**[[git]](https://git.disroot.org/davidv) -[[contact]](contact.html)** +**[[code]](code) +[[contact]](contact.html) +[[texts]](texts)** no javascript, no trackers, no seed oils, no nonsense + +Welcome to my website, have a stay and look around. +Below is a bit about me and what I believe. + +*[soli Deo gloria](texts/solas.html#soli-deo-gloria)* - +*[glory to](texts/solas.html#soli-deo-gloria)* +***God*** +*[alone](texts/solas.html#soli-deo-gloria)* + +*[solus Christus](texts/solas.html#solus-christus)* - +*[through](texts/solas.html#solus-christus)* +***Christ*** +*[alone](texts/solas.html#solus-christus)* + +*[sola gratia](texts/solas.html#sola-gratia)* - +*[through](texts/solas.html#sola-gratia)* +***grace*** +*[alone](texts/solas.html#sola-gratia)* + +*[sola fide](texts/solas.html#sola-fide)* - +*[through](texts/solas.html#sola-fide)* +***faith*** +*[alone](texts/solas.html#sola-fide)* + +*[sola scriptura](texts/solas.html#sola-scriptura)* - +*[by](texts/solas.html#sola-scriptura)* +***scriptures*** +*[alone](texts/solas.html#sola-scriptura)* diff --git a/texts/solas.md b/texts/solas.md @@ -0,0 +1,239 @@ +--- +title: 5 Sola's +--- + +## soli Deo gloria + +tsra + +t sra +t + +tasr tar ts + +art + +arst + +art + +art + +art + +ars + +arst + +arst + + +arst + +arst + + +arst + +arst + +arst + +arst + +arst + +arst + +ars +t + + +## solus Christus + +tsra + +t sra +t + +tasr tar ts + +art + +arst + +art + +art + +art + +ars + +arst + +arst + + +arst + +arst + + +arst + +arst + +arst + +arst + +arst + +arst + +ars +t + + +## sola gratia + +tsra + +t sra +t + +tasr tar ts + +art + +arst + +art + +art + +art + +ars + +arst + +arst + + +arst + +arst + + +arst + +arst + +arst + +arst + +arst + +arst + +ars +t + + +## sola fide + +tsra + +t sra +t + +tasr tar ts + +art + +arst + +art + +art + +art + +ars + +arst + +arst + + +arst + +arst + + +arst + +arst + +arst + +arst + +arst + +arst + +ars +t + + +## sola scriptura + +tsra + +t sra +t + +tasr tar ts + +art + +arst + +art + +art + +art + +ars + +arst + +arst + + +arst + +arst + + +arst + +arst + +arst + +arst + +arst + +arst + +ars +t + + diff --git a/texts/style.css b/texts/style.css @@ -0,0 +1,38 @@ +@font-face { + font-family: 'DejaVuSansMono'; + src: url('fonts/DejaVuSansMono.woff') format('woff'); +} + +* { + font-family: 'DejaVuSansMono', monospace; +} + +body { + font-family: "DejaVu Sans Mono", monospace; + background-color: black; + color: white; +} + +@media (prefers-color-scheme: light) { + body { + background-color: white; + color: black; + } +} + +h1, h2, h3, h4, h5, a { + color: #794ae8; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +.darker-purple { + color: #7648e2; +} + +.copy-block { + user-select: all; +}