diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | drafts/avoiding null in csharp.html | 0 | ||||
-rw-r--r-- | drafts/biz class internet is worth it.html | 0 | ||||
-rw-r--r-- | drafts/clementine.html | 0 | ||||
-rw-r--r-- | drafts/form-fields.html | 15 | ||||
-rw-r--r-- | drafts/html-for-docs-2020.html | 5 | ||||
-rw-r--r-- | drafts/living with freebsd.html | 0 | ||||
-rw-r--r-- | drafts/living with linux.html | 0 | ||||
-rw-r--r-- | drafts/my first car is a 1953 hudson hornet.html | 0 | ||||
-rw-r--r-- | drafts/oh sh*t (the case for better brakes and tires).html | 0 | ||||
-rw-r--r-- | drafts/server closets in the summer.html | 0 | ||||
-rw-r--r-- | drafts/used-refurb-2020.html | 7 | ||||
-rw-r--r-- | drafts/what happens when you remove js from your site.html | 0 | ||||
-rw-r--r-- | drafts/what is a script no really.html | 0 | ||||
-rw-r--r-- | includes/images/light_button.png | bin | 0 -> 2072 bytes | |||
-rw-r--r-- | includes/images/power-button.gif | bin | 0 -> 999 bytes | |||
-rw-r--r-- | includes/images/powerlogo.png | bin | 0 -> 4608 bytes | |||
-rw-r--r-- | info.html | 4 |
18 files changed, 33 insertions, 0 deletions
@@ -23,3 +23,5 @@ post: sed -i '' "s#</channel> </rss>#<item> <title>$$TITLE</title> <pubDate>$$LONG_DATE</pubDate> <link>https://www.53hor.net/$$FILENAME</link> <guid>https://www.53hor.net/$$FILENAME</guid> </item>\n</channel> </rss>#" rss.xml; \ sed -i '' "s#<ul id=\"index\">#<ul id=\"index\">\n<li> <a href=\"/$$FILENAME\">$$TITLE <code>$$LONG_DATE</code> </a> </li>#" index.html +live: + rsync -r ./* adam@53hor.net:/srv/www/53hor.net/ diff --git a/drafts/avoiding null in csharp.html b/drafts/avoiding null in csharp.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/avoiding null in csharp.html diff --git a/drafts/biz class internet is worth it.html b/drafts/biz class internet is worth it.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/biz class internet is worth it.html diff --git a/drafts/clementine.html b/drafts/clementine.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/clementine.html diff --git a/drafts/form-fields.html b/drafts/form-fields.html new file mode 100644 index 0000000..0aed689 --- /dev/null +++ b/drafts/form-fields.html @@ -0,0 +1,15 @@ +<p> + I've been trying to increase my knowledge and ability with designing user + interfaces better. I've been reading and watching learning materials by + experts to try to build better interfaces. One of the things I've been trying + to get better at is web form design. I want my forms to be clear, accessible, + and understandable. There's one piece of advice that I've gotten that has left + both me and some other users confused in pursuit of cleaner, slicker looking + web apps. Form input placeholders Form input placeholders seem great in theory + but they're confusing, inaccessible, and less clean in my opinion insert video + by great web designer and author about cleaning up a form users can't see what + they inserted data form validation hints are gone once text is inserted leaves + fields looking pre-populated as optional, unimportant, not a mental TODO +</p> + +<p>https://www.nngroup.com/articles/form-design-placeholders/</p> diff --git a/drafts/html-for-docs-2020.html b/drafts/html-for-docs-2020.html new file mode 100644 index 0000000..be56281 --- /dev/null +++ b/drafts/html-for-docs-2020.html @@ -0,0 +1,5 @@ +<h1>Document Writing: Markdown? Latex? WINWORD.EXE? Nope, just HTML</h1> + +<p><img src="https://nextcloud.53hor.net/s/4e4YLXQqEs8iwCa/preview" /></p> + +<p>The year is 2020 and I write the majority of my documents in HTML.</p> diff --git a/drafts/living with freebsd.html b/drafts/living with freebsd.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/living with freebsd.html diff --git a/drafts/living with linux.html b/drafts/living with linux.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/living with linux.html diff --git a/drafts/my first car is a 1953 hudson hornet.html b/drafts/my first car is a 1953 hudson hornet.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/my first car is a 1953 hudson hornet.html diff --git a/drafts/oh sh*t (the case for better brakes and tires).html b/drafts/oh sh*t (the case for better brakes and tires).html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/oh sh*t (the case for better brakes and tires).html diff --git a/drafts/server closets in the summer.html b/drafts/server closets in the summer.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/server closets in the summer.html diff --git a/drafts/used-refurb-2020.html b/drafts/used-refurb-2020.html new file mode 100644 index 0000000..87bd641 --- /dev/null +++ b/drafts/used-refurb-2020.html @@ -0,0 +1,7 @@ +<h1>Used & Refurbished PCs in 2020? Yes, Please!</h1> + +<ul> + <li>cost</li> + <li>availability</li> + <li>environment</li> +</ul> diff --git a/drafts/what happens when you remove js from your site.html b/drafts/what happens when you remove js from your site.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/what happens when you remove js from your site.html diff --git a/drafts/what is a script no really.html b/drafts/what is a script no really.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/what is a script no really.html diff --git a/includes/images/light_button.png b/includes/images/light_button.png Binary files differnew file mode 100644 index 0000000..6f7a55b --- /dev/null +++ b/includes/images/light_button.png diff --git a/includes/images/power-button.gif b/includes/images/power-button.gif Binary files differnew file mode 100644 index 0000000..cd41141 --- /dev/null +++ b/includes/images/power-button.gif diff --git a/includes/images/powerlogo.png b/includes/images/powerlogo.png Binary files differnew file mode 100644 index 0000000..9a89b37 --- /dev/null +++ b/includes/images/powerlogo.png @@ -231,6 +231,10 @@ >Justin Wernick's about page</a >. </p> + + <h2>Hosting</h2> + <img src="includes/images/power-button.gif" /> + <img src="includes/images/light_button.png" /> </article> </body> </html> |