48 lines
		
	
	
		
			1021 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1021 B
		
	
	
	
		
			HTML
		
	
	
	
<style> 
 | 
						|
    body {
 | 
						|
        padding: 0;
 | 
						|
        margin: 0;
 | 
						|
    }
 | 
						|
 | 
						|
  .about {
 | 
						|
      display: flex;
 | 
						|
      justify-content: center;
 | 
						|
      align-items: center;
 | 
						|
      height: 100vh;
 | 
						|
  }
 | 
						|
  
 | 
						|
  main {
 | 
						|
      padding: 0px 24px 100px 24px;
 | 
						|
  }
 | 
						|
 | 
						|
  h4 {
 | 
						|
    margin-bottom: 12px;
 | 
						|
  }
 | 
						|
 | 
						|
  ul {
 | 
						|
    padding-left: 24px;
 | 
						|
    margin-top: 12px;
 | 
						|
  }
 | 
						|
 | 
						|
  x {
 | 
						|
    font-size: 0.7rem;
 | 
						|
  }
 | 
						|
</style>
 | 
						|
 | 
						|
<div class="about">
 | 
						|
    <main>
 | 
						|
        <h2>Hi, I'm Morgan.</h2>
 | 
						|
        Just oridinary uni student, who likes to do anything related to computers.
 | 
						|
        <br><br>
 | 
						|
        I do PCB/FPGA system design and (Hardware) Cryptography.
 | 
						|
        <br>
 | 
						|
        I use Python and C <x>(for sure)</x>, and very little bit of Rust.
 | 
						|
        <br>
 | 
						|
        I'm interested in High-performance Networking, and I really want to learn Hardware Security.
 | 
						|
        <br>
 | 
						|
        I am strong <b>Linux</b> enthusiast, and I do open-source projects in my free time.
 | 
						|
        <br><br>
 | 
						|
        I'm still learing anyway, so I'll try to learn more and more things.
 | 
						|
    </main>
 | 
						|
</div>
 |