diff --git a/config/global/styles/pages/blog.css b/config/global/styles/pages/blog.css index 1c39c83..7391f00 100644 --- a/config/global/styles/pages/blog.css +++ b/config/global/styles/pages/blog.css @@ -12,6 +12,10 @@ overflow: hidden; text-overflow: ellipsis; } + + .post:focus { + border-color: var(--blue); + } h2 { margin: 0; diff --git a/config/global/styles/pages/portfolio.css b/config/global/styles/pages/portfolio.css index 35737b2..fcefc27 100644 --- a/config/global/styles/pages/portfolio.css +++ b/config/global/styles/pages/portfolio.css @@ -1,4 +1,4 @@ -.portfolio { +.portfolio-items { display: flex; flex-wrap: wrap; gap: 2%; @@ -10,6 +10,10 @@ padding: 0.5rem 0; } + .item:focus { + border-color: var(--blue); + } + h3 { margin: 0; } @@ -22,14 +26,18 @@ a { text-decoration: none; } + + a:hover { + color: var(--blue); + } } -.portfolio:not(:last-child) { +.portfolio-items:not(:last-child) { margin-bottom: 10rem; } @media (max-width: 1000px) { - .portfolio { + .portfolio-items { flex-direction: column; .item { diff --git a/config/pages/404/404.md b/config/pages/404/404.md index 8360d3b..ac2bb8e 100755 --- a/config/pages/404/404.md +++ b/config/pages/404/404.md @@ -1,6 +1,4 @@ -

- Error -

+

Error

diff --git a/config/pages/contact/contact.md b/config/pages/contact/contact.md index cdc531d..3c5a916 100755 --- a/config/pages/contact/contact.md +++ b/config/pages/contact/contact.md @@ -1,6 +1,4 @@ -

- Contact -

+

Contact

Need to get in contact with me for whatever reason? The best ways to do so are: diff --git a/config/pages/donate/donate.md b/config/pages/donate/donate.md index 8815150..0e617e5 100755 --- a/config/pages/donate/donate.md +++ b/config/pages/donate/donate.md @@ -1,6 +1,4 @@ -

- Donate -

+

Donate

diff --git a/config/pages/portfolio/conf.toml b/config/pages/portfolio/conf.toml index 81e9942..c36a5d7 100755 --- a/config/pages/portfolio/conf.toml +++ b/config/pages/portfolio/conf.toml @@ -13,8 +13,8 @@ from_str = "config/global/elements/navbar.html" style = "html" [[main.block]] -from_str = "config/pages/portfolio/portfolio.md" -style = "md" +from_str = "config/pages/portfolio/portfolio.html" +style = "html" [[main.block]] from_str = "config/global/elements/footer.html" diff --git a/config/pages/portfolio/portfolio.html b/config/pages/portfolio/portfolio.html new file mode 100755 index 0000000..f267ed9 --- /dev/null +++ b/config/pages/portfolio/portfolio.html @@ -0,0 +1,36 @@ +

Portfolio

+ +
+

Selected Works

+ + + +

Even More Stuff

+ + +
diff --git a/config/pages/portfolio/portfolio.md b/config/pages/portfolio/portfolio.md deleted file mode 100755 index 9ddbf52..0000000 --- a/config/pages/portfolio/portfolio.md +++ /dev/null @@ -1,46 +0,0 @@ -

- Portfolio -

- -
- -## Selected Works - -
- -
- -Website -### [Mutant Remix](/portfolio/Mutant_Remix) -
-
- -Tech Support Business -### [CapChord](/portfolio/CapChord) -
-
- -Poem Compilation -### [Poems by Pam](/portfolio/Poems_By_Pam) -
- -
- -## Even More Stuff - -
- -
- -Photon Capture -### [Photography](/portfolio/Photography) -
-
- -Typeface -### [Meat Typeface](/portfolio/Meat_Typeface) -
- -
- -
diff --git a/config/pages/services/services.md b/config/pages/services/services.md index c3be313..e1c38c2 100755 --- a/config/pages/services/services.md +++ b/config/pages/services/services.md @@ -1,6 +1,4 @@ -

- Services -

+

Services

diff --git a/docs/404.html b/docs/404.html index 24a78d8..3ae70e2 100644 --- a/docs/404.html +++ b/docs/404.html @@ -36,9 +36,7 @@
-

- Error -

+

Error

Page Not Found

This page doesn't exist. Why not make it yourself?

diff --git a/docs/contact.html b/docs/contact.html index 4850e64..cf328c4 100644 --- a/docs/contact.html +++ b/docs/contact.html @@ -39,9 +39,7 @@
-

- Contact -

+

Contact

Need to get in contact with me for whatever reason? The best ways to do so are:
    diff --git a/docs/donate.html b/docs/donate.html index 3b02d2b..f98e196 100644 --- a/docs/donate.html +++ b/docs/donate.html @@ -39,9 +39,7 @@
    -

    - Donate -

    +

    Donate

    I spend quite a bit of money and time doing stuff on the internet, but that isn't necessarily sustainable. So, if you're a fan of me, the stuff I post, the things I've made, or that which I host, then consider supporting me. It helps me keep the servers whirring and the code compiling.

    If you're donating for any specific project, then let me know so I can best allocate my resources.

    diff --git a/docs/portfolio.html b/docs/portfolio.html index e9f40eb..994697a 100644 --- a/docs/portfolio.html +++ b/docs/portfolio.html @@ -39,38 +39,45 @@
    -

    - Portfolio -

    -
    -

    Selected Works

    -
    -
    -

    Website

    -

    Mutant Remix

    -
    -
    -

    Tech Support Business

    -

    CapChord

    -
    -
    -

    Poem Compilation

    -

    Poems by Pam

    -
    -
    -

    Even More Stuff

    -
    -
    -

    Photon Capture

    -

    Photography

    -
    -
    -

    Typeface

    -

    Meat Typeface

    -
    -
    -
    + +

    Portfolio

    + + +