Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/empowerhack/HealthStarter
Browse files Browse the repository at this point in the history
…into HEAD
  • Loading branch information
System Administrator authored and System Administrator committed Apr 16, 2016
2 parents 9cb3731 + 1ceb21e commit a6df913
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 80 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# HealthStarter
Helping aid workers hit the ground running with quickly absorbable health and childcare knowledge


![Health Starter Inteface Preview](img/healthStarter2.gif)
54 changes: 53 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,36 @@ textarea {
box-shadow: 0px 0px 5px #ddd;
background-color: #fff;
margin-bottom: 50px;

}

/*iframe {
width: 1px;
min-width: 100%;
*width: 100%;
}*/

.accordion-container {
/*padding: 0px 20px;*/
}

.gradient {
height: 40px;
position: fixed;
bottom: 19px;
background-color: #fff;
z-index: 0;
display: block;
width: 100%;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}


.yellow-green {
color: #E0F13E;
Expand Down Expand Up @@ -228,11 +252,23 @@ header {

}

.accordion.open {
border-bottom: 3px solid #eee;
}

.warning ul {
color: #fff;
}

.link-container {
margin: 1px;
}

.button-link {
border-radius: 5px;
border: 2px solid #FD2D52;
color: #FD2D52;
padding: 10px 5px;
padding: 10px 10px;
margin: 10px auto;
text-align: center;

Expand Down Expand Up @@ -268,6 +304,14 @@ header {
height: 20px;
}

p.progresstext {
color: #888;
margin: 0px;
position: relative;
top: -20px;
height: 0px
}

.progress {
width: 1%;
background-color: #FD2D52;
Expand Down Expand Up @@ -329,6 +373,14 @@ em {
footer {
text-align: center;
font-size: 0.8em;
margin-bottom: 50px;
}

div.form-container {
background-color: #eee;
padding-top: 30px;
margin-top: 20px;
padding-bottom: 20px;
}


Expand Down
Binary file added img/gradient.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 img/healthStarter2.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 modified img/temperature-icon-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a6df913

Please sign in to comment.