52 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html>
 | |
|     <head>
 | |
|         <title>J4YC33</title>
 | |
|         <link rel="stylesheet" href="style.css">
 | |
|         <link rel="icon" type="image/x-icon" href="/images/favico.png">
 | |
|     </head>
 | |
| 
 | |
|     <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> | 
 | |
|             <a class="navbar" href="links.html">Links</a> | 
 | |
|             <a class="navbar" href="trek.html">Star Trek</a> | 
 | |
|             <a class="navbar" href="shadowbox.html">Shadowbox</a> |
 | |
|             <a class="navbar" href="posts.html">Posts</a>
 | |
|         </nav>
 | |
| 
 | |
|         <content style="text-align: center; ">
 | |
| 			<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>
 | |
| 			<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>
 | |
| 
 | |
|         </footer>
 | |
|     </body>
 | |
| 
 | |
| </html> |