index.html (2.2 KB)
1 <html> 2 <head> 3 <style> 4 body {background-color:green} 5 body {color:white; text-shadow: 2px 2px black;} 6 img {width:100%} 7 p, ul {font-size: 35} 8 hr {color: white} 9 h1 {font-size: 42} 10 </style> 11 </head> 12 <body> 13 <marquee><h1>π₯ hello π₯ to π₯ all π₯ the π₯ avocado π₯ farmers π₯ of π₯ the π₯ world π₯</h1></marquee> 14 <h1>welcome to the avocado warehouse</h1> 15 <img src="https://hunterirving.github.io/web_workshop/pages/avocado_warehouse/images/avocado.jpg"> 16 <p> 17 so you're looking for some avocados, eh? π₯</p> 18 <p> 19 well, you came to the right place. 20 </p> 21 <img src="https://hunterirving.github.io/web_workshop/pages/avocado_warehouse/images/richmond.png"> 22 <p> 23 hi, my name is richmond pocatillo, and my family 24 has been in the avocado business for <b>5 generations.</b> 25 </p> 26 <p> 27 there isn't a guac recipe we haven't tried. 28 here are some of our favorites: 29 </p> 30 <i><h1>Our family's Top 3 Guac Recipes.......... π₯</h1></i> 31 <hr> 32 <ul> 33 <li><b>Classic Guac</b> β Avocado, lime, salt, red onion, and cilantro.</li> 34 <li><b>Spicy Fiesta</b> β Add jalapeΓ±o, garlic, and diced tomatoes.</li> 35 <li><b>Tropical Twist</b> β Mix in mango, pineapple, and a dash of chili powder.</li> 36 </ul> 37 <center> 38 <h1 style="color:goldenrod">Try it Now!! Our yummy avocado coffee beverage</h1> 39 <img src="https://hunterirving.github.io/web_workshop/resources/images/coffee.gif" style="width:200px; height:200px;"> 40 <i><p>"What the? Eww..." - Jen Lu</p></i> 41 <hr> 42 <p>Avocados in the courtroom?<br>This vid made us L-O-L<br>(Laff Out Loud)</p> 43 <iframe width="100%" height="500px" src="https://www.youtube.com/embed/EEcKyVOkj5g" title=""guacamole justice is a dish best served cold" - 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> 44 <br><br> 45 <hr> 46 <br> 47 <img src="https://hunterirving.github.io/web_workshop/resources/images/sun.png" style="background-color:LemonChiffon; max-width:400px"> 48 <p>Anyway, thanks for checking out the site! Stay tuned for our family's prized avocado growing tips! π</p> 49 </center> 50 </body> 51 </html>