Skip to content

Commit

Permalink
Multiple changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Armley authored and Jack Armley committed Mar 4, 2012
1 parent eac1fee commit dc8b6dc
Show file tree
Hide file tree
Showing 17 changed files with 9 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<h1 id="gl-section_title">My name's Jack; I'm a web designer</h1>
<div id="gl-content_wrapper" class="clearfix">
<div id="pg-home_intro">
<p class="app-page_title app-division">My idea of a good time is writing a nice bit of semantic markup, or some extensible <abbr title="Cascading Style Sheets">CSS</abbr></p>
<p class="app-page_title app-division">I relish the challenge of building beautiful, usable websites that people love to visit.</p>
<div class="app-division clearfix">
<article class="mod-gridunit gu-float gu-three">
{exp:channel:entries channel="work" disable="categories|member_data|pagination" status="Featured" sort="desc" limit="1" dynamic="no" show_future_entries="yes"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1><a href="{title_permalink='work/detail'}" title="Read more">{title}</a></h1>
{work-thumb limit="1"}
<figure>
<a href="{title_permalink='work/detail'}" title="Read more">
<img src="{-matrix-work-thumb_image}" alt="{-matrix-work-thumb_alt}" {if entry_id!="50"}class="app-border"{/if} />
<img src="{-matrix-work-thumb_image}" alt="{-matrix-work-thumb_alt}" {if -matrix-work-thumb_border!="no"}class="app-border"{/if} />
</a>
</figure>
{/work-thumb}
Expand Down
Binary file not shown.
Binary file added managed_assets/work/slide-browserbook_01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added managed_assets/work/slide-browserbook_02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added managed_assets/work/slide-dunhill_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added managed_assets/work/slide-dunhill_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added managed_assets/work/slide-dunhill_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added managed_assets/work/slide-snowcone_01.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added managed_assets/work/slide-snowcone_02.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added managed_assets/work/thumb-browserbooklet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added managed_assets/work/thumb-dunhill.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added managed_assets/work/thumb-snowcone.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added managed_assets/work/thumb-snowcone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions v2/css/less/links.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Links
}
article h1 a{
border-bottom:none;
box-shadow:none;
}

p a:hover:after,
Expand Down
13 changes: 4 additions & 9 deletions v2/css/less/modular.less
Original file line number Diff line number Diff line change
Expand Up @@ -346,16 +346,11 @@
color:@col-recessive;

&:hover{cursor:pointer;}

&.active{
color:@col-base;
}
}

a
li
.active{
background:#ddd;
color:@col-charcol;
text-shadow:0 1px 0 #fff;
.border-radius(0.25em);
}

}

2 changes: 2 additions & 0 deletions v2/css/less/responsive.less
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
height:auto;
margin:0 0 @base-lineheight 0;
box-shadow:none;
border-bottom-style:solid;
}
#gl-header_pri h1{
font-size:2em;
Expand All @@ -64,6 +65,7 @@
margin:0;
background:#fff;
text-shadow:none;
color:@col-base;

a,
a:link,
Expand Down

0 comments on commit dc8b6dc

Please sign in to comment.