First actual commit of the site in releaseable form
28
generator.py
@ -17,4 +17,30 @@ for staticPage in static:
|
||||
line += "\t\t\t" + line1
|
||||
output.write(line)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
def makeGifGallery():
|
||||
gifs = []
|
||||
for file in os.listdir('site/images/gifs/customgifs/'):
|
||||
|
||||
with open("templates/gifwrap.htm") as wrap:
|
||||
for line in wrap:
|
||||
gif = line.replace("%gif%", "images/gifs/customgifs/" + file)
|
||||
gifs.append(gif)
|
||||
|
||||
with open("pages/posts/gifs.htm") as gifstpl:
|
||||
with open("pages/static/gifs.htm","w+") as output:
|
||||
output.write('<h1>GIFs I have made</h1>')
|
||||
output.write('\n<table style="width: 800px; margin-left: auto; margin-right: auto;">')
|
||||
count = 0
|
||||
for gif in gifs:
|
||||
if count==0:
|
||||
output.write('\n<tr>\n')
|
||||
count += 1
|
||||
output.write('<td>' + gif + '</td>')
|
||||
if count%3==0:
|
||||
output.write('\n</tr>\n<tr>')
|
||||
output.write('\n</table>\n\n')
|
||||
|
||||
makeGifGallery()
|
0
pages/posts/gifs.htm
Normal file
@ -1,2 +1,11 @@
|
||||
<h1>About</h1>
|
||||
|
||||
<p>I am J4YC33.</p>
|
||||
<p>(<a href="https://sb17.space/@j4yc33">@j4yc33@sb17.space</a>)</p>
|
||||
<p>I really fucking love Star Trek.</p>
|
||||
<p>For real, I'm just a human being that is here to pontificate on shit and do things sometimes. None of it is important, and probably none of it is worth your time.</p>
|
||||
|
||||
<h2>About the Site</h2>
|
||||
<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>
|
@ -1,2 +1,4 @@
|
||||
<h1>Fun</h1>
|
||||
|
||||
<p><a href="gifs.htm">Gifs</a></p>
|
||||
<p><a href="overwatch.htm">Overwatch</a></p>
|
||||
<p><a href="projects.htm">Projects</a></p>
|
10
pages/static/gifs.htm
Normal file
@ -0,0 +1,10 @@
|
||||
<h1>GIFs I have made</h1>
|
||||
<table style="width: 800px; margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td><img src="images/gifs/customgifs/hammond.gif" alt="images/gifs/customgifs/hammond.gif" style="width:150px;"/></td><td><img src="images/gifs/customgifs/fbomb.gif" alt="images/gifs/customgifs/fbomb.gif" style="width:150px;"/></td><td><img src="images/gifs/customgifs/queen.gif" alt="images/gifs/customgifs/queen.gif" style="width:150px;"/></td>
|
||||
</tr>
|
||||
<tr><td><img src="images/gifs/customgifs/junk.gif" alt="images/gifs/customgifs/junk.gif" style="width:150px;"/></td><td><img src="images/gifs/customgifs/Mei.gif" alt="images/gifs/customgifs/Mei.gif" style="width:150px;"/></td><td><img src="images/gifs/customgifs/NoSym.gif" alt="images/gifs/customgifs/NoSym.gif" style="width:150px;"/></td>
|
||||
</tr>
|
||||
<tr><td><img src="images/gifs/customgifs/Mei2.gif" alt="images/gifs/customgifs/Mei2.gif" style="width:150px;"/></td>
|
||||
</table>
|
||||
|
@ -1,4 +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>
|
||||
|
@ -1 +1,5 @@
|
||||
<h1>Links</h1>
|
||||
<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>
|
14
pages/static/overwatch.htm
Normal file
@ -0,0 +1,14 @@
|
||||
<h1>Overwatch</h1>
|
||||
<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>
|
||||
<p><img style="margin-left: auto; margin-right: auto; width:150px;" src="images/gifs/customgifs/NoSym.gif" alt="No Symmetra!" /></p>
|
3
pages/static/projects.htm
Normal file
@ -0,0 +1,3 @@
|
||||
<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>
|
@ -1,2 +1,3 @@
|
||||
<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>
|
||||
|
@ -2,23 +2,43 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>J4YC33</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a href="index.htm"><img src="images/banner.png" alt="J4YC33 Banner"/></a>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<header style="text-align: center;">
|
||||
<a href="index.htm"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<nav>
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.htm">About</a> |
|
||||
<a class="navbar" href="fun.htm">Fun</a> |
|
||||
<a class="navbar" href="links.htm">Links</a> |
|
||||
<a class="navbar" href="trek.htm">Star Trek</a>
|
||||
</nav>
|
||||
|
||||
<content>
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<h1>About</h1>
|
||||
|
||||
</content>
|
||||
|
||||
<p>I am J4YC33.</p>
|
||||
<p>(<a href="https://sb17.space/@j4yc33">@j4yc33@sb17.space</a>)</p>
|
||||
<p>I really fucking love Star Trek.</p>
|
||||
<p>For real, I'm just a human being that is here to pontificate on shit and do things sometimes. None of it is important, and probably none of it is worth your time.</p>
|
||||
|
||||
<h2>About the Site</h2>
|
||||
<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> </content>
|
||||
<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>
|
||||
|
||||
</html>
|
29
site/fun.htm
@ -2,23 +2,36 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>J4YC33</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a href="index.htm"><img src="images/banner.png" alt="J4YC33 Banner"/></a>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<header style="text-align: center;">
|
||||
<a href="index.htm"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<nav>
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.htm">About</a> |
|
||||
<a class="navbar" href="fun.htm">Fun</a> |
|
||||
<a class="navbar" href="links.htm">Links</a> |
|
||||
<a class="navbar" href="trek.htm">Star Trek</a>
|
||||
</nav>
|
||||
|
||||
<content>
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<h1>Fun</h1>
|
||||
|
||||
</content>
|
||||
|
||||
<p><a href="gifs.htm">Gifs</a></p>
|
||||
<p><a href="overwatch.htm">Overwatch</a></p>
|
||||
<p><a href="projects.htm">Projects</a></p> </content>
|
||||
<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>
|
||||
|
||||
</html>
|
44
site/gifs.htm
Normal file
@ -0,0 +1,44 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>J4YC33</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<header style="text-align: center;">
|
||||
<a href="index.htm"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.htm">About</a> |
|
||||
<a class="navbar" href="fun.htm">Fun</a> |
|
||||
<a class="navbar" href="links.htm">Links</a> |
|
||||
<a class="navbar" href="trek.htm">Star Trek</a>
|
||||
</nav>
|
||||
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<h1>GIFs I have made</h1>
|
||||
<table style="width: 800px; margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td><img src="images/gifs/customgifs/hammond.gif" alt="images/gifs/customgifs/hammond.gif" style="width:150px;"/></td><td><img src="images/gifs/customgifs/fbomb.gif" alt="images/gifs/customgifs/fbomb.gif" style="width:150px;"/></td><td><img src="images/gifs/customgifs/queen.gif" alt="images/gifs/customgifs/queen.gif" style="width:150px;"/></td>
|
||||
</tr>
|
||||
<tr><td><img src="images/gifs/customgifs/junk.gif" alt="images/gifs/customgifs/junk.gif" style="width:150px;"/></td><td><img src="images/gifs/customgifs/Mei.gif" alt="images/gifs/customgifs/Mei.gif" style="width:150px;"/></td><td><img src="images/gifs/customgifs/NoSym.gif" alt="images/gifs/customgifs/NoSym.gif" style="width:150px;"/></td>
|
||||
</tr>
|
||||
<tr><td><img src="images/gifs/customgifs/Mei2.gif" alt="images/gifs/customgifs/Mei2.gif" style="width:150px;"/></td>
|
||||
</table>
|
||||
|
||||
</content>
|
||||
<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>
|
||||
|
||||
</html>
|
BIN
site/images/CodedByHand.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
site/images/gifs/bestview.gif
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
site/images/gifs/customgifs/Mei.gif
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
site/images/gifs/customgifs/Mei2.gif
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
site/images/gifs/customgifs/NoSym.gif
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
site/images/gifs/customgifs/fbomb.gif
Normal file
After Width: | Height: | Size: 2.4 MiB |
BIN
site/images/gifs/customgifs/hammond.gif
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
site/images/gifs/customgifs/junk.gif
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
site/images/gifs/customgifs/queen.gif
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
site/images/gifs/drpepper.gif
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
site/images/gifs/email.gif
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
site/images/gifs/fire.gif
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
site/images/gifs/header.gif
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
site/images/gifs/mastodon.gif
Normal file
After Width: | Height: | Size: 9.5 MiB |
BIN
site/images/gifs/nft.gif
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
site/images/gifs/trek-underconstruction.gif
Normal file
After Width: | Height: | Size: 2.9 MiB |
BIN
site/images/gifs/under_constructionA.gif
Normal file
After Width: | Height: | Size: 11 KiB |
@ -2,25 +2,38 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>J4YC33</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a href="index.htm"><img src="images/banner.png" alt="J4YC33 Banner"/></a>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<header style="text-align: center;">
|
||||
<a href="index.htm"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<nav>
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.htm">About</a> |
|
||||
<a class="navbar" href="fun.htm">Fun</a> |
|
||||
<a class="navbar" href="links.htm">Links</a> |
|
||||
<a class="navbar" href="trek.htm">Star Trek</a>
|
||||
</nav>
|
||||
|
||||
<content>
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<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>
|
||||
</content>
|
||||
|
||||
<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>
|
||||
|
||||
</html>
|
@ -2,21 +2,37 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>J4YC33</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a href="index.htm"><img src="images/banner.png" alt="J4YC33 Banner"/></a>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<header style="text-align: center;">
|
||||
<a href="index.htm"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<nav>
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.htm">About</a> |
|
||||
<a class="navbar" href="fun.htm">Fun</a> |
|
||||
<a class="navbar" href="links.htm">Links</a> |
|
||||
<a class="navbar" href="trek.htm">Star Trek</a>
|
||||
</nav>
|
||||
|
||||
<content>
|
||||
<h1>Links</h1> </content>
|
||||
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<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>
|
||||
<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>
|
||||
|
||||
</html>
|
47
site/overwatch.htm
Normal file
@ -0,0 +1,47 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>J4YC33</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<header style="text-align: center;">
|
||||
<a href="index.htm"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.htm">About</a> |
|
||||
<a class="navbar" href="fun.htm">Fun</a> |
|
||||
<a class="navbar" href="links.htm">Links</a> |
|
||||
<a class="navbar" href="trek.htm">Star Trek</a>
|
||||
</nav>
|
||||
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<h1>Overwatch</h1>
|
||||
<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>
|
||||
<p><img style="margin-left: auto; margin-right: auto; width:150px;" src="images/gifs/customgifs/NoSym.gif" alt="No Symmetra!" /></p> </content>
|
||||
<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>
|
||||
|
||||
</html>
|
36
site/projects.htm
Normal file
@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>J4YC33</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<header style="text-align: center;">
|
||||
<a href="index.htm"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.htm">About</a> |
|
||||
<a class="navbar" href="fun.htm">Fun</a> |
|
||||
<a class="navbar" href="links.htm">Links</a> |
|
||||
<a class="navbar" href="trek.htm">Star Trek</a>
|
||||
</nav>
|
||||
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<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> </content>
|
||||
<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>
|
||||
|
||||
</html>
|
13
site/style.css
Normal file
@ -0,0 +1,13 @@
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: magenta;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style-type: none
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 10px solid green;
|
||||
border-radius: 5px;
|
||||
}
|
@ -2,23 +2,36 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>J4YC33</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a href="index.htm"><img src="images/banner.png" alt="J4YC33 Banner"/></a>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<header style="text-align: center;">
|
||||
<a href="index.htm"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
<nav>
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.htm">About</a> |
|
||||
<a class="navbar" href="fun.htm">Fun</a> |
|
||||
<a class="navbar" href="links.htm">Links</a> |
|
||||
<a class="navbar" href="trek.htm">Star Trek</a>
|
||||
</nav>
|
||||
|
||||
<content>
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
<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>
|
||||
</content>
|
||||
|
||||
<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>
|
||||
|
||||
</html>
|
@ -1,4 +1,4 @@
|
||||
|
||||
<content>
|
||||
<content style="text-align: center; margin-left: auto; margin-right: auto; ">
|
||||
%Content%
|
||||
</content>
|
||||
|
@ -1,4 +1,14 @@
|
||||
|
||||
<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>
|
||||
|
||||
</html>
|
1
templates/gifwrap.htm
Normal file
@ -0,0 +1 @@
|
||||
<img src="%gif%" alt="%gif%" style="width:150px;"/>
|
@ -2,8 +2,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>J4YC33</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a href="index.htm"><img src="images/banner.png" alt="J4YC33 Banner"/></a>
|
||||
|
||||
<body style="width: 1024px; margin-left: auto; margin-right: auto; color: #fff; background-color: #000;">
|
||||
<header style="text-align: center;">
|
||||
<a href="index.htm"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
|
||||
</header>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<nav>
|
||||
<nav style="margin-left: auto; margin-right: auto; text-align: center;">
|
||||
<a class="navbar" href="about.htm">About</a> |
|
||||
<a class="navbar" href="fun.htm">Fun</a> |
|
||||
<a class="navbar" href="links.htm">Links</a> |
|
||||
|