Skip to content

Commit ad5a015

Browse files
committed
Merge branch 'master' into gh-pages
2 parents 1775512 + 8fe4f4e commit ad5a015

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

_includes/header.html

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
<!-- Carousel - only using one at the moment
6464
================================================== -->
6565
<div id="banner" class="carousel slide" data-ride="carousel" data-interval="10000">
66+
<div class="carousel-background-image-attribute">
67+
<a href="http://en.wikipedia.org/wiki/New_River_(Kanawha_River)#mediaviewer/File:New_River_Virginia.JPG">Eric T Gunther</a>
68+
</div>
6669
<!-- Indicators -->
6770
<!-- <ol class="carousel-indicators">
6871
<li data-target="#banner" data-slide-to="0" class="active"></li>

css/style.css

+11-1
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,22 @@ table h3 {
5959
/* Carousel base class */
6060
.carousel {
6161
height: 500px;
62-
background-image: url(../images/sunset.jpg);
62+
background-image: url(../images/new_river_virginia.jpg);
6363
background-size: cover;
6464
background-position: center bottom;
6565
margin-bottom: 60px;
6666
color: #fff;
6767
}
68+
.carousel-background-image-attribute {
69+
position: absolute;
70+
bottom: 0;
71+
right: 10px;
72+
z-index: 20;
73+
font-size: 11px;
74+
}
75+
.carousel-background-image-attribute a {
76+
color: #666;
77+
}
6878
/* Since positioning the image, we need to help out the caption */
6979
.carousel-caption {
7080
z-index: 10;

images/new_river_virginia.jpg

4.03 MB
Loading

0 commit comments

Comments
 (0)