Skip to content

Pimp about_me.html. #7

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
41 changes: 41 additions & 0 deletions about_me.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<html>
<head>
<title>About me</title>
</head>
<body>
<h1>This is Dennis!</h1>
<section>
<h2>Welcome to my homepage. Here you can learn everything about me!</h2>
<p>This is a picture of me:</p>
<img src="https://avatars1.githubusercontent.com/u/2866749?v=3&s=400" width="200" height="200">
</section>
<section>
<p>I am from:</p>
<img src="http://www.travelsmartblog.com/wp-content/uploads/2013/03/0_109861425.jpg" width="300" height="200">
<p><em>Who can guess where it is?</em></p>
</section>
<section>
<p>Here are three things I really like to do:</p>
<ul>
<li>Traveling</li>
<li>Cooking</li>
<li>Playing the guitar</li>
</ul>
</section>
<section>
<p>My three favorite technologies in order are:</p>
<ol>
<li>Ruby</li>
<li>Rails</li>
<li>AngularJS</li>
</ol>
</section>
<p><strong>So nice of you to check in!</strong></p>
<hr>
<section>
<a href="https://www.facebook.com/dchacke">Facebook</a>
<br>
<a href="https://github.com/dchacke">GitHub</a>
</section>
</body>
</html>