tidying up html

This commit is contained in:
Tyler Hallada 2014-09-16 17:32:48 -04:00
parent 657cd7da71
commit 1dccc1989b
4 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html style="background: whitesmoke"> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html style="background: whitesmoke"> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

View File

@ -15,6 +15,7 @@
html { html {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: whitesmoke;
} }
body { body {

View File

@ -13,17 +13,17 @@ title: Tyler Hallada
<div class="row clearfix"> <div class="row clearfix">
<div class="column fourth"> <div class="column fourth">
<div class="profile-card-portrait"> <div class="profile-card-portrait">
<img src="profile_icon_128x128.png"> <img src="profile_icon_128x128.png" alt="profile image">
</div> </div>
<hr class="hide-desktop"> <hr class="hide-desktop">
</div> </div>
<div class="column three-fourths"> <div class="column three-fourths">
<div class="profile-card-content"> <div class="profile-card-content">
<div class="profile-card-quote"> <div class="profile-card-quote">
<blockquote id="front-quote" cite="Fred Brooks"><p><i>"The programmer, like the poet, <blockquote id="front-quote"><p><i>"The programmer, like the poet,
works only slightly removed from pure thought-stuff. He builds his works only slightly removed from pure thought-stuff. He builds his
castles in the air, from air, creating by exertion of the castles in the air, from air, creating by exertion of the
imagination."</i></p><footer>&mdash; Fred Brooks</footer></blockquote></p> imagination."</i></p><footer>&mdash; Fred Brooks</footer></blockquote>
</div> </div>
</div> </div>
</div> </div>