Modify structure to fit a static site format

This commit is contained in:
Shane Engelman 2023-01-30 20:03:24 -06:00
parent 97fc5437f0
commit 6cd9053e29
Signed by: shane
GPG Key ID: D9DF703B83B9A9B5
9 changed files with 7 additions and 4 deletions

View File

@ -2,6 +2,9 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/assets/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
<title>{{ page.title }}</title> <title>{{ page.title }}</title>
{% if page.robots %} {% if page.robots %}

View File

@ -1,7 +1,7 @@
{%- assign page_paths = site.header_pages | default: default_paths -%} {%- assign page_paths = site.header_pages | default: default_paths -%}
<header> <header>
<div class="menu"> <div class="menu">
<a href="/"><img class="menu-logo" src="assets/base/distrust-text-white.svg" height="20px" alt="Distrust broken chain logo with white text"/></a> <a href="/index.html"><img class="menu-logo" src="assets/base/distrust-text-white.svg" height="20px" alt="Distrust broken chain logo with white text"/></a>
<ul> <ul>
{%- for path in page_paths -%} {%- for path in page_paths -%}
{%- assign my_page = site.pages | where: "path", path | first -%} {%- assign my_page = site.pages | where: "path", path | first -%}

View File

@ -1,7 +1,7 @@
--- ---
title: /about title: /about
layout: home layout: home
permalink: /about permalink: /about.html
--- ---
## Approach ## Approach

Binary file not shown.

After

Width:  |  Height:  |  Size: 945 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
assets/favicons/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,7 +1,7 @@
--- ---
title: /contact title: /contact
layout: home layout: home
permalink: /contact permalink: /contact.html
--- ---
## Team ## Team

View File

@ -1,7 +1,7 @@
--- ---
title: /home title: /home
layout: home layout: home
permalink: / permalink: /index.html
--- ---
We are a group of pentesters, software engineers, and security architects that believe security compromises to your systems and personnel are *inevitable*. We are a group of pentesters, software engineers, and security architects that believe security compromises to your systems and personnel are *inevitable*.