65 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <p class="p-h1">
 | |
| 	Galaxies
 | |
| </p>
 | |
| <p class="content-text">
 | |
| 	Here you can find some really really really cool pages that I found on the internet.
 | |
| 	Some of these are blogs or even blogposts I found, but the ones on top are special!
 | |
| 	They're the websites of friends of mine! Please visit them, because they worked really hard
 | |
| 	on their websites as well!
 | |
| </p>
 | |
| <div>
 | |
| 	<p class="p-h2 mt-20 mb-10 bold">My friends!</p>
 | |
| 	<ul>
 | |
| 		<li>
 | |
| 			<div><a href="https://forestofunix.xyz" class="p-h3 m-t5">Forest of Unix</a>
 | |
| 				<p class="m-t5">A website by Sebastiaan. A massive Linux fanboy, runs Gentoo on his
 | |
| 					ThinkPad. Absolutely based.</p>
 | |
| 			</div>
 | |
| 		</li>
 | |
| 		<li>
 | |
| 			<div><a href="https://nymphali.neocities.org" class="p-h3 m-t5">Nymphali</a>
 | |
| 				<p class="m-t5">The website made by ■■■■■■, whoops Nymphali. They have an awesome
 | |
| 					minimalist website that's just lovely.</p>
 | |
| 			</div>
 | |
| 		</li>
 | |
| 		<li>
 | |
| 			<div><a class="p-h3 m-t5" href="https://kristypixel.neocities.org">Kristy</a>
 | |
| 				<p class="m-t5">Website made by Kristy. Very cute website, I love it! Keep up the
 | |
| 					awesome work!</p>
 | |
| 			</div>
 | |
| 		</li>
 | |
| 	</ul>
 | |
| </div>
 | |
| <div>
 | |
| 	<p class="p-h2 mt-20 mb-10 bold">Neat webspaces</p>
 | |
| 	<p class="m-t5" style="margin-left:10px;">Just very neat websites I found. Not necessarily by people I know.
 | |
| 		I just thought it would be nice to share them here!</p>
 | |
| 	<ul>
 | |
| 		<li>
 | |
| 			<div><a href="https://evillious.ylimegirl.com/" class="p-h3 m-t5">Evillious Chronicles fan guide</a>
 | |
| 				<p class="m-t5">A VERY cool website made by Ylimegirl! They wrote a whole
 | |
| 					website dedicated to Evillious Chronicles, which is a super
 | |
| 					good Japanese light novel and vocaloid series!! Definitely look it up!</p>
 | |
| 			</div>
 | |
| 		</li>
 | |
| 		<li>
 | |
| 			<div>
 | |
| 				<a href="https://www.gnu.org/" class="p-h3 m-t5">The GNU Project</a>
 | |
| 				<div style="display:flex; gap:5px;">
 | |
| 					<div style="flex:70%">
 | |
| 						<p class="m-t5">
 | |
| 							The official website of the GNU project.
 | |
| 							They advocate for free/libre software.
 | |
| 							This is not to be confused with 'open source' software.
 | |
| 							I highly recommend you read about them and their efforts.
 | |
| 						</p>
 | |
| 					</div>
 | |
| 					<div style="flex:30%">
 | |
| 						<img src="/web/static/images/gnu-head-sm.png" alt="GNU" width="129" height="122" >
 | |
| 					</div>
 | |
| 
 | |
| 				</div>
 | |
| 			</div>
 | |
| 		</li>
 | |
| 	</ul>
 | |
| </div> |