Skip to content

Commit

Permalink
Add floaty logos to the page.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgamblin committed Nov 13, 2023
1 parent 7f0ef88 commit c63d477
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 2 deletions.
3 changes: 3 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ title = "HPSF"

[params.meta]
keywords = "some, keywords, for, seo, you, know, google, duckduckgo, and, such"

[markup.goldmark.renderer]
unsafe= true
4 changes: 2 additions & 2 deletions layouts/partials/custom_head.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

--section-light-text-color: #000000!important;
--section-light-bg-color: #ffffff!important;
--section-dark-bg-color: #253761!important;
--section-dark-bg-color: #999999!important;
--section-dark-text-color: #ffffff!important;

/* define list element for unnumbered lists, leave empty for default list element */
Expand All @@ -34,7 +34,7 @@
local "static/css"-directory. Then add a <link>-tag
referencing your "custom.css" like so: -->

<!-- <link rel="stylesheet" href='{{ "css/custom.css" | absURL }}'> -->
<link rel="stylesheet" href='{{ "css/custom.css" | absURL }}'>

<!-- Custom CSS: Color Codes
You may checkout https://htmlcolorcodes.com/ to get those
Expand Down
14 changes: 14 additions & 0 deletions static/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
img[src$='#logo'] {
height: 64px;
margin: 10px;
float: left;
backgrond: #ffffff;
}

div.post-holder {
overflow: hidden;
}

div.logos {
overflow: hidden;
}
Binary file removed static/images/board-bunch-cooking-food-349609.jpg
Binary file not shown.
Binary file removed static/images/chef-hat.png
Binary file not shown.
Binary file removed static/images/cover-image.jpg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit c63d477

Please sign in to comment.