Skip to content
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
Binary file added img/me_and_jackson.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 47 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,41 @@
<title>John Regner - Home</title>
<link rel="stylesheet" href="css/foundation.min.css" />
<script src="js/vendor/modernizr.js"></script>
<style>
#footer {
height: 50px;
bottom: 0px;
left: 0px;
line-height: 50px;
color: #aaa;
text-align: center;
width: 100%;
}
img {
border: solid inset 3px;
}
.headerImage {
position: relative;
}
.mainHeading {
position: absolute;
bottom: 0;
right: 30px;
text-shadow:
-1px -1px 0 #555,
1px -1px 0 #555,
-1px 1px 0 #555,
1px 1px 0 #555;
}
.mainHeading h1 {
color: #FFD585;
font-family:"Helvetica Neue Light", Helvetica, Arial, sans-serif;
}
.mainHeading h4 {
color: #028CC6;
font-family:"Helvetica Neue Light", Helvetica, Arial, sans-serif;
}
</style>
</head>

<body>
Expand Down Expand Up @@ -48,10 +83,19 @@ <h1>
</div>

<!-- Main content -->
<div class="row">
<div class="large-12 medium-12 small-12 columns headerImage">
<img class="radius" src="img/me_and_jackson.jpg" alt="A picture of Me">
<div class="mainHeading">
<h1 class="text-right">John Regner</h1>
<h4 class="text-right">In the beginners mind everything is
possible</h4>
</div>
</div>
</div>
<div class="row">
<div class="large-8 medium-8 small-9 columns">
<h1>John Regner</h1>

<div class="large-10 medium-10 small-12 columns large-centered medium-centered">
<h4>About Me</h4>
<p>My introduction to computers started like most; I enjoyed video games as a child,
instant message as a teen, and music production as a young adult. In college, I
discovered programming. I started with Assembly and C, and am now doing
Expand All @@ -66,11 +110,6 @@ <h1>John Regner</h1>
use of computers.</p>

</div>
<div class="large-4 medium-4 small-3 columns">
<p>
<img src="img/john088.jpeg" alt="Picture of me">
</p>
</div>
</div>

<div class="row">
Expand Down