commit 8f58633dcb7d6cfc19f03fcbafa3e642a19ef2e1
parent c213dc64e7d68345ac85241b8ce4cec6f8000a5e
Author: Hunter
Date:   Mon,  7 Jul 2025 22:11:24 -0400

add pages; image resources

Diffstat:
Apages/avocado.html | 43+++++++++++++++++++++++++++++++++++++++++++
Aresources/images/297434.png | 0
Aresources/images/Coffeeclipart.webp | 0
Aresources/images/clippy.jpg | 0
Aresources/images/clock.jpg | 0
Aresources/images/scared_mouse.gif | 0
Aresources/images/sun.png | 0
Aresources/images/under-construction-pikachu.gif | 0
Aresources/images/underconstruction.gif | 0
Aresources/images/welcome.gif | 0
Aresources/images/windows.gif | 0
11 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/pages/avocado.html b/pages/avocado.html @@ -0,0 +1,42 @@ +<html> + <head> + <style> + body {background-color:green} + body {color:white; text-shadow: 2px 2px black;} + img {width:100%} + p, ul {font-size: 35} + hr {color: white} + </style> + </head> + <body> + <marquee><h1>πŸ₯‘ hello πŸ₯‘ to πŸ₯‘ all πŸ₯‘ the πŸ₯‘ avacado πŸ₯‘ farmers πŸ₯‘ of πŸ₯‘ the πŸ₯‘ world πŸ₯‘</h1></marquee> + <h2>welcome to the avacodo warehouse</h2> + <img src="https://media.self.com/photos/5b43712e4d0c3c282a8878d1/master/pass/avocado.jpg"> + <p> + so you're looking for some avacados, eh? πŸ₯‘</p> + <p> + well, you came to the right place. + </p> + <img src="https://openclipart.org/image/800px/270173"> + <p> + hi, my name is richmond pocatillo, and my family + has been in the avacado business for <b>5 generations.</b> + </p> + <p> + there isn't a guac recipe we haven't tried. + here are some of our favorites: + </p> + <i><h1>Our family's Top 3 Guac Recipes.......... πŸ₯‘</h1></i> + <hr> + <ul> + <li><b>Classic Guac</b> – Avocado, lime, salt, red onion, and cilantro.</li> + <li><b>Spicy Fiesta</b> – Add jalapeΓ±o, garlic, and diced tomatoes.</li> + <li><b>Tropical Twist</b> – Mix in mango, pineapple, and a dash of chili powder.</li> + </ul> + <img src="https://openclipart.org/image/800px/188782" style="width:200px; height:200px;"> + <h1>Try it Now!! Our yummy avacado coffee beverage</h1> + <i><p>"What the? Eww..." - Jen Lu</p></i> + <img src="resources/images/sun.png" style="background-color:LemonChiffon"> + <p>Anyway, thanks for checking out the site! Stay tuned for more avacado growing tips! 🌞</p> + </body> +</html> +\ No newline at end of file diff --git a/resources/images/297434.png b/resources/images/297434.png Binary files differ. diff --git a/resources/images/Coffeeclipart.webp b/resources/images/Coffeeclipart.webp Binary files differ. diff --git a/resources/images/clippy.jpg b/resources/images/clippy.jpg Binary files differ. diff --git a/resources/images/clock.jpg b/resources/images/clock.jpg Binary files differ. diff --git a/resources/images/scared_mouse.gif b/resources/images/scared_mouse.gif Binary files differ. diff --git a/resources/images/sun.png b/resources/images/sun.png Binary files differ. diff --git a/resources/images/under-construction-pikachu.gif b/resources/images/under-construction-pikachu.gif Binary files differ. diff --git a/resources/images/underconstruction.gif b/resources/images/underconstruction.gif Binary files differ. diff --git a/resources/images/welcome.gif b/resources/images/welcome.gif Binary files differ. diff --git a/resources/images/windows.gif b/resources/images/windows.gif Binary files differ.