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/code-data.md b/docs/resume.md similarity index 100% rename from docs/code-data.md rename to docs/resume.md diff --git a/docs/src/gugulet.hu-technical-face-1276x425.png b/docs/src/gugulet.hu-technical-face-1276x425.png deleted file mode 100644 index 6cd41c4..0000000 Binary files a/docs/src/gugulet.hu-technical-face-1276x425.png and /dev/null differ diff --git a/docs/src/gugulet.hu-visual-face-1276x1276 copy.webp b/docs/src/gugulet.hu-visual-face-1276x1276 copy.webp deleted file mode 100644 index 0c3d1bd..0000000 Binary files a/docs/src/gugulet.hu-visual-face-1276x1276 copy.webp and /dev/null differ diff --git a/docs/src/gugulet.hu-visual-face-1276x425.png b/docs/src/gugulet.hu-visual-face-1276x425.png deleted file mode 100644 index 4ea9b88..0000000 Binary files a/docs/src/gugulet.hu-visual-face-1276x425.png and /dev/null differ diff --git a/docs/src/gugulet.hu-writing-face-1276x425.png b/docs/src/gugulet.hu-writing-face-1276x425.png deleted file mode 100644 index c8086f1..0000000 Binary files a/docs/src/gugulet.hu-writing-face-1276x425.png and /dev/null differ 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; -} diff --git a/docs/technical.md b/docs/technical.md new file mode 100644 index 0000000..e69de29 diff --git a/mkdocs.yml b/mkdocs.yml index f5f8389..739bc14 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -91,8 +91,8 @@ nav: - Homepage: index.md - Writing: writing.md - Visual: visual.md - - Code and Data: - - code-data.md + - Technical: + - technical.md - Qself: - qself/qself.md - Getting started: qself/getting-started.md