A hacking themed game that ties into a website!

bob's baselook profile

Wish 89d91167 7cf9da83

Changed files
+48 -1
site
+48 -1
site/game/baselook.html
··· 5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 6 <title>Baselook</title> 7 7 <link rel="icon" type="image/x-icon" href="images/baselook.png"> 8 + <style> 9 + * { 10 + font-family: "Open Sans", sans-serif; 11 + } 12 + body { 13 + background-color: #7cb46b; 14 + } 15 + header { 16 + text-align: center; 17 + } 18 + #post { 19 + background-color: green; 20 + width: 200px; 21 + height: 210px; 22 + background-color: lightblue; 23 + border: 2px solid blue; 24 + padding: 10px; 25 + margin: 10px; 26 + } 27 + </style> 28 + <link rel="preconnect" href="https://fonts.googleapis.com"> 29 + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> 30 + <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet"> 31 + <meta name="description" 32 + content="Bio: I am a PROUD true Freemairc CITIZEN! I take wine shots for FUN."> 33 + <meta content="Bob on Baselook" property="og:title" /> 34 + <meta 35 + content="Bio: I am a PROUD true Freemairc CITIZEN! I take wine shots for FUN." 36 + property="og:description" /> 37 + <meta content="https://freakybob-team.github.io/greghack/" property="og:url" /> 38 + <meta content="https://freakybob-team.github.io/greghack/game/images/baselook.png" property="og:image" /> 39 + <link rel="icon" type="image/x-icon" href="images/baselook.png"> 8 40 </head> 9 41 <body> 10 - 42 + <header><h1>BaseLook - Eyes on You! - Bob's Profile</h1></header> 43 + <div id="post"> 44 + <header>Bob</header> 45 + <h1>The Climate is a hoax!</h1> 46 + </div> 47 + <div id="post"> 48 + <header>Bob</header> 49 + <h1>The Government is spying on us!!!</h1> 50 + </div> 51 + <div id="user"> 52 + <h1>Bob</h1> 53 + <hr> 54 + <p>Bio: I am a PROUD true Freemairc CITIZEN! I take wine shots for FUN.</p> 55 + <p>Birthday: June 1st, 1960.</p> 56 + <p>Favorite color: Red</p> 57 + </div> 11 58 </body> 12 59 </html>