Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The beginnings of my website #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>Eric Shtivelberg's Webpage</title>
</head>
<body>
<h3>About Me</h3>
<p>My name is Eric Shtivelberg. I am a recent graduate of the Ohio State University
with a BS in biochemistry and a BA in Russian language. I also have a minor in
mathematics. I originally come from the Chicagoland area (<b>CHITOWN REPRESENT!!</b>),
but have lived in Columbus for the greater part of the last 5 years. I am an avid Chicago
sports fan as well as a huge fan of the <i>National Champion</i> Buckeyes (in football at
least). Probably the most interesting fact about me is that I've been to over 40 countries
around the world (and I plan to go to many more).
</p>
<h3>My Interests</h3>
<ul>
<li>Travel (obviously)</li>
<li>Sports (NFL, MLB, NBA, NHL, college football/basketball, European soccer)</li>
<li>Music - I try to see as much live music as I can afford</li>
<li>Web Development (why else would I be making this page?)</li>
<li>Learning in general (I try to know a little bit about everything)</li>
</ul>
<h3>Sites I feel are worth knowing</h3>
<ul>
<li><a href="http://www.grantland.com">Grantland</a>, where I find some of the best sports and pop culture writing on the web</li>
<li><a href="http://www.pitchfork.com">Pitchfork</a>, aka the hipster music bible</li>
<li><a href="http://www.bbc.com/news">The BBC News</a>, which I find better than any American media sites</li>
<li><a href="http://www.reddit.com">Reddit</a>, and if you don't know what Reddit is, then why are you on the internet</li>
</ui>
<p>To find out more about me, click <a href="more_about_me.html">here!</a></p>
</body>
</html>
9 changes: 9 additions & 0 deletions more_about_me.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>More about Eric Shtivelberg</title>
</head>
<body>
<p>This area is under construction. Please come back later</p>
</body>
</html>