33 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
<style type="text/css">
 | 
						|
    .btnc a {
 | 
						|
        padding: 2px 8px;
 | 
						|
        background: white;
 | 
						|
        border: 0.5px solid black;
 | 
						|
        border-radius: 6px;
 | 
						|
        color: black;
 | 
						|
        text-decoration: none;
 | 
						|
        font-size: 18px;
 | 
						|
 | 
						|
    }
 | 
						|
</style>
 | 
						|
 | 
						|
<div style="height: 100vh; display: flex; align-items: center; justify-content: center;">
 | 
						|
    <div style="text-align: center;">
 | 
						|
        <h1 style="font-size: 42px; font-weight: bold; margin-bottom: 24px;">Morgan J.</h1>
 | 
						|
        <p style="font-size: 20px; margin-bottom: 56px;">Average Linux user</p>
 | 
						|
 | 
						|
        <div style="font-size: 16px;display: flex; justify-content: center; gap: 16px; margin-bottom: 24px;" class="btnc">
 | 
						|
            <a href="https://github.com/morgan9e">GitHub</a>
 | 
						|
            <a href="https://twitter.com/mgsql">Twitter</a>
 | 
						|
            <a href="https://t.me/morgan9e">Telegram</a>
 | 
						|
            <a href="mailto:">Mail</a>
 | 
						|
        </div>
 | 
						|
 | 
						|
        <div style="font-size: 16px;display: flex; justify-content: center; gap: 16px;" class="btnc">
 | 
						|
            <a href="/pub.asc">PGP</a>
 | 
						|
            <a href="https://git.morgan.kr">Git</a>
 | 
						|
            <a href="/blog">Blog</a>
 | 
						|
            <a href="https://AS214578.net">Net</a>
 | 
						|
        </div>
 | 
						|
    </div>
 | 
						|
</div> |