Skip to content

Commit

Permalink
fix about page
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenmcginnis committed Apr 29, 2016
1 parent 8b1bbef commit ac394cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions resume/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
<div class="container">

<div class="row">
<div class="col-sm-4">
<div class="col-sm-4 aboutText">
<br>
<p>I am passionate about making the world a better place through design. My approach, combining empathetic human-centered design and hard technical skills, allows me contribute to projects by translating complex information into visual design in a variety of media.</p>
<p>I am passionate about making the world a better place through design. My approach, combining empathetic human-centered design and hard technical skills, allows me to contribute to projects by translating complex information into visual design in a variety of media.</p>
</div>

<div class="col-sm-8">
<div class="col-sm-8 aboutImage">
<img src="images/desk.jpg" class="img-responsive" style="padding-top: 20px">
</div>
</div>
Expand All @@ -46,19 +46,19 @@
<h1>Design Services</h1>
<hr>
<div class="row services">
<div class="col-sm-4">
<div class="col-sm-4 aboutSkill">
<img src="images/dataViz.png" class="img-responsive" alt="data visualization">
<p><strong>Data analysis & visualization</strong></p>
<p>I use my dual background in design and the sciences to analyze and translate large amounts of data or complex concepts into visual stories that foster understanding and compel action.</p>
</div>

<div class="col-sm-4">
<div class="col-sm-4 aboutSkill">
<img src="images/webDesign.png" class="img-responsive" alt="data visualization">
<p><strong>Web design & development</strong></p>
<p>I take a holistic approach to web design and front-end development from creating a visual identity to user experience design and the development of a final product.</p>
</div>

<div class="col-sm-4">
<div class="col-sm-4 aboutSkill">
<img src="images/printDesign.png" class="img-responsive" alt="data visualization">
<p><strong>Print design</strong></p>
<p>I bring over eight years of layout design experience to reports, marketing material, and other printed media.</p>
Expand Down
4 changes: 4 additions & 0 deletions work/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,10 @@ video {
top: 400px;
}

.aboutSkill, .aboutImage, .aboutText {
width: 100%;
}

}

@media only screen and (max-width: 850px) {
Expand Down

0 comments on commit ac394cc

Please sign in to comment.