From 286e10387b8abb38b7147fb4f1a68321e31417ee Mon Sep 17 00:00:00 2001 From: "Hunter T. Chapman" Date: Wed, 10 Dec 2025 13:30:18 -0500 Subject: [PATCH 1/6] update history copy --- app/views/users/_history.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/users/_history.html.erb b/app/views/users/_history.html.erb index 8995b99..ddee519 100644 --- a/app/views/users/_history.html.erb +++ b/app/views/users/_history.html.erb @@ -17,7 +17,7 @@

Youth

<%= link_to image_tag("tractor1.jpg", :alt => "Farm Life", class: "image-responsive max-200"), "https://www.google.com/maps/place/30%C2%B005'10.3%22N+83%C2%B015'28.5%22W/@30.0861812,-83.2666748,2808m/data=!3m2!1e3!4b1!4m14!1m7!3m6!1s0x88eecb929a115edb:0x15ea2893f8ab024c!2sMayo,+FL+32066!3b1!8m2!3d30.053001!4d-83.1748578!3m5!1s0x0:0x0!7e2!8m2!3d30.0861816!4d-83.2579202", target: :_blank %> -

Yes, A real farm.
With Cows and Chickens and everything.

+

Yes, A real farm.
With Cows and Chickens and everything

@@ -25,7 +25,7 @@

College Years

<%= image_tag("bw-college.jpg", :alt => "College Life", class: "image-responsive max-200") %> -

In a word they were,
interesting.

+

Apparently four years bouncing around majors was not 'winning'

@@ -35,7 +35,7 @@

Management

<%= image_tag("RP-Logo-Circle.png", :alt => "Renaissance Printing", class: "image-responsive max-200 pad-5P-down") %> -

8 Years navigating the victories & perils of operating a business

+

8 Years navigating the victories & perils of operating a business

@@ -43,8 +43,8 @@

Dev BootCamp

- <%= link_to image_tag("dbc-standard-logo-gray.png", :alt => "DevBootCamp", class: "image-responsive max-200 pad-10P-down"), "https://www.youtube.com/watch?v=fPoj6s8S-FE", target: :_blank %> -

Serious Web Development Training Seriously

+ <%= link_to image_tag("dbc-standard-logo-gray.png", :alt => "DevBootCamp", class: "image-responsive max-200 pad-10P-down"), "https://www.youtube.com/watch?v=Lqmg9bI8-RA", target: :_blank %> +

Serious Web Dev training for folks serious about affecting positive change

From 2468b4e1515b2aebb786127ff6c146bbb8a73e62 Mon Sep 17 00:00:00 2001 From: "Hunter T. Chapman" Date: Wed, 10 Dec 2025 14:00:27 -0500 Subject: [PATCH 2/6] update interest copy --- app/views/users/_interests.html.erb | 32 ++++++++++++++--------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/app/views/users/_interests.html.erb b/app/views/users/_interests.html.erb index 8b70d26..8cb6d8d 100644 --- a/app/views/users/_interests.html.erb +++ b/app/views/users/_interests.html.erb @@ -15,38 +15,36 @@
-

Robotics

+

Robotics

<%= image_tag("robo-logo2.png", :alt => "Roboto", class: "image-responsive max-200") %> -

When robots rule the world, at least I'll still be able to land a programming gig!

+

IF/ELSE gates hit different when logic errors might actually crush your skull.


-
-
-

A.I.

- <%= image_tag("ai4.png", :alt => "A.I.", class: "image-responsive max-200") %> -

If the internet is a giant series of tubes then A.I. is for sure a giant(er) series of gates.

-
-
-
-
-

Electric Vehicles

+

Electric Vehicles

<%= link_to image_tag("EV-2.png", :alt => "EV Bus Conversion", class: "image-responsive max-200"), "https://www.youtube.com/watch?v=M96c2vpPjPo", target: :_blank %> -

ZoomZoom > VroomVroom

-

Time to 'Power Up' globally. 🍄

-

Fun Fact: I built my own from scratch before it was cool.
Would you link to know more?

+

ZoomZoom > VroomVroom
Fun Fact: I built one from scratch before it was cool.


+
+
+

A.I.

+ <%= image_tag("ai6.png", :alt => "A.I.", class: "image-responsive max-200") %> +

If the internet is a giant series of tubes then A.I. is just a giant series of gates.

+
+
+
+
-

"Auto"-Mobiles

+

"Auto"-Mobiles

<%= image_tag("automobile.png", :alt => "Self Drive", class: "image-responsive max-200") %> -

26 Coast to Coast road trips under my belt.
I really enjoy a good drive.
I'd give up the steering wheel in an instant if...
it meant everyone else did too.

