70 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			70 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<HTML>
 | 
						|
  <HEAD>
 | 
						|
    <TITLE>(d+(7-s))</TITLE>
 | 
						|
    <meta charset="UTF-8" />
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1" />
 | 
						|
    <style>
 | 
						|
      body {
 | 
						|
        background-color: #3B6EA5;
 | 
						|
        color: #FFFFFF;
 | 
						|
        font-weight: bold;
 | 
						|
      }
 | 
						|
      a { 
 | 
						|
        font-weight: normal; 
 | 
						|
        color: #FFFFFF;
 | 
						|
      }
 | 
						|
    </style>
 | 
						|
    <link rel="shortcut icon" type="image/x-icon" href="https://raw.githubusercontent.com/devenblake/homepage/master/favicon.ico">
 | 
						|
  </HEAD>
 | 
						|
  <BODY>
 | 
						|
    <!--<p style="font-weight: normal;"><small>Sorry if you got a warning about my webpage certificates. I chose to make the page unsecured (versus standard HTTPS) to make this better compatible with any older computers I test.</small></p>-->
 | 
						|
    <p>Hi, I'm Deven Blake. I'm just your normal everyday nerd.</p>
 | 
						|
    <p><small>translations of my name include:<br />ديفين بلايك<br />バレイク デビン (BLAKE Deven)</small></p>
 | 
						|
    <p>My pronouns are <code>they/them</code>.
 | 
						|
    <hr size="1" width="25%" align="left">
 | 
						|
    <p>I'm TestOut PC Pro certified (which doesn't mean much, but I earned 2000 of the 2000 possible points on the certification exam). I have a functional knowledge of Python and almost grasp C.</p>
 | 
						|
    <p><a href="https://duckduckgo.com/?q=deven+blake">Look me up online</a>.</p>
 | 
						|
    <hr size="1" width="25%" align="left">
 | 
						|
    <p>I have a somewhat barren <a href="https://ibukimaya.itch.io/">itch.io page</a>.</p>
 | 
						|
    <p>I also have a <a href="https://blake.1mb.site/">1mb site</a>.</p>
 | 
						|
    <hr size="1" width="25%" align="left">
 | 
						|
    <p>You can contact me at</p>
 | 
						|
    <p>- (preferably) blakedevendesu@gmail.com</p>
 | 
						|
    <p>- deven@waifu.club</p>
 | 
						|
    <p>These following are left for completion's sake but are rarely checked:</p>
 | 
						|
    <p>- RandomGuyDTB@protonmail.com</p>
 | 
						|
    <p>- RandomGuyDTB@tutanota.com</p>
 | 
						|
    <p>- deven@kittymail.com</p>
 | 
						|
    <p>dblake@asia.com and devenblake@mail.com are aliases for that account.</p>
 | 
						|
    <p>Services I'm on include...</p>
 | 
						|
    <p>- All Things Weezer, deven</p>
 | 
						|
    <p>- ArchWiki, deven</p>
 | 
						|
    <p>- Byte, d3ven</p>
 | 
						|
    <p>- Codeberg, deven</p>
 | 
						|
    <p>- CodeWalrus, deven</p>
 | 
						|
    <p>- Discord, deven#3756</p>
 | 
						|
    <p>- GitHub, devenblake</p>
 | 
						|
    <p>- Goodreads, devenblake</p>
 | 
						|
    <p>- ieddit, deven</p>
 | 
						|
    <p>- Instagram, deven.blake</p>
 | 
						|
    <p>- Likee, deven</p>
 | 
						|
    <p>- MySpace, devenblake</p>
 | 
						|
    <p>- Notabug, deven</p>
 | 
						|
    <p>- Reddit, u/devenblake</p>
 | 
						|
    <p>- Subreply, deven</p>
 | 
						|
    <p>- Tiktok, unixuserdtb</p>
 | 
						|
    <p>- Twitter, unixuserdtb</p>
 | 
						|
    <p>None of these are guaranteed to still be on-line. I also didn't hyperlink any of those because I would much rather talk to you via email or another safe platform.</p>
 | 
						|
    <hr size="1" width="25%" align="left">
 | 
						|
    <p><a href="/films">check out my favorite movies</a></p>
 | 
						|
    <p><a href="/home">check out a web browser landing page i made</a></p>
 | 
						|
    <p><a href="/textediting">here are my opinions on text editing</a></p>
 | 
						|
    <hr size="1" width="25%" align="left">
 | 
						|
    <p><small>The following buttons use JavaScript to modify the page title.</small></p>
 | 
						|
    <input type="button" value="infix (algrebraic)" onclick="document.title='(d+(7-s))';" />
 | 
						|
    <input type="button" value="prefix (s-expression)" onclick="document.title='(+ d (- 7 s))';" />
 | 
						|
    <input type="button" value="postfix (rpn)" onclick="document.title='d 7 s - +';" />
 | 
						|
  </BODY>
 | 
						|
</HTML>
 |