diff options
| author | s1nical <[email protected]> | 2019-08-13 04:08:32 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-13 04:08:32 -0700 |
| commit | 205b2eb70f32e7f558147f0a3a48f515f48665dc (patch) | |
| tree | fca2920b7024b2a91b1fa20d870851a3bc45ae05 | |
| parent | Rename README.todo to todo.todo (diff) | |
| download | s1n.pw-admin-205b2eb70f32e7f558147f0a3a48f515f48665dc.tar.xz s1n.pw-admin-205b2eb70f32e7f558147f0a3a48f515f48665dc.zip | |
various changes
- formatting fixes
- add directory
- add games directory
- remove some links from nav bar
| -rw-r--r-- | directory/css/main.css | 7 | ||||
| -rw-r--r-- | directory/games/index.html | 76 | ||||
| -rw-r--r-- | directory/index.html | 46 | ||||
| -rw-r--r-- | index.html | 6 | ||||
| -rw-r--r-- | konami/index.html | 13 |
5 files changed, 138 insertions, 10 deletions
diff --git a/directory/css/main.css b/directory/css/main.css new file mode 100644 index 0000000..6be4afb --- /dev/null +++ b/directory/css/main.css @@ -0,0 +1,7 @@ +table { + margin: 0 auto; +} + +.title { + text-align: center +} diff --git a/directory/games/index.html b/directory/games/index.html new file mode 100644 index 0000000..1c74d5e --- /dev/null +++ b/directory/games/index.html @@ -0,0 +1,76 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <title>s1nical - /Games</title> + <link rel="stylesheet" href="/directory/css/main.css"> +</head> +<body> + <div class="container"> + + <h1 class="title">/s1n.pw/Games/ Directory Listing</h1> + <table> + <tr> + <th valign="top"> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" alt="[ICO]" width="24" height="24"> + </svg> + </th> + <th>Name</th> + <th>Size</th> + </tr> + <tr> + <td valign="top"><a href="/directory/"> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" alt="[PARENTDIR]" width="24" + height="24"> + <title>Back</title> + + </svg> + </a></td> + <td><a href="/directory/">Parent Directory</a></td> + <td align="right"> - </td> + </tr> + <tr> + <td valign="top"><a href="/dino/"> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" alt="[SND]" width="24" height="24"> + <title>Game</title> + + </svg> + </a></td> + <td><a href="/dino/">Dino</a></td> + <td align="right">1.8K</td> + </tr> + <tr> + <td valign="top"><a href="/space-invaders/"> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" alt="[SND]" width="24" height="24"> + <title>Game</title> + + </svg> + </a></td> + <td><a href="/space-invaders/">Space Invaders</a></td> + <td align="right">11.5K</td> + </tr> + <tr> + <td valign="top"><a href="/cars/"> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" alt="[SND]" width="24" height="24"> + <title>Game</title> + + </svg> + </a></td> + <td><a href="/cars/">Cars</a></td> + <td align="right">386.0K</td> + </tr> + <tr> + <td valign="top"><a href="/doge/"> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" alt="[SND]" width="24" height="24"> + <title>Game</title> + + </svg> + </a></td> + <td><a href="/doge/">Doge</a></td> + <td align="right">12.9K</td> + </tr> + </div> +</body> +</html>
\ No newline at end of file diff --git a/directory/index.html b/directory/index.html new file mode 100644 index 0000000..005371e --- /dev/null +++ b/directory/index.html @@ -0,0 +1,46 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <title>s1nical - Directory</title> + <link rel="stylesheet" href="/directory/css/main.css"> +</head> +<body> + <div class="container"> + + <h1 class="title">/s1n.pw/ Directory Listing</h1> + <table> + <tr> + <th valign="top"> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" alt="[ICO]" width="24" height="24"> + </svg> + </th> + <th>Name</th> + <th>Size</th> + </tr> + <tr> + <td valign="top"><a href="/konami/"> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" alt="[PARENTDIR]" width="24" + height="24"> + <title>Back</title> + + </svg> + </a></td> + <td><a href="/konami/">Parent Directory</a></td> + <td align="right"> - </td> + </tr> + <tr> + <td valign="top"><a href="/directory/games/"> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" alt="[SND]" width="24" height="24"> + <title>Game</title> + + </svg> + </a></td> + <td><a href="/directory/games/">Games/</a></td> + <td align="right">5.9K</td> + </tr> + </div> +</body> +</html>
\ No newline at end of file @@ -66,9 +66,9 @@ <nav class="nav">
<a href="#" class="nav-item" active-color="orange">Home</a> <!-- Had `is-active` after it but removed it due to not highlighting. -->
<a href="/404.html" class="nav-item" active-color="green">About</a> <!-- About -->
- <a href="/dino/" class="nav-item" active-color="blue">Dino</a> <!-- Testimonials -->
- <a href="/doge" class="nav-item" active-color="red">Doge</a> <!-- Blog -->
- <a href="/cars/" class="nav-item" active-color="rebeccapurple">Cars</a> <!-- Contact -->
+ <!--<a href="/dino/" class="nav-item" active-color="blue">Dino</a> <!-- Testimonials -->
+ <!--<a href="/doge" class="nav-item" active-color="red">Doge</a> <!-- Blog -->
+ <!--<a href="/cars/" class="nav-item" active-color="rebeccapurple">Cars</a> <!-- Contact -->
<a href="https://nani.s1n.pw" class="nav-item" active-color="rebeccapurple">Nani?!</a>
<span class="nav-indicator"></span>
</nav>
diff --git a/konami/index.html b/konami/index.html index b2a1a29..18d40d1 100644 --- a/konami/index.html +++ b/konami/index.html @@ -72,13 +72,12 @@ <!-- Navigation Bar --> <div class="navigation-bar"> <nav class="nav"> - <a href="/" class="nav-item" active-color="orange">Home</a> - <!-- Had `is-active` after it but removed it due to not highlighting. --> - <a href="https://github.com/users/s1nical/projects/1" class="nav-item" active-color="green">About</a> - <!-- About --> - <a href="/dino/" class="nav-item" active-color="blue">Dino</a> <!-- Testimonials --> - <a href="/doge" class="nav-item" active-color="red">Doge</a> <!-- Blog --> - <a href="/cars/" class="nav-item" active-color="rebeccapurple">Cars</a> <!-- Contact --> + <a href="/" class="nav-item" active-color="orange">Home</a> <!-- Had `is-active` after it but removed it due to not highlighting. --> + <a href="https://github.com/users/s1nical/projects/1" class="nav-item" active-color="green">About</a> <!-- About --> + <!--<a href="/dino/" class="nav-item" active-color="blue">Dino</a> <!-- Testimonials --> + <!--<a href="/doge" class="nav-item" active-color="red">Doge</a> <!-- Blog --> + <!--<a href="/cars/" class="nav-item" active-color="rebeccapurple">Cars</a> <!-- Contact --> + <a href="/directory/" class="nav-item" active-color="rebeccapurple">Directory</a> <a href="https://nani.s1n.pw" class="nav-item" active-color="rebeccapurple">Nani?!</a> <span class="nav-indicator"></span> </nav> |