Created
December 19, 2018 16:56
-
-
Save micahlt/4dafedb15c37ab7ca17f723baf4fa45c to your computer and use it in GitHub Desktop.
AHS hackers created by micahlt - https://repl.it/@micahlt/AHS-hackers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Empty file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>AHS Hackers</title> | |
| <link href="https://fonts.googleapis.com/css?family=Major+Mono+Display|Poppins" rel="stylesheet"> | |
| <link href="style.css" rel="stylesheet" type="text/css" /> | |
| </head> | |
| <body> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | |
| <div class="topnav" id="myTopnav"> | |
| <a href="#home" class="active">Home</a> | |
| <a href="#news">News</a> | |
| <a href="#contact">Contact</a> | |
| <a href="#about">About</a> | |
| </a> | |
| </div> | |
| <h1>Arlington High Hackers</h1> | |
| <h2>We hack the future</h2> | |
| <br> | |
| <br> | |
| <p>Join us in hacking the world.</p> | |
| <p>We make solutions for those suffering from GDS (Game Deprivation Syndrome).</p> | |
| <p>View the GDS page <a href="">here</a>.</p> | |
| <script src="script.js"></script> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Empty file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| h1{ | |
| font-family: "Major Mono Display", monospace; | |
| font-size: 3rem; | |
| text-align: center; | |
| color: whitesmoke | |
| } | |
| h2{ | |
| font-family: "Poppins", sans-serif; | |
| text-align: center; | |
| font-size: 1rem; | |
| color: white; | |
| } | |
| body{ | |
| background-image: url("https://png.pngtree.com/thumb_back/fw800/back_pic/04/63/30/075871b9bc0b5cd.jpg"); | |
| background-attachment: fixed; | |
| background-repeat: repeat-x; | |
| background-size: cover; | |
| } | |
| p{ | |
| font-family: "Poppins", sans-serif; | |
| color: white; | |
| } | |
| .topnav{ | |
| font-family: "Poppins", sans-serif; | |
| } | |
| a{ | |
| color:bisque; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment