I redid this site solely to show how linting and automated compliance checking are really silly
This commit is contained in:
parent
0d31477cb3
commit
eb8d35cdb8
@ -3,7 +3,7 @@ import os
|
||||
static = os.listdir("pages/static/")
|
||||
posts = os.listdir("pages/posts")
|
||||
|
||||
templates = ["header","navbar","body","footer"]
|
||||
templates = ["header","navbar","sidebar","body","footer"]
|
||||
|
||||
for staticPage in static:
|
||||
with open("site/" + staticPage, 'w+') as output:
|
||||
|
@ -9,5 +9,5 @@
|
||||
<p>I made this by coding up a quick SSG to allow for rapid templating in python. I've got the code for this website up on gitea. You can find a link on the <a href="projects.htm">projects</a> page.</p>
|
||||
<p>I don't think it's suitable for reuse as is, unless you really want to put in that work, but maybe it will inspire you to make a site like this!</p>
|
||||
<p>Ultimately the site is coded by hand, including the ssg that combines it for upload</p>
|
||||
<br />
|
||||
<br>
|
||||
<p>Also, fuck conventions, have fun!</p>
|
@ -1,5 +1,5 @@
|
||||
<h1>Index</h1>
|
||||
|
||||
<p>This is a website. I fucking hope...</p>
|
||||
<p><img style="margin-left: auto; margin-right: auto; width: 400px;" src="images/gifs/under_constructionA.gif" alt="Under Construction" /></p>
|
||||
<p><iframe width="314" height="321" scrolling="no" src="https://gifypet.neocities.org/pet/pet.html?name=Badgey&dob=1641700367&gender=undefined&element=Fire&pet=https%3A%2F%2Fj4yc33.neocities.org%2Fgifs%2Fbadgey-pet.gif&map=night.gif&background=https%3A%2F%2Fj4yc33.neocities.org%2Fgifs%2Fmatrix-code.gif&tablecolor=black&textcolor=white" frameborder="0"></iframe></p>
|
||||
<p><img class="margin-left:auto;margin-right:auto;width:400px;" src="images/gifs/under_constructionA.gif" alt="Under Construction"></p>
|
||||
<p><iframe class="border:none;" title="Badgey GFY Pet thing" width="314" height="321" src="https://gifypet.neocities.org/pet/pet.html?name=Badgey&dob=1641700367&gender=undefined&element=Fire&pet=https%3A%2F%2Fj4yc33.neocities.org%2Fgifs%2Fbadgey-pet.gif&map=night.gif&background=https%3A%2F%2Fj4yc33.neocities.org%2Fgifs%2Fmatrix-code.gif&tablecolor=black&textcolor=white"></iframe></p>
|
||||
|
@ -2,14 +2,14 @@
|
||||
<p>I am thepandahead#1650</p>
|
||||
<h2>Observations</h2>
|
||||
<p>I might expand these into blog posts at some point, but some of them stand alone.</p>
|
||||
<ul style="text-align: left;">
|
||||
<li style="list-style-type: disc;">In all of the game modes, the goal is the objective... not getting the most kills. Stop chasing and hold the damn point...</li>
|
||||
<li style="list-style-type: disc;">The archetypes are just that, sometimes a tank is a better DPS, sometimes the DPS holds better.</li>
|
||||
<li style="list-style-type: disc;">Protect your fucking healers!</li>
|
||||
<li style="list-style-type: disc;">Some of you would commit war crimes with how hard you dive healers.</li>
|
||||
<li style="list-style-type: disc;">I will go <span style="font-weight: bold; font-style: italic;">out of my way</span> to kill a Symmetra. It's not logic, it's rage.</li>
|
||||
<li style="list-style-type: disc;">A good Hammond can disrupt an entire team indefintely. A good Rein can fuck up a good Hammond.</li>
|
||||
<li style="list-style-type: disc;">No one can take an entire team by themselves without a lot of luck. It does happen, and skill makes it easier, but it's mostly luck.</li>
|
||||
<li style="list-style-type: disc;">Playing on a controller can be just as satisfying as playing on Mouse and Keyboard.</li>
|
||||
<ul class="styletextalignleft">
|
||||
<li class="liststyletypedisc">In all of the game modes, the goal is the objective... not getting the most kills. Stop chasing and hold the damn point...</li>
|
||||
<li class="liststyletypedisc">The archetypes are just that, sometimes a tank is a better DPS, sometimes the DPS holds better.</li>
|
||||
<li class="liststyletypedisc">Protect your fucking healers!</li>
|
||||
<li class="liststyletypedisc">Some of you would commit war crimes with how hard you dive healers.</li>
|
||||
<li class="liststyletypedisc">I will go <span class="font-weight:bold;font-style:italic;">out of my way</span> to kill a Symmetra. It's not logic, it's rage.</li>
|
||||
<li class="liststyletypedisc">A good Hammond can disrupt an entire team indefintely. A good Rein can fuck up a good Hammond.</li>
|
||||
<li class="liststyletypedisc">No one can take an entire team by themselves without a lot of luck. It does happen, and skill makes it easier, but it's mostly luck.</li>
|
||||
<li class="liststyletypedisc">Playing on a controller can be just as satisfying as playing on Mouse and Keyboard.</li>
|
||||
</ul>
|
||||
<p><img style="margin-left: auto; margin-right: auto; width:150px;" src="images/gifs/customgifs/NoSym.gif" alt="No Symmetra!" /></p>
|
||||
<p><img class="margin-left:auto;margin-right:auto;width:150px;" src="images/gifs/customgifs/NoSym.gif" alt="No Symmetra!"></p>
|
@ -1,4 +1,4 @@
|
||||
<h1>Projects</h1>
|
||||
<p><a href="https://gitea.sb17.space/jaycee/SolidScan">SolidScan</a><br />Solid Scan is a vulnerability scanner. It needs some updating but it works fine.</p>
|
||||
<p><a href="https://gitea.sb17.space/jaycee/neocities-site">This Site</a><br /> Literally just a repo with this site and how I build it.</p>
|
||||
<p><a href="self-hosted.html">Self-Hosting</a><br /> I host some stuff for personal use. It's pretty great.</p>
|
||||
<p><a href="https://gitea.sb17.space/jaycee/SolidScan">SolidScan</a><br>Solid Scan is a vulnerability scanner. It needs some updating but it works fine.</p>
|
||||
<p><a href="https://gitea.sb17.space/jaycee/neocities-site">This Site</a><br> Literally just a repo with this site and how I build it.</p>
|
||||
<p><a href="self-hosted.html">Self-Hosting</a><br> I host some stuff for personal use. It's pretty great.</p>
|
@ -1,7 +1,11 @@
|
||||
<h1>ShadowBox</h1>
|
||||
<h2>Where I keep my badges!</h2>
|
||||
<p>These gifs, buttons, blinkies, etc. Speak to my soul. Enjoy them.<p>
|
||||
<p>These gifs, buttons, blinkies, etc. Speak to my soul. Enjoy them.</p>
|
||||
<p><img src="images/gifs/internetprivacy.gif" alt="Internet Privacy Now"><img src="images/gifs/ds91.png" alt="Deep Space Nine."><img src="images/gifs/neocities.gif" alt="Make a Neocities">
|
||||
<img src="images/gifs/deletetwitter.gif" alt="Delete Social Media"><img src="images/gifs/righttorepair.jpg" alt="I support the right to repair"></p>
|
||||
<p><img src="images/gifs/startrek.gif" alt="Star Trek"><img src="images/gifs/stargazer.gif" alt="I gaze at Stars"><img src="images/gifs/autismacceptancebutton.jpg" alt="Autism acceptance now">
|
||||
<img src="images/gifs/wikiasucks.gif" alt="Wikia Sucks"><img src="images/gifs/deletefacebook.gif" alt="Delete Social Media"><img src="images/gifs/paywalls.png" alt="Paywalls Gatekeep Knowledge"></p>
|
||||
<img src="images/gifs/wikiasucks.gif" alt="Wikia Sucks"><img src="images/gifs/deletefacebook.gif" alt="Delete Social Media"><img src="images/gifs/paywalls.png" alt="Paywalls Gatekeep Knowledge"></p>
|
||||
<p><img src="images/gifs/drpepper.gif" alt="dr pepper">
|
||||
| <img src="images/gifs/nft.gif" alt="NFT? No Fucking Thanks!">
|
||||
| <img src="images/CodedByHand.png" alt="Coded by Hand">
|
||||
</p>
|
@ -1,9 +1,13 @@
|
||||
<h1>Star Trek Quotes</h1>
|
||||
<p>Over the decades Star Trek has been a moral compass for many. There are quotes for every situation. Here are some collected quotes that resonate with me.</p>
|
||||
<dl style="text-align: left;">
|
||||
<dl class="text-align:left;">
|
||||
<dt>"How many people does it take, Admiral, before it becomes wrong? Hmm? A thousand, fifty thousand, a million? How many people does it take, Admiral?"</dt>
|
||||
<dd>Jean-Luc Picard to Admiral Dougherty about the relocation of the Baku by the Sona in Insurrection.</dd>
|
||||
<br />
|
||||
 