+

I'd give up the steering wheel in an instant if...
Everyone else did too.

From ec63d4ee2ccd1045ad8608c7e05fa5522d12d33c Mon Sep 17 00:00:00 2001 From: "Hunter T. Chapman" Date: Wed, 10 Dec 2025 14:03:07 -0500 Subject: [PATCH 3/6] ensure nav btn top level in all viewports --- app/assets/stylesheets/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/style.css b/app/assets/stylesheets/style.css index 24282f7..fcb2cd3 100755 --- a/app/assets/stylesheets/style.css +++ b/app/assets/stylesheets/style.css @@ -88,6 +88,14 @@ button.navbar-toggle { color: #fff; } +#navbar-toggle { + z-index: 1000; +} + +#debug-toggle { + z-index: 1000; +} + .responsive-navbar { width: 100%; } From 8fa493e7324ecaad109b6168fbbc8e85c5c60b20 Mon Sep 17 00:00:00 2001 From: "Hunter T. Chapman" Date: Wed, 10 Dec 2025 14:18:04 -0500 Subject: [PATCH 4/6] first pass funny caro --- app/helpers/giggle_helper.rb | 12 ++++++++++++ app/views/users/_funnies.html.erb | 20 +++++++++++++++++++- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/app/helpers/giggle_helper.rb b/app/helpers/giggle_helper.rb index 9f3cce3..e38055c 100644 --- a/app/helpers/giggle_helper.rb +++ b/app/helpers/giggle_helper.rb @@ -9,4 +9,16 @@ def random_giggle_image_tag(**options) { alt: File.basename(logical, '.*'), class: 'image-meme image-responsive max-500 pad-5P' }.merge(options) end + + def giggle_images(**options) + root = Rails.root.join('app','assets','images') + glob = root.join('giggles','**','*.{png,jpg,jpeg,gif,webp,svg}') + files = Dir.glob(glob.to_s, File::FNM_CASEFOLD) + logical = files.sample&.sub(root.to_s + '/', '') || 'giggles/giggle_0.png' + result = [] + files.each do |file| + result << files.sample&.sub(root.to_s + '/', '') || 'giggles/giggle_0.png' + end + result + end end diff --git a/app/views/users/_funnies.html.erb b/app/views/users/_funnies.html.erb index fee4903..4296ee6 100644 --- a/app/views/users/_funnies.html.erb +++ b/app/views/users/_funnies.html.erb @@ -13,7 +13,25 @@
- <%= random_giggle_image_tag(class: 'image-meme image-responsive max-500 pad-5P') %> +
From 6deb2e2644a61378a89e9696c961833b61b56b09 Mon Sep 17 00:00:00 2001 From: "Hunter T. Chapman" Date: Wed, 10 Dec 2025 14:30:34 -0500 Subject: [PATCH 5/6] better funny caro --- app/assets/stylesheets/style.css | 4 ++++ app/helpers/giggle_helper.rb | 6 +++--- app/views/users/_funnies.html.erb | 16 +++------------- 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/app/assets/stylesheets/style.css b/app/assets/stylesheets/style.css index fcb2cd3..588113b 100755 --- a/app/assets/stylesheets/style.css +++ b/app/assets/stylesheets/style.css @@ -117,6 +117,10 @@ button.navbar-toggle { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); } +#giggle_carousel { + min-height: 500px; +} + #bs-bugger { z-index: 1000; diff --git a/app/helpers/giggle_helper.rb b/app/helpers/giggle_helper.rb index e38055c..6ec216a 100644 --- a/app/helpers/giggle_helper.rb +++ b/app/helpers/giggle_helper.rb @@ -14,10 +14,10 @@ def giggle_images(**options) root = Rails.root.join('app','assets','images') glob = root.join('giggles','**','*.{png,jpg,jpeg,gif,webp,svg}') files = Dir.glob(glob.to_s, File::FNM_CASEFOLD) - logical = files.sample&.sub(root.to_s + '/', '') || 'giggles/giggle_0.png' - result = [] + result = ['giggles/giggle_0.png'] files.each do |file| - result << files.sample&.sub(root.to_s + '/', '') || 'giggles/giggle_0.png' + next if file.include?('giggle_0') + result << file.sub(root.to_s + '/', '') || 'giggles/giggle_0.png' end result end diff --git a/app/views/users/_funnies.html.erb b/app/views/users/_funnies.html.erb index 4296ee6..c757291 100644 --- a/app/views/users/_funnies.html.erb +++ b/app/views/users/_funnies.html.erb @@ -6,27 +6,17 @@

Finally

-

A Giggle a day keeps the demons away.

+

A Giggle a day keeps the demons at bay

-