Server IP : 172.16.15.8 / Your IP : 18.219.176.215 Web Server : Apache System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.2.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/akimiavi/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- FootyFanatic MANCHESTER UNITED HOMEPAGE (footyManU.html) --> <HEAD> <meta charset="UTF-8"> <title>Footy Fanatic: Manchester United</title> <STYLE> <!-- STYLING LINKS/IMAGES/BUTTONS --> a:link { color: white; background-color: transparent; text-decoration: underline; text-transform: uppercase; } a:visited { color: white; background-color: transparent; text-decoration: underline; text-transform: uppercase; } img { border: 5px solid #ffffff; max-width: 100%; box-shadow: 10px 10px 5px; } body { font-family: 'American Typewriter', serif; background-color: hsl(0, 100%, 50%); color: white; font-size: 20px; } h1 { font-family: 'luminari', fantasy; text-transform: uppercase; color: white; font-size: 36px; } h2 { font-family: 'luminari', fantasy; text-transform: uppercase; color: white; font-size: 30px; } h3 { font-family: 'luminari', fantasy; text-transform: uppercase; color: white; font-size: 24px; } h4 { font-family: 'luminari', fantasy; text-transform: uppercase; color: white; font-size: 18px; } button { text-transform: uppercase; text-align: center; color: white; width: 100px; height: 100px; border-radius: 50%; display: inline-block; box-shadow: 10px 10px 5px; border: 5px solid #ffffff; } button:hover { transform: scale(1.2); } nav { display: flex; position: fixed; width: 120px; justify-content: space-around; flex-direction: column; color: white; opacity: 0.7; box-shadow: 10px 10px 5px; height: 100vh; } .content{ margin-left: 120px; padding: 20px; width: calc(100% - 120px); /* account for nav section */ text-align: center; align-items: center; padding-right: 30px; padding-left: 30px; } .container{ display: flex; min-height: 100vh; } </STYLE> </HEAD> <BODY> <HEADER> <h1>Footy Fanatic</h1> <!-- ADD IMAGE --> <HR> </HEADER> <div class="container"> <NAV> <button onclick="location.href='manUPlayers.html'" style="background-color:hsl(0, 100%, 50%)">LEGENDS</BUTTON> <button onclick="location.href='manUStats.php'" style="background-color:hsl(0, 100%, 50%)">RECORDS</BUTTON> <button onclick="location.href='manUQuiz.html'" style="background-color:hsl(0, 100%, 50%)">QUIZ</BUTTON> <button onclick="location.href='footyFanatic.html'" style="background-color:hsl(0, 100%, 50%)">HOME</BUTTON> </NAV> <div class="content"> <h1>Manchester United</h1> <!-- <img src="https://assets.goal.com/images/v3/bltc7c76f8efbb9b5ff/50bef0a24ae8c65114c21d6f7b8440e4db6d7238.jpg?auto=webp&format=pjpg&width=3840&quality=60" title="Didier Drogba"> --> <h2>2024-25 Season Preview</h2> <p>Preview for <em>Manchester United</em> season.</p> <HR> <a href='footyFanatic.html'>HOME</A> </div> </div> </BODY>