tidying up html
This commit is contained in:
parent
657cd7da71
commit
1dccc1989b
@ -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">
|
||||||
|
@ -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">
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
html {
|
html {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
background: whitesmoke;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -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>— Fred Brooks</footer></blockquote></p>
|
imagination."</i></p><footer>— Fred Brooks</footer></blockquote>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user