Skip to content

Commit

Permalink
Added dimensions of health background.
Browse files Browse the repository at this point in the history
Renamed background images to new naming convention.
  • Loading branch information
btakita committed Mar 20, 2013
1 parent 3f86b50 commit 4859e55
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 8 deletions.
4 changes: 4 additions & 0 deletions README.md
@@ -1,2 +1,6 @@
emergelifecenter.com
====================

## TODO:

* favicon
18 changes: 11 additions & 7 deletions public/css/index.css
@@ -1,31 +1,35 @@
.reveal .state-background {
background-repeat: no-repeat;
background-position: center center;
background-size: 100%;
background-size: contain;
}

.title .reveal .state-background {
background-image: url(/img/emerge-background-title.png);
background-image: url(/img/emerge-title-background.png);
}

.dimensions-of-health-index .reveal .state-background {
background-image: url(/img/emerge-dimensions-of-health-index-background.png);
}

.emotional-health .reveal .state-background {
background-image: url(/img/emerge-background-emotional-health.png);
background-image: url(/img/emerge-emotional-health-background.png);
}

.mental-health .reveal .state-background {
background-image: url(/img/emerge-background-mental-health.png);
background-image: url(/img/emerge-mental-health-background.png);
}

.physical-health .reveal .state-background {
background-image: url(/img/emerge-background-physical-health.png);
background-image: url(/img/emerge-physical-health-background.png);
}

.social-health .reveal .state-background {
background-image: url(/img/emerge-background-social-health.png);
background-image: url(/img/emerge-social-health-background.png);
}

.spiritual-health .reveal .state-background {
background-image: url(/img/emerge-background-spiritual-health.png);
background-image: url(/img/emerge-spiritual-health-background.png);
}

.title .reveal, .title .reveal h1, .title .reveal h2, .title .reveal h3 {
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
File renamed without changes
2 changes: 1 addition & 1 deletion public/index.html
Expand Up @@ -49,7 +49,7 @@ <h3>[Edit Me] Solution Revolution tagline...</h3>
</section>

<section id="dimensions-of-health">
<section id="dimensions-of-health-index">
<section id="dimensions-of-health-index" data-state="dimensions-of-health-index">
<h2>5 Dimensions of Health</h2>

<ul>
Expand Down

0 comments on commit 4859e55

Please sign in to comment.