diff --git a/docs/resume.md b/docs/resume.md
index 72cc298..c1f8622 100644
--- a/docs/resume.md
+++ b/docs/resume.md
@@ -191,6 +191,132 @@ body {
+
@@ -199,29 +325,12 @@ body {
-
Maintained legacy API Reference
+
Process
The API References included old documentation that needed to maintenance for clients that had not yet migrated to the latest versions of the REST API.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/src/fonts/lato/Lato-Black.ttf b/docs/src/fonts/lato/Lato-Black.ttf
deleted file mode 100644
index 4340502..0000000
Binary files a/docs/src/fonts/lato/Lato-Black.ttf and /dev/null differ
diff --git a/docs/src/fonts/lato/Lato-BlackItalic.ttf b/docs/src/fonts/lato/Lato-BlackItalic.ttf
deleted file mode 100644
index 4df1555..0000000
Binary files a/docs/src/fonts/lato/Lato-BlackItalic.ttf and /dev/null differ
diff --git a/docs/src/fonts/lato/Lato-Light.ttf b/docs/src/fonts/lato/Lato-Light.ttf
deleted file mode 100644
index dfa72ce..0000000
Binary files a/docs/src/fonts/lato/Lato-Light.ttf and /dev/null differ
diff --git a/docs/src/fonts/lato/Lato-LightItalic.ttf b/docs/src/fonts/lato/Lato-LightItalic.ttf
deleted file mode 100644
index 12f2b6c..0000000
Binary files a/docs/src/fonts/lato/Lato-LightItalic.ttf and /dev/null differ
diff --git a/docs/src/fonts/lato/Lato-Thin.ttf b/docs/src/fonts/lato/Lato-Thin.ttf
deleted file mode 100644
index ba58da1..0000000
Binary files a/docs/src/fonts/lato/Lato-Thin.ttf and /dev/null differ
diff --git a/docs/src/fonts/lato/Lato-ThinItalic.ttf b/docs/src/fonts/lato/Lato-ThinItalic.ttf
deleted file mode 100644
index 4d82766..0000000
Binary files a/docs/src/fonts/lato/Lato-ThinItalic.ttf and /dev/null differ
diff --git a/docs/src/stylesheets/_colours.css b/docs/src/stylesheets/_colours.css
index 518b229..0d03357 100644
--- a/docs/src/stylesheets/_colours.css
+++ b/docs/src/stylesheets/_colours.css
@@ -8,6 +8,7 @@
--secondary-colour: #EFE5DC;
--tertiary-colour: #818589;
--quarternary-colour: #FAF9F6;
+ --green: #007a5a;
}
/* Adjust Mkdocs colours */
diff --git a/docs/src/stylesheets/_fonts.css b/docs/src/stylesheets/_fonts.css
index fe77cb5..39581bf 100644
--- a/docs/src/stylesheets/_fonts.css
+++ b/docs/src/stylesheets/_fonts.css
@@ -25,22 +25,6 @@
}
-@font-face {
- font-family: 'Lato';
- font-weight: normal;
- font-style: normal;
- src: url('../fonts/lato/Lato-Regular.ttf');
-
-}
-
-@font-face {
- font-family: 'Lato';
- font-weight: normal;
- font-style: italic;
- src: url('../fonts/lato/Lato-Italic.ttf');
-
-}
-
@font-face {
font-family: 'Lato';
font-weight: bold;
@@ -58,45 +42,18 @@
@font-face {
font-family: 'Lato';
- font-weight: light;
+ font-weight: normal;
font-style: normal;
- src: url('../fonts/lato/Lato-Light.ttf');
+ src: url('../fonts/lato/Lato-Regular.ttf');
}
@font-face {
font-family: 'Lato';
- font-weight: light;
+ font-weight: normal;
font-style: italic;
- src: url('../fonts/lato/Lato-LightItalic.ttf');
-}
+ src: url('../fonts/lato/Lato-Italic.ttf');
-@font-face {
- font-family: 'Lato';
- font-weight: bolder;
- font-style: normal;
- src: url('../fonts/lato/Lato-Black.ttf');
-}
-
-@font-face {
- font-family: 'Lato';
- font-weight: bolder;
- font-style: italic;
- src: url('../fonts/lato/Lato-BlackItalic.ttf');
-}
-
-@font-face {
- font-family: 'Lato';
- font-weight: thin;
- font-style: normal;
- src: url('../fonts/lato/Lato-Light.ttf');
-}
-
-@font-face {
- font-family: 'Lato';
- font-weight: thin;
- font-style: italic;
- src: url('../fonts/lato/Lato-ThinItalic.ttf');
}
@font-face {
diff --git a/docs/src/stylesheets/g.css b/docs/src/stylesheets/g.css
index 3875f61..8e49104 100644
--- a/docs/src/stylesheets/g.css
+++ b/docs/src/stylesheets/g.css
@@ -251,27 +251,21 @@ article.md-content__inner.md-typeset:after {
*****************************/
/* Fade in content */
-
.fade-in-up-section {
opacity: 0;
- /* Start hidden */
transform: translateY(20px);
- /* Start slightly below */
transition: opacity 2s ease-in-out, transform 2s ease-in-out;
- /* Transition for both opacity and transform */
}
.fade-in-up-section.visible {
opacity: 1;
- /* Fully visible */
transform: translateY(0);
- /* Move to original position */
}
.fade-in-up-content {
padding: 20px;
border-radius: 5px;
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
+ /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}
/* Career meta-information */
@@ -336,7 +330,7 @@ article.md-content__inner.md-typeset:after {
}
.tabbed-content {
- background-color: #FAF9F6;
+ background-color: var(--quarternary-colour);
margin-top: 0;
}
@@ -410,7 +404,6 @@ p.blurb {
}
/* Portfolio */
-
.two-column {
display: grid;
grid-template-columns: repeat(2, 1fr);
@@ -421,11 +414,18 @@ p.blurb {
border-bottom: 1px solid var(--quarternary-colour);
.column {
- justify-self: center;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
padding: 20px;
text-align: left;
.content {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ height: 100%;
+
h6 {
font-size: max(calc(var(--text-variable-size) + 5px), calc(var(--text-min-size) + 2px));
color: var(--primary-colour);
@@ -440,12 +440,23 @@ p.blurb {
}
}
+div.md-typeset__table table {
+ font-family: var(--secondary-font);
+ font-size: max(calc(var(--text-variable-size) + 3px), calc(var(--text-min-size) + 2px)) !important;
+
+ thead {
+ font-weight: bold;
+ font-size: max(calc(var(--text-variable-size) + 7px), calc(var(--text-min-size) + 2px)) !important;
+ background-color: var(--quarternary-colour);
+ }
+}
+
/*****************************
* STATUS
*****************************/
div.status-green {
- background-color: #007a5a;
+ background-color: var(--green);
color: var(--background-colour);
border-radius: 5px;
padding: 5px 15px;
diff --git a/docs/visual.md b/docs/visual.md
index e69de29..e7b4f0e 100644
--- a/docs/visual.md
+++ b/docs/visual.md
@@ -0,0 +1,5 @@
+
+| Content types | | |
+| :--- | :--- | :--- |
+| :material-school: Academic writing | | |
+| :fontawesome-solid-paintbrush: Content marketing | | |