diff --git a/docs/index.md b/docs/index.md index da61b5c..c36863a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,17 +20,17 @@ hide:
- +
- +
- +
diff --git a/docs/index2.md b/docs/index2.md deleted file mode 100644 index 5f33111..0000000 --- a/docs/index2.md +++ /dev/null @@ -1,196 +0,0 @@ ---- -title: Gugulethu Hlekwayo -description: "This is not the website you're looking for." -hide: - - toc - - navigation - - footer ---- - - - - - -
-
- -
-
- - diff --git a/docs/index3.md b/docs/index3.md deleted file mode 100644 index 48314f0..0000000 --- a/docs/index3.md +++ /dev/null @@ -1,75 +0,0 @@ ---- -title: Gugulethu Hlekwayo -description: "This is not the website you're looking for." -hide: - - toc - - navigation - - footer ---- - - - - - - - - -
-
-
-
a thousand words at a time
-
-
-
-
-
words for humans
-
-
-
-
-
> console.log("words")
-
-
-
diff --git a/docs/overrides/partials/footer.html b/docs/overrides/partials/footer.html index 1bc0620..0d54020 100644 --- a/docs/overrides/partials/footer.html +++ b/docs/overrides/partials/footer.html @@ -1,8 +1,8 @@ diff --git a/docs/resume.md b/docs/resume.md index 0203536..7cf07ec 100644 --- a/docs/resume.md +++ b/docs/resume.md @@ -339,20 +339,12 @@ body { πŸ€– automated check->>✍🏽 writer: Return fixes ✍🏽 writer->>✍🏽 writer: Prepare and publish final draft ``` - -
-
-
-
-
An example of the documentation writing process.

Process

Publishing content, reviewing content, and managing a tehcnical writing team involves creating processes around people. As a team lead, I've had to define priorities for the documentation function; mentor and manage other writers; create writing and review processes; measure impact; and manage relationships with software engineering teams, marketing and sales, and executives.

-
Maintained legacy API Reference
-

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/stylesheets/g.css b/docs/src/stylesheets/g.css index 9dee09c..884799e 100644 --- a/docs/src/stylesheets/g.css +++ b/docs/src/stylesheets/g.css @@ -138,6 +138,7 @@ div.footer { color: var(--primary-colour); margin-left: 2em; font-size: max(calc(var(--text-variable-size) * 2), calc(var(--text-min-size) + 2px)); + font-family: var(--primary-font); } } diff --git a/docs/src/stylesheets/index2.css b/docs/src/stylesheets/index2.css deleted file mode 100644 index a11edd6..0000000 --- a/docs/src/stylesheets/index2.css +++ /dev/null @@ -1,104 +0,0 @@ -@import url(_colours.css); - -header, -nav, -footer, -.md-content .md-typeset h1 { - display: none !important; -} - -* { - margin: 0; - padding: 0; - box-sizing: border-box; -} - -html { - min-height: 100vh; - width: 100%; -} - -body { - background-color: white; - height: 100%; - font-family: 'Lato', sans-serif; - font-weight: bold; - margin: 0; - padding: 0; - box-sizing: border-box; -} - -.md-grid { - max-width: 100vw; - margin: 0; - padding: 0; -} - -.md-content__inner { - padding: 0; - margin: 0; -} - -.grid-container { - display: grid; - grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); - gap: 50px; - min-height: 95vh; - width: 100%; - padding: 0; -} - -.column { - position: relative; - width: 100%; - height: auto; - background-size: contain; - background-repeat: no-repeat; - background-position: center center; - transition: all 0.3s ease; - opacity: 0.5; -} - -.column:hover { - opacity: 1; - filter: invert(50%); -} - -.content { - position: static; - top: 0; - left: 0; - width: 100%; - height: 100%; - opacity: 0; - transition: all 0.3s ease; - color: var(--md-primary-fg-color); - display: flex; - align-items: center; - justify-content: center; - text-align: center; - z-index: 1; -} - -.column:hover .content { - opacity: 0; - animation: fadeIn 1s ease-out forwards; -} - -@keyframes fadeIn { - from { - opacity: 0; - } - - to { - opacity: 1; - } -} - -div.content>div { - margin: 0; - font-size: 1.5em; - color: var(--md-primary-fg-color); - padding: 8px; - font-size: 1.5em; -}