feat: add blog #7

Open
anton wants to merge 15 commits from feat/blog into main
3 changed files with 8 additions and 3 deletions
Showing only changes of commit cbbf5c86d1 - Show all commits

View File

@ -40,7 +40,7 @@ footer: '2023 Distrust, LLC'
theme: jekyll-theme-console
permalink: blog/:title/
permalink: blog/:title
Review

Doesn't this normally generate files/links in the format blog/:title/index.html?

Doesn't this normally generate files/links in the format `blog/:title/index.html`?
plugins:
- jekyll-feed

View File

@ -8,7 +8,7 @@
{%- include header.html -%}
<main>
<section class="flex-container">
<section class="flex-container extra-spacing">
<div class="flex-container-inner">
<div class="text-well">
<h2>Understand and mitigate security threats others won't see coming.</h2>
@ -36,7 +36,7 @@
</div> -->
<section class="">
<section class="extra-spacing">
<div class="flex-container-inner">
<div class="text-well">
<h2>We specialize in working with high risk clients.</h2>

View File

@ -458,6 +458,11 @@ section {
margin-bottom: 24px;
}
.extra-spacing {
margin-top: 70px;
margin-bottom: 70px;
}
.companies {
display: flex;
justify-content: space-between;