Skip to content

Added about me page. #12

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 3 commits 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
39 changes: 39 additions & 0 deletions about.me.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<html>
<head>
<title>About me</title>
</head>
<body>
<h1>This is Allison!</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://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-xpa1/v/t1.0-9/1384383_10152720796263875_2829987265218276949_n.jpg?oh=ffd99d3d284dfd337da97e559e7bb02a&oe=54DA0BBA&__gda__=1427741648_ed1e398bd0cb27396de54189a870c577">
</section>
<section>
<p>I am from: Walnut Creek, CA</p>
</section>
<section>
<p>Here are three things I really like to do:</p>
<ul>
<li>Exercising</li>
<li>Spending time with family and friends</li>
<li>Camping</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/allison.marino">Facebook</a>
<br>
<a href="https://github.com/amarino7">GitHub</a>
</section>
</body>
</html>
Empty file added gitlab_first
Empty file.