commit 6f9b7fcffc920a9d1924bb99bad4511e182f18d0
parent 4f9483b514cd61338ffeeeb9031392091c9c11d5
Author: Benjamin Paul <bpaul@bpaul.xyz>
Date: Sat, 3 Aug 2024 20:28:58 +1000
Delete archive :(
Diffstat:
8 files changed, 0 insertions(+), 231 deletions(-)
diff --git a/archive/big-chungus/index.html b/archive/big-chungus/index.html
@@ -1 +0,0 @@
-<iframe width="560" height="315" src="https://www.youtube.com/embed/cB4dYfFgaME" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
diff --git a/archive/index.css b/archive/index.css
@@ -1,59 +0,0 @@
-body {
- background-color: #282A36;
- color: #F8F8F2;
- font-family: monospace;
- font-size: 24px;
-}
-
-.navbar {
- top: 0;
- left: 0;
- width: 100%;
- margin: 0;
- height: 50px;
- align-items: center;
- display: flex;
- position: fixed;
- color: #f2f2f2;
- box-shadow: 0 5px 10px 0 rgba(0,0,0,.15);
-}
-
-.navbar ul {
- list-style: none;
- padding: 0;
-}
-
-.navbar li {
- display: inline-block;
-}
-
-.navbar li a {
- display: block;
- padding: 8px;
- color: #f2f2f2;
- text-decoration: none;
-}
-
-.navbar li a:hover {
- color: #bd93f9;
-}
-
-.nav_projects {
- position: relative;
- display: inline-block;
-}
-
-.nav_projects_dropdown {
- display: none;
- position: absolute;
- float: left;
- background-color: #282A36;
- min-width: 160px;
- box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
- padding: 12px 16px;
- z-index: 1;
-}
-
-.nav_projects:hover .nav_projects_dropdown {
- display: block;
-}
diff --git a/archive/index.html b/archive/index.html
@@ -1,23 +0,0 @@
-<html>
- <head>
- <title>What should i put on this website</title>
- <link rel="stylesheet" type="text/css" href="/archive/index.css">
- </head>
- <body>
- <nav class="navbar">
- <ul>
- <li><a href="/archive/">Home</a></li>
- <li class="nav_projects">
- <a href="/archive/projects/">Projects</a>
- <div class="nav_projects_dropdown">
- <a href="/archive/projects/cubing">Cubing</a>
- <a href="/archive/projects/chess">Chess</a>
- </div>
- </li>
- </ul>
- </nav>
- <br><br>
- <h1>hi</h1>
- <p>My name is Benjamin Paul</p>
- </body>
-</html>
diff --git a/archive/lettuce/index.html b/archive/lettuce/index.html
@@ -1 +0,0 @@
-<img src="https://growerssupply.files.wordpress.com/2014/12/marul_62533.jpg">
diff --git a/archive/projects/chess/index.html b/archive/projects/chess/index.html
@@ -1,20 +0,0 @@
-<html>
- <head>
- <title>What should i put on this website</title>
- <link rel="stylesheet" type="text/css" href="/archive/index.css">
- </head>
- <body>
- <nav class="navbar">
- <ul>
- <li><a href="/archive/">Home</a></li>
- <li class="nav_projects">
- <a href="/archive/projects/">Projects</a>
- <div class="nav_projects_dropdown">
- <a href="/archive/projects/cubing">Cubing</a>
- <a href="/archive/projects/chess">Chess</a>
- </div>
- </li>
- </ul>
- </nav>
- </body>
-</html>
diff --git a/archive/projects/cubing/index.html b/archive/projects/cubing/index.html
@@ -1,26 +0,0 @@
-<html>
- <head>
- <title>What should i put on this website</title>
- <link rel="stylesheet" type="text/css" href="/archive/index.css">
- </head>
- <body>
- <nav class="navbar">
- <ul>
- <li><a href="/archive/">Home</a></li>
- <li class="nav_projects">
- <a href="/archive/projects/">Projects</a>
- <div class="nav_projects_dropdown">
- <a href="/archive/projects/cubing">Cubing</a>
- <a href="/archive/projects/chess">Chess</a>
- </div>
- </li>
- </ul>
- </nav>
- <br><br>
- <a href="https://rouxl.es">anto</a>
- <br>
- <a href="https://space.bilibili.com/430644072">zhouheng</a>
- <br>
- <a href="https://tao-yu.github.io/Alg-Trainer/">tao yu</a>
- </body>
-</html>
diff --git a/archive/projects/index.html b/archive/projects/index.html
@@ -1,81 +0,0 @@
-<html>
- <head>
- <title>What should i put on this website</title>
- <link rel="stylesheet" type="text/css" href="/archive/index.css">
- <link rel="stylesheet" type="text/css" href="/archive/projects/projects.css">
- </head>
- <body>
- <nav class="navbar">
- <ul>
- <li><a href="/archive/">Home</a></li>
- <li class="nav_projects">
- <a href="/archive/projects/">Projects</a>
- <div class="nav_projects_dropdown">
- <a href="/archive/projects/cubing">Cubing</a>
- <a href="/archive/projects/chess">Chess</a>
- </div>
- </li>
- </ul>
- </nav>
- <br><br>
- <h1>These are my projects</h1>
- <div class="projects">
- <div class="row">
- <div class="item">
- <h2>Omelette chess engine</h2>
- <p>Uci chess engine <br>finish later</p>
- </div>
- <div class="item">
- <h2>Placeholder</h2>
- <p>finish later</p>
- </div>
- <div class="item">
- <h2>Placeholder</h2>
- <p>finish later</p>
- </div>
- </div>
- <div class="row">
- <div class="item">
- <h2>Placeholder</h2>
- <p>finish later</p>
- </div>
- <div class="item">
- <h2>Placeholder</h2>
- <p>finish later</p>
- </div>
- <div class="item">
- <h2>Placeholder</h2>
- <p>finish later</p>
- </div>
- </div>
- <div class="row">
- <div class="item">
- <h2>Placeholder</h2>
- <p>finish later</p>
- </div>
- <div class="item">
- <h2>Placeholder</h2>
- <p>finish later</p>
- </div>
- <div class="item">
- <h2>Placeholder</h2>
- <p>finish later</p>
- </div>
- </div>
- <div class="row">
- <div class="item">
- <h2>Placeholder</h2>
- <p>finish later</p>
- </div>
- <div class="item">
- <h2>Placeholder</h2>
- <p>finish later</p>
- </div>
- <div class="item">
- <h2>Placeholder</h2>
- <p>finish later</p>
- </div>
- </div>
- </div>
- </body>
-</html>
diff --git a/archive/projects/projects.css b/archive/projects/projects.css
@@ -1,20 +0,0 @@
-h2 {
- margin: auto;
- width: 80%;
-}
-
-.row {
- display: flex;
- height: 410px;
-}
-
-.item {
- margin-right: 10px;
- margin-left: 10px;
- padding-left: 10px;
- display: block;
- border-style: solid;
- border-color: rgba(0,0,0,0);
- height: 400px;
- width: 400px;
-}