https://astralchroma.dev/

ID de exploración:
4995dac7-bd40-415f-81de-be214b0a242aFinalizado
URL enviada:
https://astralchroma.dev/
Informe finalizado:

Enlaces: 11 encontrados

EnlaceTexto
https://github.com/AstralchromaGitHub
https://youtube.com/@AstralchromaYouTube
https://horizonsend.net/Horizon's End
https://github.com/Astralchroma/SolarscapeCode
https://github.com/Astralchroma/AutochromaCode
https://github.com/HorizonsEndMC/IonCode
https://horizonsend.netWebsite
https://github.com/Astralchroma/AggregatorCode
https://github.com/Astralchroma/DoomstomCode
https://fonts.google.com/specimen/Exo+2Font "Exo 2" by Natanael Gama

Variables JavaScript: 5 encontradas

NombreTipo
0object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
__cfBeaconobject

Mensajes de registro de la consola: 0 encontrados

HTML

<!DOCTYPE html><html lang="en"><head>
		<title>Astralchroma</title>
		<link rel="icon" type="image/x-icon" href="favicon.ico">
		<meta name="viewport" content="width=device-width,initial-scale=1">

		<style>
			* { all: unset }
			
			@font-face {
				font-family: "Exo 2";
				src: url("fonts/exo_2-reduced.ttf");
			}

			@font-face {
				font-family: "Exo 2";
				font-style: italic;
				src: url("fonts/exo_2-italic-reduced.ttf");
			}

			:root {
				background: #000 url("images/background.svg") 100% 100%;
				color: #FFF;
				font-family: "Exo 2", sans-serif;
			}

			html { height: 100% }
			head,script { display: none }

			body {
				display: grid;
				box-sizing: border-box;
				max-width: 1024px;
				padding: 16px;
				margin: 0 auto 0 auto;
				gap: 16px;
				font-size: 16px;
			}

			header {
				align-content: start;
				display: grid;
				gap: inherit;
				justify-content: center;
			}

			#name {
				align-items: center;
				display: flex;
				gap: 8px;
			}

			#accounts {
				display: flex;
				gap: 8px;
				flex-wrap: wrap;
				justify-content: center;
			}

			.account {
				align-items: center;
				display: inline-flex;
				gap: 4px;
			}

			.account img {
				height: 24px;
				width: 24px;
			}

			main { grid-row: span 2 }
			main :first-child { margin-top: 0 }

			.link {
				display: inline-flex;
				float: right;
				gap: 8px;
				padding-left: 8px;
				vertical-align: text-bottom;
			}

			footer {
				display: grid;
				gap: 8px;
				align-content: end;
				text-align: center;
				text-wrap: balance;
				font-size: 14px;
				color: #999;
			}

			#other_icons img {
				width: 14px;
				height: 14px;
			}

			@media (min-width: 768px) and (min-height: 384px) {
				body {
					gap: 32px;
					grid-template-columns: min-content auto;
					height: 100%;
					overflow: hidden;
					padding: 32px;
				}

				main { overflow-y: auto }
			}

			h1,h2,h3,p { display: block }
			h1 { font-size: 32px }
			h2 { font-size: 24px }
			h3 { font-size: 20px }
			p { margin-bottom: 16px }
			i { font-style: italic }
			a:link,a:visited { color: #00AAFF }

			h1,h2 {
				font-weight: bold;
				font-weight: bold;
			}

			h2,h3 {
				margin-bottom: 8px;
				margin-top: 32px;
			}

			a:hover {
				text-decoration: underline;
				cursor: pointer;
			}
		</style>
	</head>
	<body>
		<header>
			<div id="name"><img src="images/avatar.png" width="48px"><h1>Astralchroma</h1></div>
			<div id="accounts">
				<a class="account" href="https://github.com/Astralchroma" target="_blank"><img src="images/github.svg">GitHub</a>
				<a class="account" href="https://youtube.com/@Astralchroma" target="_blank"><img src="images/youtube.svg">YouTube</a>
				<!-- <a class="account" href="https://solarscape.astralchroma.dev/discord" target="_blank"><img src="images/discord.svg">Discord</a> -->
				<a class="account" href="mailto:[email protected]"><img src="images/mail.svg">Email</a>
			</div>
		</header>
		<main>
			<h2>Hello there!</h2>
			<p>Sci-Fi loving developer of various miscellaneous personal projects. Former Lead Developer and Administrator for <a href="https://horizonsend.net/">Horizon's End</a>. I primarily work with Rust these days rather than Java &amp; Kotlin. My current main focus is Solarscape (working title), a Multiplayer Sci-Fi Factions game largely derived from my plans for Horizon's End that I was never able to see through.</p>
			<p>Currently looking for a job, so if a recruiter or someone who can refer me to one sees this, feel free to <a href="mailto:[email protected]">send an email</a>.</p>
			<h2>Projects</h2>
			<section>
				<h3>Solarscape<a class="link" href="https://github.com/Astralchroma/Solarscape" target="_blank"><img src="images/code.svg">Code</a></h3>
				<p>A Multiplayer Sci-Fi Factions game inspired by Minecraft, Space Engineers, etc that aims to see through the plans and ideas I had for <a href="https://horizonsend.net/">Horizon's End</a>. Written in Rust using wgpu, winit, and rapier. Still extremely early in development.</p>
			</section>
			<section>
				<h3>Autochroma<a class="link" href="https://github.com/Astralchroma/Autochroma" target="_blank"><img src="images/code.svg">Code</a></h3>
				<p>A custom, modular, private use Discord bot written in Rust. Not intended to be hosted by others, though public as a reference.</p>
			</section>
			<section>
				<h3>Ion<a class="link" href="https://github.com/HorizonsEndMC/Ion" target="_blank"><img src="images/code.svg">Code</a><a class="link" href="https://horizonsend.net" target="_blank"><img src="images/globe.svg">Website</a></h3>
				<p>A fork of Star Legacy's custom code intended for Horizon's End. Allows for server-side starships made up of blocks, complete with weapons and shields, along with other features such as factories, player gear, etc. Departed from role as Administrator / Lead Developer in May 2023.</p>
			</section>
			<h2>Minor Projects</h2>
			<p><i>Nothing of importance, borderline page filler.</i></p>
			<section>
				<h3>Aggregator<a class="link" href="https://github.com/Astralchroma/Aggregator" target="_blank"><img src="images/code.svg">Code</a></h3>
				<p>Simple Discord bot that forwards incoming published messages from multiple channels into a convenient single channel. Written primarily in Kotlin, although intended to be potentially rewritten in Rust at a later date.</p>
			</section>
			<section>
				<h3>Doomstom<a class="link" href="https://github.com/Astralchroma/Doomstom" target="_blank"><img src="images/code.svg">Code</a></h3>
				<p>Extremely hacky, unfinished, barely working, messy code that allows you to log into a Minecraft server (powered by Minestom) and play a Java port of Doom through the boss-bar.</p>
			</section>
		</main>
		<footer>
			<a href="https://github.com/Astralchroma/astralchroma.dev" target="_blank">Report issues on GitHub</a>
			© Astralchroma 2023 - 2024
			<a href="https://fonts.google.com/specimen/Exo+2" target="_blank">Font "Exo 2" by Natanael Gama</a>
			<a id="other_icons" href="https://feathericons.com/" target="_blank">Icons <img src="images/mail.svg"> <img src="images/code.svg"> <img src="images/globe.svg"> from Feather Icons</a>
			<span>Brand icons are provided by their respective platforms</span>
		</footer>
	<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8e49d610d901382d',t:'MTczMTk1MjU3Ni4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script><iframe height="1" width="1" style="position: absolute; top: 0px; left: 0px; border: none; visibility: hidden;"></iframe><script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;rayId&quot;:&quot;8e49d610d901382d&quot;,&quot;version&quot;:&quot;2024.10.5&quot;,&quot;r&quot;:1,&quot;serverTiming&quot;:{&quot;name&quot;:{&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfSpeedBrain&quot;:true,&quot;cfCacheStatus&quot;:true}},&quot;token&quot;:&quot;9a0669ce55ac466a9ad78dc5a60bad1a&quot;,&quot;b&quot;:1}" crossorigin="anonymous"></script>


</body></html>