From 6fe2eca6cfba7b734fc96a974201e2622d020a07 Mon Sep 17 00:00:00 2001 From: g* Date: Wed, 18 Jun 2025 17:08:54 +0200 Subject: [PATCH] . --- docs/resume.md | 12 ++++----- docs/src/stylesheets/_button.css | 15 ------------ docs/src/stylesheets/_fonts.css | 1 + docs/src/stylesheets/_page-resume.css | 18 ++++++++------ docs/src/stylesheets/g.css | 20 ++++++++++++--- docs/visual.md | 14 ----------- mkdocs.yml | 35 +-------------------------- 7 files changed, 35 insertions(+), 80 deletions(-) delete mode 100644 docs/src/stylesheets/_button.css diff --git a/docs/resume.md b/docs/resume.md index 87b36f7..0560b8e 100644 --- a/docs/resume.md +++ b/docs/resume.md @@ -100,7 +100,7 @@ body {
Promoted to team lead
-

I was promoted to team lead to lead a team of two other technical writers. This shifted my role into more managerial tasks on top of working on documentation.

+

I was promoted to team lead to manage and mentor two other technical writers. This shifted my role into more managerial tasks on top of working on documentation.

@@ -203,7 +203,7 @@ body { <<<<<<< HEAD
-

Writing

+

Writing

Writing is my primary skill and I'm capable of writing in different formats using different mediums to persuade, teach, and engage. I've been writing professionally for over 15 years and privately since as far as memory can recall.

@@ -291,16 +291,16 @@ body {

Technical

As a one-man technical writing department, my technical skills are important to maintaining Documentation Operations (DocOps) and building infrastructure. I create, service, and maintain all the technical aspects of documentation.

- Web development
html, javascript, css, sass, python, static site generators, node.js, yaml, appsmith
+
Web development
html, javascript, css, sass, python, static site generators, node.js, yaml, appsmith
- DocOps and automation
github workflows, vale linting, shell scripting, node red
+
DocOps and automation
github workflows, vale linting, shell scripting, node red
- Reading and writing code
javascript, python, json, xpath, yaml, openapi spec, graphql, markdown
+
Reading and writing code
javascript, python, json, xpath, yaml, openapi spec, graphql, markdown
- Machine learning
ollama, deepseek, qwen, llama, agents, chatbots, comfyui, openweb-ui
+
Machine learning
ollama, deepseek, qwen, llama, agents, chatbots, comfyui, openweb-ui
diff --git a/docs/src/stylesheets/_button.css b/docs/src/stylesheets/_button.css deleted file mode 100644 index a95793b..0000000 --- a/docs/src/stylesheets/_button.css +++ /dev/null @@ -1,15 +0,0 @@ -/***************************** -* BUTTON -*****************************/ - -div.button { - font-family: var(--secondary-font); - border-bottom: 3px solid var(--secondary-colour); - width: fit-content; - padding-bottom: 3px; - font-weight: bold; - - &:hover { - border-bottom: 3px solid white; - } -} diff --git a/docs/src/stylesheets/_fonts.css b/docs/src/stylesheets/_fonts.css index 865dbad..e05a7f1 100644 --- a/docs/src/stylesheets/_fonts.css +++ b/docs/src/stylesheets/_fonts.css @@ -69,6 +69,7 @@ font-weight: light; font-style: italic; src: url('../fonts/lato/Lato-Italic.woff2'); +} @font-face { font-family: 'Lato'; diff --git a/docs/src/stylesheets/_page-resume.css b/docs/src/stylesheets/_page-resume.css index 7b2ce17..d22a603 100644 --- a/docs/src/stylesheets/_page-resume.css +++ b/docs/src/stylesheets/_page-resume.css @@ -61,23 +61,23 @@ } >label:nth-child(1) { - margin-left: 3vw; + margin-left: 4vw; } >label:nth-child(2) { - margin-left: 18vw; - } - - >label:nth-child(3) { margin-left: 12vw; } + >label:nth-child(3) { + margin-left: 24vw; + } + >label:nth-child(4) { - margin-left: 21vw; + margin-left: 12vw; } >label:nth-child(5) { - margin-left: 3vw; + margin-left: 10vw; } } @@ -159,10 +159,11 @@ p.blurb { background-color: var(--quarternary-colour); border: none !important; border-radius: 5px !important; - box-shadow: none; + box-shadow: none !important; padding: 2em !important; margin: 2em !important; + h6 { span { margin-right: 3px; @@ -172,6 +173,7 @@ p.blurb { &:hover { box-shadow: none !important; border: none !important; + transition: none !important; } } } diff --git a/docs/src/stylesheets/g.css b/docs/src/stylesheets/g.css index 0f22133..9dee09c 100644 --- a/docs/src/stylesheets/g.css +++ b/docs/src/stylesheets/g.css @@ -5,7 +5,6 @@ @import url(_page-resume.css); @import url(_hero-text.css); @import url(_faces.css); -@import url(_button.css); @import url(_media-player.css); @@ -54,8 +53,23 @@ article.md-content__inner.md-typeset:after { max-width: none; } -======= ->>>>>>> parent of ec3c133 (.) +/***************************** +* BUTTON +*****************************/ + +div.button { + font-family: var(--secondary-font); + border-bottom: 3px solid var(--secondary-colour); + width: fit-content; + padding-bottom: 3px; + font-weight: bold; + + &:hover { + border-bottom: 3px solid white; + } +} + + /***************************** * STATUS *****************************/ diff --git a/docs/visual.md b/docs/visual.md index 851cdf5..e69de29 100644 --- a/docs/visual.md +++ b/docs/visual.md @@ -1,14 +0,0 @@ -<<<<<<< HEAD -:material-email: -======= -<<<<<<< HEAD -:material-web: - -:material-code-json: - -:octicons-workflow-16: - -:material-robot: -======= ->>>>>>> parent of ec3c133 (.) ->>>>>>> 86b6f0a (Use gh pages.) diff --git a/mkdocs.yml b/mkdocs.yml index 122af05..79a22b0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,13 +7,6 @@ exclude_docs: | extra: generator: false - social: - - icon: material/web - link: https://gugulet.hu - - icon: material/git - link: https://codeberg.org/gugulethu - - icon: material/linkedin - link: https://www.linkedin.com/in/gugulet-hu extra_css: - src/stylesheets/g.css @@ -44,8 +37,6 @@ markdown_extensions: emoji_index: !!python/name:material.extensions.emoji.twemoji emoji_generator: !!python/name:material.extensions.emoji.to_svg # Allows code block highlighting. [https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/?h=highlig#highlight] - - - pymdownx.highlight # Built on pymdownx.highlight. Allows highlighting inline code. [https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/?h=inline#inlinehilite] - pymdownx.inlinehilite @@ -66,8 +57,6 @@ markdown_extensions: class: mermaid format: !!python/name:mermaid2.fence_mermaid_custom # Allows creating content tabs. [https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/?h=tabb#tabbed] - - - pymdownx.tabbed: alternate_style: true # This is the supported style. Works better on mobile view. # Render tasklists with custom icons. [https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/?h=taskl#tasklist] @@ -122,10 +111,7 @@ plugins: cache_safe: true # Plugin to self-host external assets and for link attributes. [https://squidfunk.github.io/mkdocs-material/plugins/privacy/] - privacy: - links_attr_map: - target: _blank # Open external links in a new page. - assets_exclude: - - cdn.jsdelivr.net/npm/mathjax@3/* + assets_fetch: true - search # Plugin to create index pages for each section. [https://github.com/oprypin/mkdocs-section-index] - section-index @@ -182,25 +168,6 @@ theme: font: false icon: annotation: material/plus-circle-outline - repo: material/git - tag: - analyse: material/finance - collect: material/collapse-all - css: material/language-css3 - database: material/database - display: material/fit-to-screen - html: material/language-html5 - js: material/language-javascript - laptop: material/laptop - logic: material/robot - manual: material/wheel-barrow - mobile: material/cellphone-cog - predict: material/crystal-ball - python: material/language-python - shell: material/console - sync: material/sync-circle - validate: material/check-decagram - watch: material/watch language: en logo: src/gugulet.hu-site-logo-350x350.png name: material