|
@@ -0,0 +1,122 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <link rel="stylesheet" href="styles.css">
|
|
|
+ <title>Buttplug Studios - ABOUT</title>
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+ <center>
|
|
|
+ <table border="1">
|
|
|
+ <tr>
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <!-- Logo -->
|
|
|
+ <center><img src="assets/logo.gif"></img></center>
|
|
|
+ </td>
|
|
|
+
|
|
|
+ <td>
|
|
|
+ <!-- Nav bar (1999 style) -->
|
|
|
+ <table border="1">
|
|
|
+ <tr><td><a href="index.html">HOME</a></td></tr>
|
|
|
+ <tr></tr><td><a href="about.html">ABOUT</a></td></tr>
|
|
|
+ <tr><td><a href="projects.html">PROJECTS <<</a></td></tr>
|
|
|
+ <tr><td><a href="contact.html">CONTACT</a></td></tr>
|
|
|
+ </table>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+
|
|
|
+
|
|
|
+ <td style="padding:10px;">
|
|
|
+ <!-- BODY (1999 style) -->
|
|
|
+ <center>
|
|
|
+ <h1>PROJECTS</h1>
|
|
|
+ </center>
|
|
|
+
|
|
|
+ <center>
|
|
|
+ <table border="2">
|
|
|
+ <tr>
|
|
|
+ <td style="padding: 10px;">
|
|
|
+ <center>
|
|
|
+ <h2>Alahu Ahkbar Simulator 2001</h2>
|
|
|
+ <a href="https://git.buttplugstudios.xyz/andrew/alahu-ahkbar-simulator">Source Code & Downloads</a>
|
|
|
+ </center>
|
|
|
+
|
|
|
+ <p>
|
|
|
+ You can probably guess what the game is about. <br>
|
|
|
+ Inspired by How to rob a Gas Station (1 & 2)
|
|
|
+ </p>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </center>
|
|
|
+
|
|
|
+ <br><br>
|
|
|
+
|
|
|
+ <center>
|
|
|
+ <table border="2">
|
|
|
+ <tr>
|
|
|
+ <td style="padding: 10px;">
|
|
|
+ <center>
|
|
|
+ <h2>SkibidiHub (Discontinued)</h2>
|
|
|
+ <a href="https://git.buttplugstudios.xyz/andrew/skibidihub">Source Code</a>
|
|
|
+ </center>
|
|
|
+
|
|
|
+ <p>
|
|
|
+ SkibidiHub is a video STREAMING website <br>
|
|
|
+ HERE is a MESSAGE from the SKIBIDIHUB admins: <br>
|
|
|
+ SIGN IN to see this EPIC content
|
|
|
+ </p>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </center>
|
|
|
+ </td>
|
|
|
+
|
|
|
+ <!-- buttplug images -->
|
|
|
+ <td class="buttplug-container">
|
|
|
+ <!-- bobux (1999 style) -->
|
|
|
+ <div style="max-height: 670px;">
|
|
|
+ <img src="assets/bobux.gif" width="100px" height="100px">
|
|
|
+ <br>
|
|
|
+ <img src="assets/bobux.gif" width="100px" height="100px">
|
|
|
+ <br>
|
|
|
+ <img src="assets/bobux.gif" width="100px" height="100px">
|
|
|
+ <br>
|
|
|
+ <img src="assets/bobux.gif" width="100px" height="100px">
|
|
|
+ <br>
|
|
|
+ <img src="assets/bobux.gif" width="100px" height="100px">
|
|
|
+ <br>
|
|
|
+ <img src="assets/bobux.gif" width="100px" height="100px">
|
|
|
+ <br>
|
|
|
+ <img src="assets/bobux.gif" width="100px" height="100px">
|
|
|
+ <br>
|
|
|
+ <img src="assets/bobux.gif" width="100px" height="100px">
|
|
|
+ <br>
|
|
|
+ <img src="assets/bobux.gif" width="100px" height="100px">
|
|
|
+ <br>
|
|
|
+ <img src="assets/bobux.gif" width="100px" height="100px">
|
|
|
+ <br>
|
|
|
+ <img src="assets/bobux.gif" width="100px" height="100px">
|
|
|
+ <br>
|
|
|
+ <img src="assets/bobux.gif" width="100px" height="100px">
|
|
|
+ <br>
|
|
|
+ <img src="assets/bobux.gif" width="100px" height="100px">
|
|
|
+ <br>
|
|
|
+ <img src="assets/bobux.gif" width="100px" height="100px">
|
|
|
+ <br>
|
|
|
+ <img src="assets/bobux.gif" width="100px" height="100px">
|
|
|
+ <br>
|
|
|
+ <img src="assets/bobux.gif" width="100px" height="100px">
|
|
|
+ <br>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </center>
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|