crappy house svg I made and some todo items

This commit is contained in:
Pagwin 2024-12-15 19:01:54 -05:00
parent 6de7f119cc
commit 7847c19166
No known key found for this signature in database
GPG key ID: 81137023740CA260
2 changed files with 117 additions and 3 deletions

13
TODO
View file

@ -1,14 +1,21 @@
- make separate blog list page redundant
- move socials to footer
- change navbar into home button
- RSS icon on hover css
- investigate fixing paragraph spacing https://zellwk.com/blog/2016-05-04-wrong-about-vertical-rhythm/
- sitemap - sitemap
- robots.txt - robots.txt
- make overflow behavior in print so scrollbars go away and full content visibl - make overflow behavior in print so scrollbars go away and full content visibl
- make h1 elems in article content h2 elems - make h1 elems in article content h2 elems
- make h2 elems have anchor elems with rel="bookmark" and a name to make them proper bookmarks - make h2 elems have anchor elems with rel="bookmark" and a name to make them proper bookmarks, also add :target css as needed
- stick stuff under h elements into section elems
- add aria roles where sensible https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles - add aria roles where sensible https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles
- Fix articles with inline html in them and/or links - Fix articles with inline html in them and/or links
- post jump points and table of contents (be wary of having this take up too much space on mobile) - post jump points and table of contents (be wary of having this take up too much space on mobile) absolutely positioned on the left on desktop please
- ico? - ico?
- Make references(the tiny number things) appear to the side instead of the bottom on desktop, try to make it bottom of page in print or bottom of print otherwise - Make references(the tiny number things) appear to the side instead of the bottom on desktop, try to make it bottom of page in print or bottom of print otherwise, might need grid or float hard to say atm
- analytics - analytics
https://github.com/electerious/Ackee https://github.com/electerious/Ackee
https://umami.is/ (https://github.com/umami-software/umami) https://umami.is/ (https://github.com/umami-software/umami)
- search functionality - search functionality
- seek out RSS icon for home button maybe?

107
house.svg Normal file
View file

@ -0,0 +1,107 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="512"
height="512"
viewBox="0 0 512 512"
version="1.1"
id="svg1"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
sodipodi:docname="house.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="1.8339844"
inkscape:cx="255.72737"
inkscape:cy="244.00426"
inkscape:window-width="2048"
inkscape:window-height="1192"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.27913"
id="rect1"
width="347.72086"
height="347.72086"
x="87.139565"
y="163.13957"
class="primary-bg" />
<path
sodipodi:type="star"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.37953;stroke-dasharray:none"
id="path1"
inkscape:flatsided="false"
sodipodi:sides="3"
sodipodi:cx="104.14483"
sodipodi:cy="82.879662"
sodipodi:r1="316.83224"
sodipodi:r2="158.41612"
sodipodi:arg1="0.52359878"
sodipodi:arg2="1.5707963"
inkscape:rounded="-3.469447e-18"
inkscape:randomized="0"
d="m 378.5296,241.29579 -274.38477,-1e-5 -274.38477,0 L -33.04756,3.671604 104.14483,-233.95258 241.33721,3.6715967 Z"
inkscape:transform-center-y="-23.23117"
transform="matrix(0.928836,0,0,0.29329294,159.22364,94.021247)"
inkscape:transform-center-x="-3.6937831e-06"
class="primary-bg" />
<rect
style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:3.77952756;stroke-opacity:1;stroke-dasharray:none"
id="rect2"
width="68.574364"
height="138.57436"
x="220.71281"
y="372.71283"
rx="2.1683502"
ry="1.9701023"
class="secondary-border" />
<ellipse
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.26186;stroke-dasharray:none;stroke-opacity:1"
id="path2"
cx="279.36908"
cy="444.36908"
rx="4.3690701"
ry="4.3690696"
class="secondary-bg" />
<rect
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.80133;stroke-dasharray:none;stroke-opacity:1"
id="rect3"
width="66.198883"
height="67.067093"
x="117.39257"
y="368.05112"
rx="2.1974249"
ry="4"
class="secondary-bg" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:2.85706;stroke-dasharray:none;stroke-opacity:1"
d="m 115.59532,400.76677 h 69.79339 z"
id="path3"
class="primary-stroke" />
<path
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.41671;stroke-dasharray:none;stroke-opacity:1"
d="m 150.0427,352.23855 v 98.14697 z"
id="path4"
class="primary-stroke" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB