💻💪 Improve layout of contact section on theater.html

This commit is contained in:
Dan Jones 2018-02-05 19:51:31 -06:00
commit 971f4175e1
3 changed files with 12 additions and 20 deletions

View file

@ -145,22 +145,8 @@ p, dl, ul, ol {
#page-theater {
@extend %resume;
#contact {
display: table;
width: 100%;
div {
display: table-cell;
vertical-align: top;
&:first-child {
text-align: center;
}
&:last-child {
text-align: right;
}
}
}
figure.headshot {
max-height: 12rem;
}
}

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
{% seo %}
{% css style %}
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />

View file

@ -6,8 +6,9 @@ title: Acting Resume
<h1>Dan Jones</h1>
<section id="contact">
<div>
<section id="contact" class="row">
<div class="col order-2 order-md-1 col-12 col-md-6 offset-md-2">
<p>12618 Day Hollow Ln<br/>
Houston, TX 77070</p>
@ -18,7 +19,11 @@ Houston, TX 77070</p>
Hair: Brown &bull; Eyes: Blue</p>
</div>
<div><a href="http://danielrayjones.blogs.goodevilgenius.org/files/2014/11/MyHeadshot.jpg"><img src="http://danielrayjones.blogs.goodevilgenius.org/files/2014/11/MyHeadshot-150x150.jpg" alt="Headshot" width="150" height="150" class="size-thumbnail wp-image-58 rounded" /></a></div>
<figure class="figure col order-1 order-md-2 headshot col-12 col-md-4">
<img src="http://danielrayjones.blogs.goodevilgenius.org/files/2014/11/MyHeadshot.jpg"
class="figure-im img-fluid mh-100" alt="Headshot" />
</figure>
</section>
<section id="film">