Skip to content

Commit

Permalink
dc monuments photos + figure opacity to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksandrew committed Oct 5, 2014
1 parent b227595 commit 629ace5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions _posts/articles/2014-10-05-dc-night-photography-monuments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: post
title: "Walking around DC with a camera"
date: 2014-10-05
categories: articles
tags: [photography]
---

Having some fun walking around the monuments at night messing around with my new(ish) DSLR and tripod.

<figure>
<a href="https://farm4.staticflickr.com/3935/15265881927_b6ddb27cd3_h.jpg" title="Maine Ave SW, Washington DC"><img src="https://farm4.staticflickr.com/3935/15265881927_b6ddb27cd3_h.jpg" width="1600" height="1064" alt="DSC_0115"></a>
<figcaption>Maine Ave SW, Washington DC. Red+Yellow+Green stoplight??!! F/16 for 10 seconds.</figcaption>
</figure>

<figure>
<a href="https://farm6.staticflickr.com/5601/15265747140_323d60ef5c_k.jpg" title="Jefferson Memorial"><img src="https://farm6.staticflickr.com/5601/15265747140_323d60ef5c_k.jpg" width="2048" height="1362" alt="DSC_0121"></a><figcaption>Jefferson Memorial, Washington DC. Obligatory DC monuments photo. F/16 for 8 seconds.</figcaption>
</figure>
4 changes: 2 additions & 2 deletions _sass/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ figure {
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
opacity: 0.7;
opacity: 1;
&:hover {
@include transform(translateY(-5px));
@include box-shadow(0 0 10px rgba($black, .20));
opacity: 1;
opacity: 0.8;
}
}
}
Expand Down

0 comments on commit 629ace5

Please sign in to comment.