summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-12-14 17:30:00 -0500
committerAdam T. Carpenter <atc@53hor.net>2020-12-14 17:30:00 -0500
commit2d70a0e45d9aef986cb3049de01978b56d830272 (patch)
tree96ab548f5e7fdcd23571f821dcb487f2ede45a27
parente8323c71bb5f3fdd82c3159000dbc76ec5fdab51 (diff)
download53hor-2d70a0e45d9aef986cb3049de01978b56d830272.tar.xz
53hor-2d70a0e45d9aef986cb3049de01978b56d830272.zip
updated drafts, added live to makefile
-rw-r--r--Makefile2
-rw-r--r--drafts/avoiding null in csharp.html0
-rw-r--r--drafts/biz class internet is worth it.html0
-rw-r--r--drafts/clementine.html0
-rw-r--r--drafts/form-fields.html15
-rw-r--r--drafts/html-for-docs-2020.html5
-rw-r--r--drafts/living with freebsd.html0
-rw-r--r--drafts/living with linux.html0
-rw-r--r--drafts/my first car is a 1953 hudson hornet.html0
-rw-r--r--drafts/oh sh*t (the case for better brakes and tires).html0
-rw-r--r--drafts/server closets in the summer.html0
-rw-r--r--drafts/used-refurb-2020.html7
-rw-r--r--drafts/what happens when you remove js from your site.html0
-rw-r--r--drafts/what is a script no really.html0
-rw-r--r--includes/images/light_button.pngbin0 -> 2072 bytes
-rw-r--r--includes/images/power-button.gifbin0 -> 999 bytes
-rw-r--r--includes/images/powerlogo.pngbin0 -> 4608 bytes
-rw-r--r--info.html4
18 files changed, 33 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b8b9e14..d8458d6 100644
--- a/Makefile
+++ b/Makefile
@@ -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
new file mode 100644
index 0000000..6f7a55b
--- /dev/null
+++ b/includes/images/light_button.png
Binary files differ
diff --git a/includes/images/power-button.gif b/includes/images/power-button.gif
new file mode 100644
index 0000000..cd41141
--- /dev/null
+++ b/includes/images/power-button.gif
Binary files differ
diff --git a/includes/images/powerlogo.png b/includes/images/powerlogo.png
new file mode 100644
index 0000000..9a89b37
--- /dev/null
+++ b/includes/images/powerlogo.png
Binary files differ
diff --git a/info.html b/info.html
index 6210a09..0ef4264 100644
--- a/info.html
+++ b/info.html
@@ -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>