|
||||
<dt>" I am Worf, son of Mogh, House of Martok, son of Sergei, House of Rozhenko, Bane to the Duras Family, slayer of Gowron. I have made some chamomile tea. Do you take sugar?"</dt>
|
||||
<dd>Worf to Raffi in Picard S3 after saving her life.</dd>
|
||||
 
|
||||
<dt>"Time heals all wounds. But absence makes the heart grow fonder. I guess it's a little tricky. Emotions have a way of counterdicting themselves."</dt>
|
||||
<dd>Hologram Captain Archer to Hologram T'pol in the finale of Enterprise discussing how to deal with Trip's unnecessary death.</dd>
|
||||
 
|
||||
</dl>
|
@ -1,4 +1,4 @@
|
||||
<h1>Star Trek</h1>
|
||||
<h2>Under Construction</h2>
|
||||
<p><a href="https://www.youtube.com/watch?v=BZlRt05RY9Y"><img style="margin-left: auto; margin-right: auto; width: 600px;" src="images/gifs/trek-underconstruction.gif" alt="NX-02 Columbia in Spacedock" /></a></p>
|
||||
<p><a href="https://www.youtube.com/watch?v=BZlRt05RY9Y"><img class="margin-left:auto;margin-right:auto;width:600px;" src="images/gifs/trek-underconstruction.gif" alt="NX-02 Columbia in Spacedock"></a></p>
|
||||
<p><a href="stquotes.html">Quotes</a></p>
|
@ -6,10 +6,11 @@
|
||||
<link rel="icon" type="image/x-icon" href="/images/favico.png">
|
||||
</head>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<body >
|
||||
<header style="text-align: center;">
|
||||
<a href="index.html"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<div id="container">
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.html">About</a> |
|
||||
<a class="navbar" href="fun.html">Fun</a> |
|
||||
@ -18,7 +19,7 @@
|
||||
<a class="navbar" href="shadowbox.html">Shadowbox</a>
|
||||
</nav>
|
||||
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<content style="text-align: center; ">
|
||||
<h1>About</h1>
|
||||
|
||||
<p>I am J4YC33.</p>
|
||||
@ -30,18 +31,20 @@
|
||||
<p>I made this by coding up a quick SSG to allow for rapid templating in python. I've got the code for this website up on gitea. You can find a link on the <a href="projects.htm">projects</a> page.</p>
|
||||
<p>I don't think it's suitable for reuse as is, unless you really want to put in that work, but maybe it will inspire you to make a site like this!</p>
|
||||
<p>Ultimately the site is coded by hand, including the ssg that combines it for upload</p>
|
||||
<br />
|
||||
<br>
|
||||
<p>Also, fuck conventions, have fun!</p> </content>
|
||||
<hr>
|
||||
<p class="center"><a href="https://j4yc33.123guestbook.com/">Guestbook?</a><br /></p>
|
||||
<iframe src="https://www3.cbox.ws/box/?boxid=3518910&boxtag=h5mbfK" width="100%" height="150" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe>
|
||||
<div id="clear"></div>
|
||||
</div>
|
||||
<footer style="text-align: center;"">
|
||||
<hr />
|
||||
<p>
|
||||
J4YC33 made this site. With a custom SSG. <br />
|
||||
(cc0) <br />
|
||||
</p>
|
||||
<p><img src="images/gifs/drpepper.gif" alt="dr pepper" />
|
||||
| <img src="images/gifs/nft.gif" alt="NFT? No Fucking Thanks!" />
|
||||
| <img src="images/CodedByHand.png" alt="Coded by Hand" />
|
||||
</p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
@ -6,10 +6,11 @@
|
||||
<link rel="icon" type="image/x-icon" href="/images/favico.png">
|
||||
</head>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<body >
|
||||
<header style="text-align: center;">
|
||||
<a href="index.html"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<div id="container">
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.html">About</a> |
|
||||
<a class="navbar" href="fun.html">Fun</a> |
|
||||
@ -18,22 +19,24 @@
|
||||
<a class="navbar" href="shadowbox.html">Shadowbox</a>
|
||||
</nav>
|
||||
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<content style="text-align: center; ">
|
||||
<h1>Fun</h1>
|
||||
<p><a href="gifs.html">Gifs</a></p>
|
||||
<p><a href="overwatch.html">Overwatch</a></p>
|
||||
<p><a href="projects.html">Projects</a></p>
|
||||
<p><a href="toast.html">Toast</a></p> </content>
|
||||
<hr>
|
||||
<p class="center"><a href="https://j4yc33.123guestbook.com/">Guestbook?</a><br /></p>
|
||||
<iframe src="https://www3.cbox.ws/box/?boxid=3518910&boxtag=h5mbfK" width="100%" height="150" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe>
|
||||
<div id="clear"></div>
|
||||
</div>
|
||||
<footer style="text-align: center;"">
|
||||
<hr />
|
||||
<p>
|
||||
J4YC33 made this site. With a custom SSG. <br />
|
||||
(cc0) <br />
|
||||
</p>
|
||||
<p><img src="images/gifs/drpepper.gif" alt="dr pepper" />
|
||||
| <img src="images/gifs/nft.gif" alt="NFT? No Fucking Thanks!" />
|
||||
| <img src="images/CodedByHand.png" alt="Coded by Hand" />
|
||||
</p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
@ -6,10 +6,11 @@
|
||||
<link rel="icon" type="image/x-icon" href="/images/favico.png">
|
||||
</head>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<body >
|
||||
<header style="text-align: center;">
|
||||
<a href="index.html"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<div id="container">
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.html">About</a> |
|
||||
<a class="navbar" href="fun.html">Fun</a> |
|
||||
@ -18,7 +19,7 @@
|
||||
<a class="navbar" href="shadowbox.html">Shadowbox</a>
|
||||
</nav>
|
||||
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<content style="text-align: center; ">
|
||||
<h1>GIFs I have made</h1>
|
||||
<table style="width: 800px; margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
@ -30,16 +31,18 @@
|
||||
</table>
|
||||
|
||||
</content>
|
||||
<hr>
|
||||
<p class="center"><a href="https://j4yc33.123guestbook.com/">Guestbook?</a><br /></p>
|
||||
<iframe src="https://www3.cbox.ws/box/?boxid=3518910&boxtag=h5mbfK" width="100%" height="150" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe>
|
||||
<div id="clear"></div>
|
||||
</div>
|
||||
<footer style="text-align: center;"">
|
||||
<hr />
|
||||
<p>
|
||||
J4YC33 made this site. With a custom SSG. <br />
|
||||
(cc0) <br />
|
||||
</p>
|
||||
<p><img src="images/gifs/drpepper.gif" alt="dr pepper" />
|
||||
| <img src="images/gifs/nft.gif" alt="NFT? No Fucking Thanks!" />
|
||||
| <img src="images/CodedByHand.png" alt="Coded by Hand" />
|
||||
</p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
@ -6,10 +6,11 @@
|
||||
<link rel="icon" type="image/x-icon" href="/images/favico.png">
|
||||
</head>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<body >
|
||||
<header style="text-align: center;">
|
||||
<a href="index.html"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<div id="container">
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.html">About</a> |
|
||||
<a class="navbar" href="fun.html">Fun</a> |
|
||||
@ -18,23 +19,25 @@
|
||||
<a class="navbar" href="shadowbox.html">Shadowbox</a>
|
||||
</nav>
|
||||
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<content style="text-align: center; ">
|
||||
<h1>Index</h1>
|
||||
|
||||
<p>This is a website. I fucking hope...</p>
|
||||
<p><img style="margin-left: auto; margin-right: auto; width: 400px;" src="images/gifs/under_constructionA.gif" alt="Under Construction" /></p>
|
||||
<p><iframe width="314" height="321" scrolling="no" src="https://gifypet.neocities.org/pet/pet.html?name=Badgey&dob=1641700367&gender=undefined&element=Fire&pet=https%3A%2F%2Fj4yc33.neocities.org%2Fgifs%2Fbadgey-pet.gif&map=night.gif&background=https%3A%2F%2Fj4yc33.neocities.org%2Fgifs%2Fmatrix-code.gif&tablecolor=black&textcolor=white" frameborder="0"></iframe></p>
|
||||
<p><img class="margin-left:auto;margin-right:auto;width:400px;" src="images/gifs/under_constructionA.gif" alt="Under Construction"></p>
|
||||
<p><iframe class="border:none;" title="Badgey GFY Pet thing" width="314" height="321" src="https://gifypet.neocities.org/pet/pet.html?name=Badgey&dob=1641700367&gender=undefined&element=Fire&pet=https%3A%2F%2Fj4yc33.neocities.org%2Fgifs%2Fbadgey-pet.gif&map=night.gif&background=https%3A%2F%2Fj4yc33.neocities.org%2Fgifs%2Fmatrix-code.gif&tablecolor=black&textcolor=white"></iframe></p>
|
||||
</content>
|
||||
<hr>
|
||||
<p class="center"><a href="https://j4yc33.123guestbook.com/">Guestbook?</a><br /></p>
|
||||
<iframe src="https://www3.cbox.ws/box/?boxid=3518910&boxtag=h5mbfK" width="100%" height="150" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe>
|
||||
<div id="clear"></div>
|
||||
</div>
|
||||
<footer style="text-align: center;"">
|
||||
<hr />
|
||||
<p>
|
||||
J4YC33 made this site. With a custom SSG. <br />
|
||||
(cc0) <br />
|
||||
</p>
|
||||
<p><img src="images/gifs/drpepper.gif" alt="dr pepper" />
|
||||
| <img src="images/gifs/nft.gif" alt="NFT? No Fucking Thanks!" />
|
||||
| <img src="images/CodedByHand.png" alt="Coded by Hand" />
|
||||
</p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
@ -6,10 +6,11 @@
|
||||
<link rel="icon" type="image/x-icon" href="/images/favico.png">
|
||||
</head>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<body >
|
||||
<header style="text-align: center;">
|
||||
<a href="index.html"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<div id="container">
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.html">About</a> |
|
||||
<a class="navbar" href="fun.html">Fun</a> |
|
||||
@ -18,22 +19,24 @@
|
||||
<a class="navbar" href="shadowbox.html">Shadowbox</a>
|
||||
</nav>
|
||||
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<content style="text-align: center; ">
|
||||
<h1>Links</h1>
|
||||
<p><a href="https:/sb17.space">sb17.space</a></p>
|
||||
<p><a href="https://steaminhotnoods.com">Steamin' Hot Noods! (NSFW?)</a></p>
|
||||
<p><a href="https://starbase17.space">Starbase17.space</a></p>
|
||||
<p><a href="https://spacehey.com/j4yc33">J4YC33 On Spacehey</a></p> </content>
|
||||
<hr>
|
||||
<p class="center"><a href="https://j4yc33.123guestbook.com/">Guestbook?</a><br /></p>
|
||||
<iframe src="https://www3.cbox.ws/box/?boxid=3518910&boxtag=h5mbfK" width="100%" height="150" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe>
|
||||
<div id="clear"></div>
|
||||
</div>
|
||||
<footer style="text-align: center;"">
|
||||
<hr />
|
||||
<p>
|
||||
J4YC33 made this site. With a custom SSG. <br />
|
||||
(cc0) <br />
|
||||
</p>
|
||||
<p><img src="images/gifs/drpepper.gif" alt="dr pepper" />
|
||||
| <img src="images/gifs/nft.gif" alt="NFT? No Fucking Thanks!" />
|
||||
| <img src="images/CodedByHand.png" alt="Coded by Hand" />
|
||||
</p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
@ -6,10 +6,11 @@
|
||||
<link rel="icon" type="image/x-icon" href="/images/favico.png">
|
||||
</head>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<body >
|
||||
<header style="text-align: center;">
|
||||
<a href="index.html"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<div id="container">
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.html">About</a> |
|
||||
<a class="navbar" href="fun.html">Fun</a> |
|
||||
@ -18,32 +19,34 @@
|
||||
<a class="navbar" href="shadowbox.html">Shadowbox</a>
|
||||
</nav>
|
||||
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<content style="text-align: center; ">
|
||||
<h1>Overwatch</h1>
|
||||
<p>I am thepandahead#1650</p>
|
||||
<h2>Observations</h2>
|
||||
<p>I might expand these into blog posts at some point, but some of them stand alone.</p>
|
||||
<ul style="text-align: left;">
|
||||
<li style="list-style-type: disc;">In all of the game modes, the goal is the objective... not getting the most kills. Stop chasing and hold the damn point...</li>
|
||||
<li style="list-style-type: disc;">The archetypes are just that, sometimes a tank is a better DPS, sometimes the DPS holds better.</li>
|
||||
<li style="list-style-type: disc;">Protect your fucking healers!</li>
|
||||
<li style="list-style-type: disc;">Some of you would commit war crimes with how hard you dive healers.</li>
|
||||
<li style="list-style-type: disc;">I will go <span style="font-weight: bold; font-style: italic;">out of my way</span> to kill a Symmetra. It's not logic, it's rage.</li>
|
||||
<li style="list-style-type: disc;">A good Hammond can disrupt an entire team indefintely. A good Rein can fuck up a good Hammond.</li>
|
||||
<li style="list-style-type: disc;">No one can take an entire team by themselves without a lot of luck. It does happen, and skill makes it easier, but it's mostly luck.</li>
|
||||
<li style="list-style-type: disc;">Playing on a controller can be just as satisfying as playing on Mouse and Keyboard.</li>
|
||||
<ul class="styletextalignleft">
|
||||
<li class="liststyletypedisc">In all of the game modes, the goal is the objective... not getting the most kills. Stop chasing and hold the damn point...</li>
|
||||
<li class="liststyletypedisc">The archetypes are just that, sometimes a tank is a better DPS, sometimes the DPS holds better.</li>
|
||||
<li class="liststyletypedisc">Protect your fucking healers!</li>
|
||||
<li class="liststyletypedisc">Some of you would commit war crimes with how hard you dive healers.</li>
|
||||
<li class="liststyletypedisc">I will go <span class="font-weight:bold;font-style:italic;">out of my way</span> to kill a Symmetra. It's not logic, it's rage.</li>
|
||||
<li class="liststyletypedisc">A good Hammond can disrupt an entire team indefintely. A good Rein can fuck up a good Hammond.</li>
|
||||
<li class="liststyletypedisc">No one can take an entire team by themselves without a lot of luck. It does happen, and skill makes it easier, but it's mostly luck.</li>
|
||||
<li class="liststyletypedisc">Playing on a controller can be just as satisfying as playing on Mouse and Keyboard.</li>
|
||||
</ul>
|
||||
<p><img style="margin-left: auto; margin-right: auto; width:150px;" src="images/gifs/customgifs/NoSym.gif" alt="No Symmetra!" /></p> </content>
|
||||
<p><img class="margin-left:auto;margin-right:auto;width:150px;" src="images/gifs/customgifs/NoSym.gif" alt="No Symmetra!"></p> </content>
|
||||
<hr>
|
||||
<p class="center"><a href="https://j4yc33.123guestbook.com/">Guestbook?</a><br /></p>
|
||||
<iframe src="https://www3.cbox.ws/box/?boxid=3518910&boxtag=h5mbfK" width="100%" height="150" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe>
|
||||
<div id="clear"></div>
|
||||
</div>
|
||||
<footer style="text-align: center;"">
|
||||
<hr />
|
||||
<p>
|
||||
J4YC33 made this site. With a custom SSG. <br />
|
||||
(cc0) <br />
|
||||
</p>
|
||||
<p><img src="images/gifs/drpepper.gif" alt="dr pepper" />
|
||||
| <img src="images/gifs/nft.gif" alt="NFT? No Fucking Thanks!" />
|
||||
| <img src="images/CodedByHand.png" alt="Coded by Hand" />
|
||||
</p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
@ -6,10 +6,11 @@
|
||||
<link rel="icon" type="image/x-icon" href="/images/favico.png">
|
||||
</head>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<body >
|
||||
<header style="text-align: center;">
|
||||
<a href="index.html"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<div id="container">
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.html">About</a> |
|
||||
<a class="navbar" href="fun.html">Fun</a> |
|
||||
@ -18,21 +19,23 @@
|
||||
<a class="navbar" href="shadowbox.html">Shadowbox</a>
|
||||
</nav>
|
||||
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<content style="text-align: center; ">
|
||||
<h1>Projects</h1>
|
||||
<p><a href="https://gitea.sb17.space/jaycee/SolidScan">SolidScan</a><br />Solid Scan is a vulnerability scanner. It needs some updating but it works fine.</p>
|
||||
<p><a href="https://gitea.sb17.space/jaycee/neocities-site">This Site</a><br /> Literally just a repo with this site and how I build it.</p>
|
||||
<p><a href="self-hosted.html">Self-Hosting</a><br /> I host some stuff for personal use. It's pretty great.</p> </content>
|
||||
<p><a href="https://gitea.sb17.space/jaycee/SolidScan">SolidScan</a><br>Solid Scan is a vulnerability scanner. It needs some updating but it works fine.</p>
|
||||
<p><a href="https://gitea.sb17.space/jaycee/neocities-site">This Site</a><br> Literally just a repo with this site and how I build it.</p>
|
||||
<p><a href="self-hosted.html">Self-Hosting</a><br> I host some stuff for personal use. It's pretty great.</p> </content>
|
||||
<hr>
|
||||
<p class="center"><a href="https://j4yc33.123guestbook.com/">Guestbook?</a><br /></p>
|
||||
<iframe src="https://www3.cbox.ws/box/?boxid=3518910&boxtag=h5mbfK" width="100%" height="150" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe>
|
||||
<div id="clear"></div>
|
||||
</div>
|
||||
<footer style="text-align: center;"">
|
||||
<hr />
|
||||
<p>
|
||||
J4YC33 made this site. With a custom SSG. <br />
|
||||
(cc0) <br />
|
||||
</p>
|
||||
<p><img src="images/gifs/drpepper.gif" alt="dr pepper" />
|
||||
| <img src="images/gifs/nft.gif" alt="NFT? No Fucking Thanks!" />
|
||||
| <img src="images/CodedByHand.png" alt="Coded by Hand" />
|
||||
</p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
@ -6,10 +6,11 @@
|
||||
<link rel="icon" type="image/x-icon" href="/images/favico.png">
|
||||
</head>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<body >
|
||||
<header style="text-align: center;">
|
||||
<a href="index.html"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<div id="container">
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.html">About</a> |
|
||||
<a class="navbar" href="fun.html">Fun</a> |
|
||||
@ -18,7 +19,7 @@
|
||||
<a class="navbar" href="shadowbox.html">Shadowbox</a>
|
||||
</nav>
|
||||
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<content style="text-align: center; ">
|
||||
<h1>Self-Hosted Software</h1>
|
||||
<p>I'm a pretty big fan of self-hosted software. It's always better to empower yourself, own your data, and own your media. I use the following: </p>
|
||||
<dl>
|
||||
@ -39,16 +40,18 @@
|
||||
<h2>Starbase17</h2>
|
||||
<p>Starbase17 is a kind of shared social space as organization experiment. I host a bunch of services, servers, and whatnot behind a VPN for shared use. We have currently, and have had more, game servers, chat servers, a shared nextcloud, some VDI systems, a pubnix. It's all pretty fun.</p>
|
||||
<p>If you want to know more about Starbase17 reach out to <a href="mailto:jaycee@starbase17.space">jaycee</a>.</p> </content>
|
||||
<hr>
|
||||
<p class="center"><a href="https://j4yc33.123guestbook.com/">Guestbook?</a><br /></p>
|
||||
<iframe src="https://www3.cbox.ws/box/?boxid=3518910&boxtag=h5mbfK" width="100%" height="150" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe>
|
||||
<div id="clear"></div>
|
||||
</div>
|
||||
<footer style="text-align: center;"">
|
||||
<hr />
|
||||
<p>
|
||||
J4YC33 made this site. With a custom SSG. <br />
|
||||
(cc0) <br />
|
||||
</p>
|
||||
<p><img src="images/gifs/drpepper.gif" alt="dr pepper" />
|
||||
| <img src="images/gifs/nft.gif" alt="NFT? No Fucking Thanks!" />
|
||||
| <img src="images/CodedByHand.png" alt="Coded by Hand" />
|
||||
</p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
@ -6,10 +6,11 @@
|
||||
<link rel="icon" type="image/x-icon" href="/images/favico.png">
|
||||
</head>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<body >
|
||||
<header style="text-align: center;">
|
||||
<a href="index.html"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<div id="container">
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.html">About</a> |
|
||||
<a class="navbar" href="fun.html">Fun</a> |
|
||||
@ -18,24 +19,30 @@
|
||||
<a class="navbar" href="shadowbox.html">Shadowbox</a>
|
||||
</nav>
|
||||
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<content style="text-align: center; ">
|
||||
<h1>ShadowBox</h1>
|
||||
<h2>Where I keep my badges!</h2>
|
||||
<p>These gifs, buttons, blinkies, etc. Speak to my soul. Enjoy them.<p>
|
||||
<p>These gifs, buttons, blinkies, etc. Speak to my soul. Enjoy them.</p>
|
||||
<p><img src="images/gifs/internetprivacy.gif" alt="Internet Privacy Now"><img src="images/gifs/ds91.png" alt="Deep Space Nine."><img src="images/gifs/neocities.gif" alt="Make a Neocities">
|
||||
<img src="images/gifs/deletetwitter.gif" alt="Delete Social Media"><img src="images/gifs/righttorepair.jpg" alt="I support the right to repair"></p>
|
||||
<p><img src="images/gifs/startrek.gif" alt="Star Trek"><img src="images/gifs/stargazer.gif" alt="I gaze at Stars"><img src="images/gifs/autismacceptancebutton.jpg" alt="Autism acceptance now">
|
||||
<img src="images/gifs/wikiasucks.gif" alt="Wikia Sucks"><img src="images/gifs/deletefacebook.gif" alt="Delete Social Media"><img src="images/gifs/paywalls.png" alt="Paywalls Gatekeep Knowledge"></p> </content>
|
||||
<img src="images/gifs/wikiasucks.gif" alt="Wikia Sucks"><img src="images/gifs/deletefacebook.gif" alt="Delete Social Media"><img src="images/gifs/paywalls.png" alt="Paywalls Gatekeep Knowledge"></p>
|
||||
<p><img src="images/gifs/drpepper.gif" alt="dr pepper">
|
||||
| <img src="images/gifs/nft.gif" alt="NFT? No Fucking Thanks!">
|
||||
| <img src="images/CodedByHand.png" alt="Coded by Hand">
|
||||
</p> </content>
|
||||
<hr>
|
||||
<p class="center"><a href="https://j4yc33.123guestbook.com/">Guestbook?</a><br /></p>
|
||||
<iframe src="https://www3.cbox.ws/box/?boxid=3518910&boxtag=h5mbfK" width="100%" height="150" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe>
|
||||
<div id="clear"></div>
|
||||
</div>
|
||||
<footer style="text-align: center;"">
|
||||
<hr />
|
||||
<p>
|
||||
J4YC33 made this site. With a custom SSG. <br />
|
||||
(cc0) <br />
|
||||
</p>
|
||||
<p><img src="images/gifs/drpepper.gif" alt="dr pepper" />
|
||||
| <img src="images/gifs/nft.gif" alt="NFT? No Fucking Thanks!" />
|
||||
| <img src="images/CodedByHand.png" alt="Coded by Hand" />
|
||||
</p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
@ -6,10 +6,11 @@
|
||||
<link rel="icon" type="image/x-icon" href="/images/favico.png">
|
||||
</head>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<body >
|
||||
<header style="text-align: center;">
|
||||
<a href="index.html"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<div id="container">
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.html">About</a> |
|
||||
<a class="navbar" href="fun.html">Fun</a> |
|
||||
@ -18,26 +19,32 @@
|
||||
<a class="navbar" href="shadowbox.html">Shadowbox</a>
|
||||
</nav>
|
||||
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<content style="text-align: center; ">
|
||||
<h1>Star Trek Quotes</h1>
|
||||
<p>Over the decades Star Trek has been a moral compass for many. There are quotes for every situation. Here are some collected quotes that resonate with me.</p>
|
||||
<dl style="text-align: left;">
|
||||
<dl class="text-align:left;">
|
||||
<dt>"How many people does it take, Admiral, before it becomes wrong? Hmm? A thousand, fifty thousand, a million? How many people does it take, Admiral?"</dt>
|
||||
<dd>Jean-Luc Picard to Admiral Dougherty about the relocation of the Baku by the Sona in Insurrection.</dd>
|
||||
<br />
|
||||
 
