diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-03-21 12:24:44 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-03-21 12:24:44 +0100 |
| commit | 9de361d8d774b073ad34d8e5700e76cd7681a3f8 (patch) | |
| tree | e549839cdb15fd59e7f658ada07e2d0d2af7c3f0 /index.html | |
| parent | 8e9cc12e4806eb830515a585ac481c6f37a92f2f (diff) | |
added more images, restyled home page
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 128 |
1 files changed, 84 insertions, 44 deletions
@@ -34,54 +34,94 @@ <a href="https://wiby.me/surprise" target="_blank">Link to a random website (opens in new tab)</a> </div> - <main id="wrapper-center"> - <div id="lists"> - <h3>favourite foods:</h3> - <ul> - <li>steak</li> - <li>mapo tofu</li> - <li>jägerschnitzel</li> - <li>schweinshaxe</li> - <li>teriyaki salmon</li> - </ul> - - <br> - - <h3>favourite video games:</h3> - <ol> - <li>Monster Hunter 4 Ultimate</li> - <li>Fallout: New Vegas</li> - <li>The Legend of Zelda: Majora's Mask</li> - <li>Devil May Cry 3</li> - <li>Final Fantasy X</li> - </ol> - - <br> - - <h3>favourite anime:</h3> - <ol> - <li>Serial Experiments: Lain</li> - <li>Detective Conan</li> - <li>Ergo Proxy</li> - <li>Monogatari Series</li> - <li>Tengen Toppa Gurren Lagann</li> - </ol> + <main> + <div class="wrapper-space"> + <div class="lists"> + <h3>favourite foods:</h3> + <ul> + <li>steak</li> + <li>mapo tofu</li> + <li>jägerschnitzel</li> + <li>schweinshaxe</li> + <li>teriyaki salmon</li> + </ul> + + <br> + + <h3>favourite video games:</h3> + <ol> + <li>Monster Hunter 4 Ultimate</li> + <li>Fallout: New Vegas</li> + <li>The Legend of Zelda: Majora's Mask</li> + <li>Devil May Cry 3</li> + <li>Final Fantasy X</li> + </ol> + </div> + + <div class="lists"> + <h3>favourite anime:</h3> + <ol> + <li>Serial Experiments: Lain</li> + <li>Detective Conan</li> + <li>Ergo Proxy</li> + <li>Monogatari Series</li> + <li>Tengen Toppa Gurren Lagann</li> + </ol> + + <br> + + <h3>favourite manga:</h3> + <ol> + <li>Yu Yu Hakusho</li> + <li>Detective Conan</li> + <li>Baki</li> + <li>Killing Stalking</li> + <li>Jojo's Bizzare Adventure</li> + </ol> + </div> + + <div class="img-wrapper img-right"> + <img src="./images/big-dick.jpg" alt="This is a picture of Konata from Lucky Star with a hoodie that says 'big dick is back in town'"> + </div> + </div> - <br> + <div class="flex-stack top-gap bottom-gap"> + + <div class="wrapper-centered"> + <h2> + Some super cool pictures. + </h2> + </div> - <h3>favourite manga:</h3> - <ol> - <li>Yu Yu Hakusho</li> - <li>Detective Conan</li> - <li>Baki</li> - <li>Killing Stalking</li> - <li>Jojo's Bizzare Adventure</li> - </ol> - </div> - <div id="img-wrapper"> - <img src="./images/big-dick.jpg" alt="This is a picture of Konata from Lucky Star with a hoodie that says 'big dick is back in town'"> + <div class="wrapper-space top-gap align-center"> + <div class="img-wrapper flex-stack"> + <img src="./images/img1.jpg" alt="Picture of Johnny Silverhand"> + <span class="text-centered">Johnny</span> + </div> + + <div class="img-wrapper flex-stack"> + <img src="./images/img2.jpg" alt="Picture of a tired Konata, together with Kagami and Tsukihi"> + <span class="text-centered">Sleepyhead</span> + </div> + + <div class="img-wrapper flex-stack"> + <img src="./images/img3.png" alt="Picture of Kaiki Deishu from Monogatari Series"> + <span class="text-centered">His smile and optimism: GONE</span> + </div> + + <div class="img-wrapper flex-stack"> + <img src="./images/img4.jpg" alt="Picture of Araragi Koyomi and Oshino Shinobu from Monogatari Series"> + <span class="text-centered">Donuts</span> + </div> + </div> </div> </main> + + <footer> + <div class="wrapper-centered"> + <p>Bottom Text</p> + </div> + </footer> </body> <script src=""></script> |
