summaryrefslogblamecommitdiff
path: root/about.html
blob: e06066d97309be38a5b6bb4c56aa52c03b0c610d (plain) (tree)























                                                                              


                                                                                     

       
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>About Me</title>
	<link rel="stylesheet" href="style.css">
	<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
	<h4>
		<a class="menuitem" href="index.html">Home</a>
		<a class="menuitem" href="projects/projects.html">Projects</a>
		<a class="menuitem" href="trips/trips.html">Trips</a>
		<a class="menuitem" href="ruby/ruby.html">Ruby (Images)</a>
		<a class="menuitem" href="other/other.html">Other</a>
		<a class="menuitem" href="about.html">About</a>
	</h4>
	<h2 class="title">About Me</h2>
	<a class="back" href=index.html>&lt;-Back</a>
	<br>
	<img src="me.jpg">
	<p>
	This is me, of course. Thankfully I didn't eat most of this.
	</p>
	<p>
	Hello I'm Joshua Yun, a Junior at UIUC (I don't know anymore what grade I am)
	</p>
</body>
</html>