49 lines
		
	
	
		
			No EOL
		
	
	
		
			2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			No EOL
		
	
	
		
			2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|     <title>Me?</title>
 | |
| 
 | |
|     <!-- style -->
 | |
|     <link href="css/style.css" rel="stylesheet" type="text/css" media="all">
 | |
| 
 | |
|     <!-- fonts -->
 | |
|     <link rel="preconnect" href="https://fonts.gstatic.com">
 | |
|     <!-- Cherry Cream Soda -->
 | |
|     <link href="https://fonts.googleapis.com/css2?family=Cherry+Cream+Soda&display=swap" rel="stylesheet">
 | |
|     <!-- Open Sans -->
 | |
|     <link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
 | |
| </head>
 | |
| <body>
 | |
|     <!-- header -->
 | |
|     <div class="writeHeader"></div>
 | |
| 
 | |
|     <div class="subPage clearfix">
 | |
|         <h1>Me?</h1>
 | |
|         <p>I'm an artist from Venezuela, living in Argentina.
 | |
|         I do drawing and 3d and stuff for fun, not as a job.</p>
 | |
|         
 | |
|         
 | |
|         <img src="img/wafu.png" alt="Wafu" class="clearfix leftPic"/>
 | |
| 
 | |
|         <div id="authorBlurb" style="text-align: center;">
 | |
|             <p> You can find more info about me over here in <a href="https://waifuism.life/">waifuism.life</a></p>
 | |
|             <p>But here are some of my socials:</p>
 | |
|             <p><a href="https://mai.waifuism.life/@waifu">Main account on the Fediverse</a></p>
 | |
|             <p><a href="https://www.pixiv.net/en/users/69402865">Pixiv</a></p>
 | |
|             <p><a href="https://www.patreon.com/thewaifuismlife">Patreon</a></p>
 | |
|             <p><a href="https://twitter.com/waifuism_life">X / Twitter / however it is called now</a></p>
 | |
|             
 | |
|         </div>
 | |
|     </div>
 | |
|     
 | |
|     <!-- footer -->
 | |
|     <div class="writeFooter"></div>
 | |
| 
 | |
| <!-- at the end of this page we only call the header and footer scripts, because we don't need use any functions from the other scripts. -->
 | |
| <script src="js/comic_header.js" defer></script>
 | |
| <script src="js/comic_footer.js" defer></script>
 | |
| </body>
 | |
| </html> |