Skip to content

Commit

Permalink
merge angular branch
Browse files Browse the repository at this point in the history
  • Loading branch information
davefinster committed Nov 29, 2015
2 parents f1d7f21 + d3652fc commit 306fa1b
Show file tree
Hide file tree
Showing 32 changed files with 52,782 additions and 311 deletions.
13 changes: 13 additions & 0 deletions .gitignore
@@ -0,0 +1,13 @@
logs
*.log
npm-debug.log*
pids
*.pid
*.seed
lib-cov
coverage
.grunt
.lock-wscript
build/Release
node_modules
**/.DS_Store
166 changes: 0 additions & 166 deletions bak/index.php

This file was deleted.

10 changes: 0 additions & 10 deletions bak/model/footer.php

This file was deleted.

58 changes: 0 additions & 58 deletions bak/model/header.php

This file was deleted.

1 change: 0 additions & 1 deletion public/asset.html

This file was deleted.

122 changes: 122 additions & 0 deletions public/css/application.css
@@ -0,0 +1,122 @@
@font-face {
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

html {
height: 100%;
}

.aqdaBody .navbar{
background-color: white;
}

#results-container{
font-size: larger;
min-height: 300px;
}

.strainTable {
width: 100%;
margin-top: 50px;
text-align: center;
}

.strainTable a{
color: white;
text-align: center;
}

.strainTable a:hover{
color: grey;
}

.aqdaBody {
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
background-color: rgb(38, 91, 162);
height: 100%;
}

.navbar .container { min-height: 83px; }


.navbar-fixed-top {
position:static;
margin-bottom: 0px;
}

ul.navbar-nav a {
margin-top: 16px;
}

.top-block{
background-color: rgb(48, 112, 201);
}

.middle-block{
background-color: rgb(57, 130, 233);
}

.bottom-block{
background-color: rgb(38, 91, 162);
}

.btn-circle {
width: 100px;
height: 100px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.42;
border-width: 3px;
border-radius: 50px;
background-color: transparent;
}

.btn-circle-selected {
background-color: rgb(38, 91, 162);;
}


.indicators {
text-align: center;
}

.indicator {
padding: 0px 5px;
}

.indicator button {
width: 20px;
height: 20px;
background: none;
border-color: #fff;
border-width: 2px;
border-style: solid;
border-radius: 10px;
}

.indicator button:hover {

}

.indicator.active button {
background-color: white;
}

.question-area {
color: white;
}

.question-form-control{

border-color: rgb(122, 170, 226);
border-width: 3px;
font-size: 30px;
height: auto;
color: white;
text-align: center;
}

.question-form-control-unselected{
background-color: transparent;
}
2 changes: 1 addition & 1 deletion public/css/quiz.css
@@ -1,5 +1,5 @@
body {
background-color: #f80;
background-color: white;
}

.emphasis {
Expand Down
2 changes: 1 addition & 1 deletion public/css/style.css
@@ -1,6 +1,6 @@
@font-face {
font-family: museo-sans;
src: url(/fonts/MuseoSans_300.otf);
src: url(./fonts/MuseoSans_300.otf);
}

body {
Expand Down
Binary file added public/img/aqLogo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 306fa1b

Please sign in to comment.