Display AL Logo

Monogram Logo

Intertwined AL Monogram in Navy Blue

This was actually very hard to figure out. When I saw the html, css, and javascript created through Gemini, I thought that was it and I could just copy the code in. I was very wrong, and each time and with different combinations, I got nothing. After this is when I realized that the part of the code that had the image didn’t actually have an image, it was just a placeholder. I used Gemini again to ask how to get the image url and by using Imgur, I got the url. From there, I took out the placeholder text in the html code and replaced it with image url.

This was a lot harder than I thought, but I learned how important it is to carefully read the code.