|
||||
<dt>" I am Worf, son of Mogh, House of Martok, son of Sergei, House of Rozhenko, Bane to the Duras Family, slayer of Gowron. I have made some chamomile tea. Do you take sugar?"</dt>
|
||||
<dd>Worf to Raffi in Picard S3 after saving her life.</dd>
|
||||
 
|
||||
<dt>"Time heals all wounds. But absence makes the heart grow fonder. I guess it's a little tricky. Emotions have a way of counterdicting themselves."</dt>
|
||||
<dd>Hologram Captain Archer to Hologram T'pol in the finale of Enterprise discussing how to deal with Trip's unnecessary death.</dd>
|
||||
 
|
||||
</dl> </content>
|
||||
<hr>
|
||||
<p class="center"><a href="https://j4yc33.123guestbook.com/">Guestbook?</a><br /></p>
|
||||
<iframe src="https://www3.cbox.ws/box/?boxid=3518910&boxtag=h5mbfK" width="100%" height="150" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe>
|
||||
<div id="clear"></div>
|
||||
</div>
|
||||
<footer style="text-align: center;"">
|
||||
<hr />
|
||||
<p>
|
||||
J4YC33 made this site. With a custom SSG. <br />
|
||||
(cc0) <br />
|
||||
</p>
|
||||
<p><img src="images/gifs/drpepper.gif" alt="dr pepper" />
|
||||
| <img src="images/gifs/nft.gif" alt="NFT? No Fucking Thanks!" />
|
||||
| <img src="images/CodedByHand.png" alt="Coded by Hand" />
|
||||
</p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
@ -1,8 +1,33 @@
|
||||
body {
|
||||
height: 768px;
|
||||
width: 1024px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: magenta;
|
||||
}
|
||||
|
||||
content {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer {
|
||||
display:block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
p.center{
|
||||
text-align: center;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style-type: none
|
||||
}
|
||||
@ -10,4 +35,45 @@ li {
|
||||
hr {
|
||||
border: 10px solid green;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
div #sidebar {
|
||||
width: 20%;
|
||||
}
|
||||
#clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
nav {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
}
|
||||
ul.styletextalignleft{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
li.liststyletypedisc {
|
||||
list-style-type: disc;
|
||||
}
|
||||
span.font-weight\:bold\;font-style\:italic\;{
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
img.margin-left\:auto\;margin-right\:auto\;width\:150px\;{
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
width:150px;
|
||||
}
|
||||
|
||||
img.margin-left\:auto\;margin-right\:auto\;width\:600px\; {
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
width:600px;
|
||||
}
|
||||
dl.text-align\:left\;{
|
||||
text-align: left;
|
||||
}
|
||||
iframe.border-style\:none\;{
|
||||
border: none;
|
||||
}
|
@ -6,10 +6,11 @@
|
||||
<link rel="icon" type="image/x-icon" href="/images/favico.png">
|
||||
</head>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<body >
|
||||
<header style="text-align: center;">
|
||||
<a href="index.html"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<div id="container">
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.html">About</a> |
|
||||
<a class="navbar" href="fun.html">Fun</a> |
|
||||
@ -18,7 +19,7 @@
|
||||
<a class="navbar" href="shadowbox.html">Shadowbox</a>
|
||||
</nav>
|
||||
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<content style="text-align: center; ">
|
||||
<h1>Toast</h1>
|
||||
<h2>Just bread that's been heated to a delicious golden brown.</h2>
|
||||
<h3>Put whatever you want on it.</h3>
|
||||
@ -28,16 +29,18 @@
|
||||
<p><img src="images/gifs/toast/animetoast.gif" alt="anime toast"></p>
|
||||
<p><img src="images/gifs/toast/sexybutter.gif" alt="sexy toast"></p>
|
||||
<p><img src="images/gifs/toast/not-now-son-making.gif" alt="I'M MAKING TOAST!"></p> </content>
|
||||
<hr>
|
||||
<p class="center"><a href="https://j4yc33.123guestbook.com/">Guestbook?</a><br /></p>
|
||||
<iframe src="https://www3.cbox.ws/box/?boxid=3518910&boxtag=h5mbfK" width="100%" height="150" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe>
|
||||
<div id="clear"></div>
|
||||
</div>
|
||||
<footer style="text-align: center;"">
|
||||
<hr />
|
||||
<p>
|
||||
J4YC33 made this site. With a custom SSG. <br />
|
||||
(cc0) <br />
|
||||
</p>
|
||||
<p><img src="images/gifs/drpepper.gif" alt="dr pepper" />
|
||||
| <img src="images/gifs/nft.gif" alt="NFT? No Fucking Thanks!" />
|
||||
| <img src="images/CodedByHand.png" alt="Coded by Hand" />
|
||||
</p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
@ -6,10 +6,11 @@
|
||||
<link rel="icon" type="image/x-icon" href="/images/favico.png">
|
||||
</head>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<body >
|
||||
<header style="text-align: center;">
|
||||
<a href="index.html"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<div id="container">
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.html">About</a> |
|
||||
<a class="navbar" href="fun.html">Fun</a> |
|
||||
@ -18,21 +19,23 @@
|
||||
<a class="navbar" href="shadowbox.html">Shadowbox</a>
|
||||
</nav>
|
||||
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<content style="text-align: center; ">
|
||||
<h1>Star Trek</h1>
|
||||
<h2>Under Construction</h2>
|
||||
<p><a href="https://www.youtube.com/watch?v=BZlRt05RY9Y"><img style="margin-left: auto; margin-right: auto; width: 600px;" src="images/gifs/trek-underconstruction.gif" alt="NX-02 Columbia in Spacedock" /></a></p>
|
||||
<p><a href="https://www.youtube.com/watch?v=BZlRt05RY9Y"><img class="margin-left:auto;margin-right:auto;width:600px;" src="images/gifs/trek-underconstruction.gif" alt="NX-02 Columbia in Spacedock"></a></p>
|
||||
<p><a href="stquotes.html">Quotes</a></p> </content>
|
||||
<hr>
|
||||
<p class="center"><a href="https://j4yc33.123guestbook.com/">Guestbook?</a><br /></p>
|
||||
<iframe src="https://www3.cbox.ws/box/?boxid=3518910&boxtag=h5mbfK" width="100%" height="150" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe>
|
||||
<div id="clear"></div>
|
||||
</div>
|
||||
<footer style="text-align: center;"">
|
||||
<hr />
|
||||
<p>
|
||||
J4YC33 made this site. With a custom SSG. <br />
|
||||
(cc0) <br />
|
||||
</p>
|
||||
<p><img src="images/gifs/drpepper.gif" alt="dr pepper" />
|
||||
| <img src="images/gifs/nft.gif" alt="NFT? No Fucking Thanks!" />
|
||||
| <img src="images/CodedByHand.png" alt="Coded by Hand" />
|
||||
</p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
@ -1,4 +1,8 @@
|
||||
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<content style="text-align: center; ">
|
||||
%Content%
|
||||
</content>
|
||||
<hr>
|
||||
<p class="center"><a href="https://j4yc33.123guestbook.com/">Guestbook?</a><br /></p>
|
||||
<iframe src="https://www3.cbox.ws/box/?boxid=3518910&boxtag=h5mbfK" width="100%" height="150" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe>
|
||||
<div id="clear"></div>
|
||||
|
@ -1,13 +1,11 @@
|
||||
</div>
|
||||
<footer style="text-align: center;"">
|
||||
<hr />
|
||||
<p>
|
||||
J4YC33 made this site. With a custom SSG. <br />
|
||||
(cc0) <br />
|
||||
</p>
|
||||
<p><img src="images/gifs/drpepper.gif" alt="dr pepper" />
|
||||
| <img src="images/gifs/nft.gif" alt="NFT? No Fucking Thanks!" />
|
||||
| <img src="images/CodedByHand.png" alt="Coded by Hand" />
|
||||
</p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
@ -6,7 +6,8 @@
|
||||
<link rel="icon" type="image/x-icon" href="/images/favico.png">
|
||||
</head>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<body >
|
||||
<header style="text-align: center;">
|
||||
<a href="index.html"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<div id="container">
|
||||
|
Loading…
x
Reference in New Issue
Block a user