From 1aaf8b248f27989f8733f60512428c88481c6578 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Fri, 14 Mar 2025 19:45:15 -0700 Subject: [PATCH] big redesign --- .editorconfig | 9 + _config.yml | 8 +- _includes/footer.html | 16 +- _includes/head.html | 2 +- _includes/header.html | 2 +- _layouts/about.html | 102 ---- _layouts/company.html | 104 ++++ _layouts/contact.html | 215 ++++---- _layouts/landing.html | 260 +++------ _layouts/roadmap.html | 308 +++++++++++ _layouts/services.html | 194 ++++--- _layouts/tools.html | 122 ----- _sass/_dark.scss | 61 ++- _sass/_light.scss | 56 +- _sass/base.scss | 503 ++++++++++++++++-- about.md | 5 - assets/fonts/Inter-VariableFont_opsz,wght.ttf | Bin 0 -> 874708 bytes assets/js/main.js | 29 +- assets/videos/globe.mp4 | Bin 0 -> 1112083 bytes company.md | 5 + roadmap.md | 5 + tools.md | 5 - 22 files changed, 1274 insertions(+), 737 deletions(-) create mode 100644 .editorconfig delete mode 100644 _layouts/about.html create mode 100644 _layouts/company.html create mode 100644 _layouts/roadmap.html delete mode 100644 _layouts/tools.html delete mode 100644 about.md create mode 100644 assets/fonts/Inter-VariableFont_opsz,wght.ttf create mode 100644 assets/videos/globe.mp4 create mode 100644 company.md create mode 100644 roadmap.md delete mode 100644 tools.md diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f960061 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = tab +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + diff --git a/_config.yml b/_config.yml index df76526..71c8595 100644 --- a/_config.yml +++ b/_config.yml @@ -21,22 +21,22 @@ title: Distrust email: lance@distrust.co description: >- # this means to ignore newlines until "baseurl:" - Understand and mitigate security threats others won't see coming. + Understand and mitigate security threats others won't see coming. baseurl: "" # the subpath of your site, e.g. /blog url: "https://distrust.co" # the base hostname & protocol for your site, e.g. http://example.com banner: "https://distrust.co/assets/base/distrust-logo.png" header_pages: - index.md -- about.md - services.md -- tools.md +- roadmap.md +- company.md - contact.md style: dark # dark (default), light or hacker listen_for_clients_preferred_style: false # false (default) or true -footer: '2024 Distrust, LLC' +footer: '2025 Distrust, LLC' # Build settings theme: jekyll-theme-console diff --git a/_includes/footer.html b/_includes/footer.html index bc21f99..192f16f 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,4 +1,14 @@ -