-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
RUNGUSZONE
committed
Nov 29, 2023
1 parent
0ca0478
commit 552aec9
Showing
4 changed files
with
399 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,256 @@ | ||
<!doctype html> | ||
<html lang="en" data-bs-theme="dark" class="spaceBG"> | ||
<head> | ||
<!-- these meta tags cannot be nested in a module, so they're out here --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>404 - rungus zone</title> | ||
<meta name="title" content="404 - rungus zone" /> | ||
<meta charset="utf-8"> | ||
<meta name="description" content="error" /> | ||
<!-- preload critical css first --> | ||
<!-- long stylesheet time! --> | ||
<link rel="stylesheet" href="https://cdn.rungus.zone/v4/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="https://cdn.rungus.zone/v4/css/custom.css"> | ||
<!-- defer backdrop and icons --> | ||
<link rel="preload" href="https://cdn.rungus.zone/v4/css/backdroponly.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> | ||
<noscript><link rel="stylesheet" href="https://cdn.rungus.zone/v4/css/backdroponly.css"></noscript> | ||
<link rel="preload" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> | ||
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css"></noscript> | ||
<tags> | ||
<!-- opengraph --> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="https://rungus.zone/" /> | ||
<meta property="og:title" content="404 - rungus zone" /> | ||
<meta property="og:description" content="error" /> | ||
<meta property="og:image" content="https://cdn.rungus.zone/profile.gif" /> | ||
<!-- twitter --> | ||
<!-- of course twitter has their own --> | ||
<meta property="twitter:card" content="summary_large_image" /> | ||
<meta property="twitter:url" content="https://rungus.zone/" /> | ||
<meta property="twitter:title" content="404 - rungus zone" /> | ||
<meta property="twitter:description" content="error" /> | ||
<meta property="twitter:image" content="https://cdn.rungus.zone/profile.gif" /> | ||
</tags> | ||
|
||
</head> | ||
<sidebars> | ||
<!-- lg-xl sidebar (desktops) --> | ||
<lg-sidebar class="stickyBar z-3 d-none d-lg-block alert"> | ||
<!-- i wrangled with css and bootstrap for like 2 days to get this to work good --> | ||
<!-- turns out im a dumbass, there is no margin-left (ml) in bootstrap, its ms for margin-start! --> | ||
<!-- why? who the hell knows --> | ||
<div class="p-0 ps-1 pt-3 pb-1 btn btn-dark"> | ||
<div> | ||
<div class="runguszone"> | ||
<span class="sidewaysText"> | ||
<span class="fs-2"> | ||
<span style="color:#69f0ae">r</span>ungus<span class="text-muted">.zone</span> | ||
</span> | ||
<div class="fs-3"> | ||
<a class="bi-youtube link-danger pt-1 mb-n" href="https://www.youtube.com/@rungus" aria-label="youtube"></a> | ||
<!-- for some reason youtube has a big margin on the bottom --> | ||
<a class="bi bi-discord link-primary pt-1 m-0" href="https://discord.gg/2VuJFdEcwM" aria-label="discord"></a> | ||
<a rel="me" class="bi bi-mastodon link-success pt-1 m-0" href="https://wetdry.world/@rungus" aria-label="mastodon"></a> | ||
<a class="bi bi-twitter link-info pt-1 m-0" href="https://twitter.com/_rungus" aria-label="twitter"></a> | ||
<a class="bi bi-github link-light pt-1 m-0" href="https://github.com/runguszone" aria-label="github"></a> | ||
</div> | ||
|
||
</span> | ||
|
||
</div> | ||
</div> | ||
|
||
<hr class="m-0 mt-2 me-1 p-0"> | ||
<div class="text-center d-grid mt-1 pe-1 pb-1 pt-1 btn-group-vertical btn-group-sm"> | ||
<a class="btn btn-danger" href="https://rungusrungus.tumblr.com/" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-title="Tooltip on right"> | ||
<i class="bi bi-pencil-square"></i> | ||
<span class="smallLink">blog</span> | ||
</a> | ||
<a class="btn btn-light" href="https://news.rungus.zone" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-title="Tooltip on right"> | ||
<i class="bi bi-newspaper"></i> | ||
<span class="smallLink">rungnews</span> | ||
</a> | ||
<a class="btn btn-primary" href="https://rungus.zone/randomizer"> | ||
<i class="bi bi-shuffle"></i> | ||
<span class="smallLink">randomizer</span> | ||
</a> | ||
<a class="btn btn-warning" href="https://rungus.zone/time"> | ||
<i class="bi bi-clock-history"></i> | ||
<span class="smallLink">time</span> | ||
</a> | ||
<a class="btn btn-dark" href="https://rungus.zone/type"> | ||
<i class="bi bi-body-text"></i> | ||
<span class="smallLink">type here</span> | ||
</a> | ||
<a class="btn btn-success" href="https://rungus.zone/cow"> | ||
<i class="bi bi-chat-quote"></i> | ||
<span class="smallLink">cow advice</span> | ||
</a> | ||
</div> | ||
<hr class="m-0 mt-1 mb-0 me-1 p-0"> | ||
<div class="text-center d-grid mt-1 pe-1 pb-1 pt-1 btn-group-vertical btn-group-sm"> | ||
<a class="btn btn-secondary" href="https://rungus.zone/"> | ||
<i class="bi bi-house-fill"></i> | ||
<span class="smallLink">back home</span> | ||
</a> | ||
</div> | ||
</div> | ||
<!-- this is probably terrible on *really* ultrawide monitors --> | ||
</lg-sidebar> | ||
<!-- sm-md sidebar (tablets, some laptops) --> | ||
<s-sidebar class="stickyBar z-3 d-lg-none d-sm-block d-none m-1"> | ||
<div class="p-0 ps-1 pt-3 pb-1 btn btn-dark" type="button" data-bs-toggle="collapse" data-bs-target="#s-sidebarLinks"> | ||
<div> | ||
<div class="runguszone ps-1"> | ||
<span class="sidewaysText"> | ||
<span class="fs-2"> | ||
<span style="color:#69f0ae">r</span>ungus<span class="text-muted">.zone</span> | ||
</span> | ||
</span> | ||
</div> | ||
</div> | ||
<div class="collapse navbar-collapse" id="s-sidebarLinks"> | ||
<hr class="m-0 mt-2 me-1 p-0"> | ||
<div class="text-center d-grid mt-1 pe-1 pb-1 pt-1 btn-group-vertical"> | ||
<a class="btn btn-danger" href="https://rungusrungus.tumblr.com/" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-title="Tooltip on right"> | ||
<i class="bi bi-pencil-square"></i> | ||
<br> | ||
</a> | ||
<a class="btn btn-light" href="https://news.rungus.zone" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-title="Tooltip on right"> | ||
<i class="bi bi-newspaper"></i> | ||
<br> | ||
</a> | ||
<a class="btn btn-primary" href="https://rungus.zone/randomizer"> | ||
<i class="bi bi-shuffle"></i> | ||
<br> | ||
</a> | ||
<a class="btn btn-warning" href="https://rungus.zone/time"> | ||
<i class="bi bi-clock-history"></i> | ||
<br> | ||
</a> | ||
<a class="btn btn-dark" href="https://rungus.zone/type"> | ||
<i class="bi bi-body-text"></i> | ||
</a> | ||
<a class="btn btn-success" href="https://rungus.zone/cow"> | ||
<i class="bi bi-chat-quote"></i> | ||
<br> | ||
</a> | ||
|
||
</div> | ||
<hr class="m-0 mt-1 mb-0 me-1 p-0"> | ||
<div class="text-center d-grid mt-1 pe-1 pb-1 pt-1 btn-group-vertical btn-group-sm"> | ||
<a class="btn btn-secondary" href="https://rungus.zone/"> | ||
<i class="bi bi-house-fill"></i> | ||
<span class="smallLink"></span> | ||
</a> | ||
</div> | ||
<hr class="m-0 mt-2 me-1 p-0"> | ||
<div class="fs-3 btn-group-vertical d-grid mt-1 pe-1 pb-1 pt-1"> | ||
<a class="bi-youtube link-danger pt-1 mb-n" href="https://www.youtube.com/@rungus" aria-label="youtube"></a> | ||
<a class="bi bi-discord link-primary pt-1 m-0" href="https://discord.gg/2VuJFdEcwM" aria-label="discord"></a> | ||
<a rel="me" class="bi bi-mastodon link-success pt-1 m-0" href="https://wetdry.world/@rungus" aria-label="mastodon"></a> | ||
<a class="bi bi-twitter link-info pt-1 m-0" href="https://twitter.com/_rungus" aria-label="twitter"></a> | ||
<a class="bi bi-github link-light pt-1 m-0" href="https://github.com/runguszone" aria-label="github"></a> | ||
</div> | ||
</div> | ||
</div> | ||
</s-sidebar> | ||
<!-- xs sidebar (phones) --> | ||
<xs-sidebar class="stickyBar z-3 d-lg-none d-sm-none d-block m-1"> | ||
<div class="p-0 pe-1 pb-1 btn btn-dark" type="button" data-bs-toggle="collapse" data-bs-target="#xs-sidebarLinks"> | ||
<div> | ||
<div class="runguszone ms-3 me-3 text-center"> | ||
<span class="text-center"> | ||
<span class="fs-2 text-center ps-1"> | ||
<span style="color:#69f0ae">r</span><span class="text-muted">z</span> | ||
</span> | ||
</span> | ||
</div> | ||
</div> | ||
<div class="collapse navbar-collapse" id="xs-sidebarLinks"> | ||
<hr class="m-0 mt-2 me-1 p-0 ms-1"> | ||
<div class="text-center d-grid mt-1 pe-1 pb-1 pt-1 btn-group-vertical ms-1 m-0 p-0"> | ||
<a class="btn btn-danger" href="https://rungusrungus.tumblr.com/" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-title="Tooltip on right"> | ||
<i class="bi bi-pencil-square"></i> | ||
<br> | ||
</a> | ||
<a class="btn btn-light" href="https://news.rungus.zone" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-title="Tooltip on right"> | ||
<i class="bi bi-newspaper"></i> | ||
<br> | ||
</a> | ||
<a class="btn btn-primary" href="https://rungus.zone/randomizer"> | ||
<i class="bi bi-shuffle"></i> | ||
<br> | ||
</a> | ||
<a class="btn btn-warning" href="https://rungus.zone/time"> | ||
<i class="bi bi-clock-history"></i> | ||
<br> | ||
</a> | ||
<a class="btn btn-dark" href="https://rungus.zone/type"> | ||
<i class="bi bi-body-text"></i> | ||
</a> | ||
<a class="btn btn-success" href="https://rungus.zone/cow"> | ||
<i class="bi bi-chat-quote"></i> | ||
<br> | ||
</a> | ||
|
||
</div> | ||
<hr class="m-0 mt-1 mb-0 me-1 p-0"> | ||
<div class="text-center d-grid mt-1 pe-1 pb-1 pt-1 btn-group-vertical btn-group-sm"> | ||
<a class="btn btn-secondary" href="https://rungus.zone/"> | ||
<i class="bi bi-house-fill"></i> | ||
<span class="smallLink"></span> | ||
</a> | ||
</div> | ||
<hr class="m-0 mt-2 me-1 p-0 ms-1"> | ||
<div class="fs-3 btn-group-vertical d-grid mt-1 pe-1 pb-1 pt-1"> | ||
<a class="bi-youtube link-danger pt-1 mb-n" href="https://www.youtube.com/@rungus" aria-label="youtube"></a> | ||
<a class="bi bi-discord link-primary pt-1 m-0" href="https://discord.gg/2VuJFdEcwM" aria-label="discord"></a> | ||
<a rel="me" class="bi bi-mastodon link-success pt-1 m-0" href="https://wetdry.world/@rungus" aria-label="mastodon"></a> | ||
<a class="bi bi-twitter link-info pt-1 m-0" href="https://twitter.com/_rungus" aria-label="twitter"></a> | ||
<a class="bi bi-github link-light pt-1 m-0" href="https://github.com/runguszone" aria-label="github"></a> | ||
</div> | ||
</div> | ||
</div> | ||
</xs-sidebar> | ||
</sidebars> | ||
<body> | ||
<div class="container-fluid z-n1 position-absolute"> | ||
<!-- this way edits on the sidebars do not affect placement of elements on the main area --> | ||
<div class="container"> | ||
<pagelogo> | ||
<div class="container"> | ||
<!-- top of screen info, used for a welcome message and rungus zone yeah cool --> | ||
<div class=""> | ||
<p class="text-center m-0"><span class="runguszone text-light siteText">expe<span style="color:#69f0ae">r</span>iments</span></span></p> | ||
</div> | ||
<announcement> | ||
</announcement> | ||
|
||
</div> | ||
</pagelogo> | ||
<maincontent> | ||
<div class="container alert frostedglass"> | ||
<div class="align-content-center"> | ||
<div class=""> | ||
<p class="fs-1 runguszone text-center m-0">hey what's up</p> | ||
<p class="fs-5 text-center">this section is some programming experiments i've done</p> | ||
<hr class="m-0 mb-1"> | ||
<p class="fs-3 runguszone mb-n text-center">that's cool what do you have</p> | ||
<p class="text-center">there'll be a list here someday | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</maincontent> | ||
<div class="container alert frostedglass"> | ||
<span class="runguszone" style="margin-bottom:-0.2rem;"> | ||
<a href="https://rungus.zone/terms" class="alert-link">legal</a> - | ||
<a href="https://cdn.rungus.zone" class="alert-link">cdn</a> | ||
<span class="float-end">© rungus</span></span> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</body> | ||
</html> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Snake Game</title> | ||
<style> | ||
/* CSS styles if needed */ | ||
</style> | ||
</head> | ||
<body> | ||
<canvas id="gameCanvas" width="400" height="400"></canvas> | ||
<script src="snake/snake.js"></script> | ||
</body> | ||
</html> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
/* Import Google font */ | ||
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap'); | ||
* { | ||
margin: 0; | ||
padding: 0; | ||
box-sizing: border-box; | ||
font-family: 'Open Sans', sans-serif; | ||
} | ||
body { | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
min-height: 100vh; | ||
background: #E3F2FD; | ||
} | ||
.wrapper { | ||
width: 65vmin; | ||
height: 70vmin; | ||
display: flex; | ||
overflow: hidden; | ||
flex-direction: column; | ||
justify-content: center; | ||
border-radius: 5px; | ||
background: #293447; | ||
box-shadow: 0 20px 40px rgba(52, 87, 220, 0.2); | ||
} | ||
.game-details { | ||
color: #B8C6DC; | ||
font-weight: 500; | ||
font-size: 1.2rem; | ||
padding: 20px 27px; | ||
display: flex; | ||
justify-content: space-between; | ||
} | ||
.play-board { | ||
height: 100%; | ||
width: 100%; | ||
display: grid; | ||
background: #212837; | ||
grid-template: repeat(30, 1fr) / repeat(30, 1fr); | ||
} | ||
.play-board .food { | ||
background: #FF003D; | ||
} | ||
.play-board .head { | ||
background: #60CBFF; | ||
} | ||
|
||
.controls { | ||
display: none; | ||
justify-content: space-between; | ||
} | ||
.controls i { | ||
padding: 25px 0; | ||
text-align: center; | ||
font-size: 1.3rem; | ||
color: #B8C6DC; | ||
width: calc(100% / 4); | ||
cursor: pointer; | ||
border-right: 1px solid #171B26; | ||
} | ||
|
||
@media screen and (max-width: 800px) { | ||
.wrapper { | ||
width: 90vmin; | ||
height: 115vmin; | ||
} | ||
.game-details { | ||
font-size: 1rem; | ||
padding: 15px 27px; | ||
} | ||
.controls { | ||
display: flex; | ||
} | ||
.controls i { | ||
padding: 15px 0; | ||
font-size: 1rem; | ||
} | ||
} |
Oops, something went wrong.