Skip to content

Instantly share code, notes, and snippets.

@amanuel1995
Forked from anonymous/index.html
Last active May 22, 2017 20:52
Show Gist options
  • Save amanuel1995/193a2cd3b45d9cb77bcbc1895d6e5750 to your computer and use it in GitHub Desktop.
Save amanuel1995/193a2cd3b45d9cb77bcbc1895d6e5750 to your computer and use it in GitHub Desktop.
CAS 204
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Amanuel's Bio</title>
</head>
<body>
<div>
<img src="banner.png" alt="banner">
</div>
<div>
<h1>Amanuel Goshu</h1>
</div>
<div>
<img src="aman.jpg" alt="This is Amanuel and his host mom's photo.">
<p>The <a href="outline.pdf">outline</a></p>
</div>
<div>
<h2>Educational Background</h2>
<ol>
<h3>High School</h3>
<li>Went Akaki Adventist School (2009-2011) </li>
<h3>College</h3>
<li>Studying CSE at Michigan State with cognate in MI (2010-now)</li>
</ol>
</div>
<div>
<h2>Contact Information</h2>
<ul>
<h3> Social Links </h3>
<li><a href="https://www.facebook.com/amanmelki">Facebook</a></li>
<li><a href="https://www.twitter.com/amanuellemessa">Twitter</a></li>
<li><a href="https://www.linkedin.com/amanue-goshu">LinkedIn</a></li>
<h3> Email </h3>
<li><a href="mailto:goshuama@msu.edu" target="_top">MSU E-Mail</a></li>
</ul>
</div>
<div>
<h2>Personal Information</h2>
<h3>Hobbies and Favourites</h3>
<ul>
<li>Unpopular TV Shows</li>
<li>Least-Selling Books</li>
<li>Non-mainstream Music Bands</li>
</ul>
<h3>Activities</h3>
<ul>
<li>Sports - Soccer + Basketball</li>
<li>Pastime - Video Games + Procrastination</li>
<li>Work - MATRIX - Center for Digital Humanities. MSU. </li>
</ul>
<h3>Address</h3>
<ul>
<li>State - East Lansing, MI </li>
<li>Home - Addis Ababa, Ethiopia </li>
</ul>
<h3>Favourite Quotes </h3>
<ul>
<li>Don’t always be there, you will be taken for granted! <br> - Amanuel </li>
<li>Home is where mom is. <br> - Anonymous </li>
</ul>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment