commit 08ca368c2c1ea271a69d3e8df2325cbfaaf37fb9
parent 02e567d0434abe8713d983d66abb7ead06a2f20a
Author: Hunter
Date:   Tue,  8 Jul 2025 16:28:16 -0400

cleanup unused; add images; update sites

Diffstat:
Aimages/ceedee.gif | 0
Aimages/floppy.gif | 0
Aimages/pika_construction.gif | 0
Aimages/pizza.gif | 0
Dimages/under-construction-pikachu.gif | 0
Mindex.html | 26+-------------------------
Mpages/avocado.html | 8+++++++-
Mpages/my_homepage.html | 24+++++++++++++++++++++++-
8 files changed, 31 insertions(+), 27 deletions(-)

diff --git a/images/ceedee.gif b/images/ceedee.gif Binary files differ. diff --git a/images/floppy.gif b/images/floppy.gif Binary files differ. diff --git a/images/pika_construction.gif b/images/pika_construction.gif Binary files differ. diff --git a/images/pizza.gif b/images/pizza.gif Binary files differ. diff --git a/images/under-construction-pikachu.gif b/images/under-construction-pikachu.gif Binary files differ. diff --git a/index.html b/index.html @@ -17,10 +17,8 @@ </script> <style> :root { - --bg-color: #2d2d2d; --text-color: #f8f8f2; - --editor-bg: #272822; - --preview-bg: #2d2d2d; + --editor-bg: #16181b; } @@ -42,14 +40,12 @@ .editor-pane { width: 50%; height: 100vh; - background: var(--preview-bg); position: relative; } .preview-pane { width: 50%; height: 100vh; - background: var(--preview-bg); position: relative; } @@ -97,27 +93,7 @@ overflow: auto; } - #preview { - padding-top: 0; - } - - /* Hide scrollbars until needed */ - ::-webkit-scrollbar { - width: 12px; - } - - ::-webkit-scrollbar-track { - background: var(--editor-bg); - } - ::-webkit-scrollbar-thumb { - background: var(--border-color); - border-radius: 6px; - } - - ::-webkit-scrollbar-thumb:hover { - background: var(--header-text); - } </style> </head> <body> diff --git a/pages/avocado.html b/pages/avocado.html @@ -37,8 +37,14 @@ <h1 style="color:goldenrod">Try it Now!! Our yummy avocado coffee beverage</h1> <img src="https://openclipart.org/image/800px/188782" style="width:200px; height:200px;"> <i><p>"What the? Eww..." - Jen Lu</p></i> + <hr> + <p>Avocados in the courtroom?<br>This vid made us L-O-L<br>(Laff Out Loud)</p> + <iframe width="100%" height="500px" src="https://www.youtube.com/embed/EEcKyVOkj5g" title="&quot;guacamole justice is a dish best served cold&quot; - judge judy" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> + <br><br> + <hr> + <br> <img src="images/sun.png" style="background-color:LemonChiffon; max-width:400px"> + <p>Anyway, thanks for checking out the site! Stay tuned for our family's prized avocado growing tips! 🌞</p> </center> - <p>Anyway, thanks for checking out the site! Stay tuned for more avocado growing tips! 🌞</p> </body> </html> \ No newline at end of file diff --git a/pages/my_homepage.html b/pages/my_homepage.html @@ -19,6 +19,9 @@ h3 { font-size: 35px; } + img { + max-width:100%; + } </style> </head> <body> @@ -30,9 +33,28 @@ <p> brace yourself. you are in for a wild ride!! </p> - <a href="https://hunterirving.com"><img src="images/windows.gif"></a> + <a href="https://hunterirving.com"><img src="images/windows.gif" style="padding:10px;"></a> <h3>enter by "clicking" on the window above....<br>if you <i><span style="color:red">dare</span></i>.....!</h3> <img src="images/scared_mouse.gif" style="transform: scaleX(-1); margin-bottom:25px"><img src="images/mac.png" width=200px> </center> + <h1 class="heading"> + Here are a few of my favorite images... 🍀 + </h1> + <center> + <img src="images/ceedee.gif" style="width:150px"> + <br><br> + <img src="images/floppy.gif" style="width:100px"> + <img src="images/floppy.gif" style="width:100px; filter: hue-rotate(120deg);"> + <img src="images/floppy.gif" style="width:100px; filter: hue-rotate(270deg);"> + <br> + <img src="images/pika_construction.gif" style="width:50%; image-rendering: pixelated;"> + <br><br> + <img src="images/pizza.gif" style="width:100px"> + <img src="images/pizza.gif" style="width:100px"> + <img src="images/pizza.gif" style="width:100px"> + <img src="images/pizza.gif" style="width:100px"> + <img src="images/pizza.gif" style="width:100px"> + <br> + </center> </body> </html> \ No newline at end of file