💻💪 Improve layout of contact section on theater.html
This commit is contained in:
parent
490da8b679
commit
971f4175e1
3 changed files with 12 additions and 20 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
11
theater.html
11
theater.html
|
|
@ -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 • 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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue