diff --git a/src/app/attributions.tpl.html b/src/app/attributions.tpl.html deleted file mode 100644 index e40d6343..00000000 --- a/src/app/attributions.tpl.html +++ /dev/null @@ -1,63 +0,0 @@ -
-

Attributions

- - - -
- - -// core-js / js-extensions / 100-String.format.js -//console.debug("begin string.toformat.js"); -/***** Begin String.format - MIT License ************************************ - -Copyright (c) 2009 - Michael J. Ryan (http://tracker1.info) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -=============================================================================== -Thanks for the inspiration - http://blairmitchelmore.com/javascript/string.format - -//inline arguments -String.format( -"some string with {0} and {1} injected using argument {{number}}", -'first value', -'second value' -); -returns: 'some string with first value and second value injected argument {number}' - -//single array -String.format( -"some string with {0} and {1} injected using array {{number}}", -[ 'first value', 'second value' ] -); -returns: 'some string with first value and second value injected using array {number}' - -//single object -String.format( -"some string with {first} and {second} value injected using {{propertyName}}", -{ -first:'first value', -second:'second value' -} -); -returns: 'some string with first value and second value injected using {propertyName}' - -******************************************************************************/ \ No newline at end of file diff --git a/src/app/home/home.tpl.html b/src/app/home/home.tpl.html index 2bd6df83..14794099 100644 --- a/src/app/home/home.tpl.html +++ b/src/app/home/home.tpl.html @@ -1,36 +1,11 @@ -
-

- Welcome to a place where you can listen, learn, share your discoveries and help out the environment! - The Bioacoustic Workbench is a repository for audio recordings of the environment and tools that aid in - analysing the sounds. - We gather recordings from a wide range of environments, find practical ways to annotate - the sounds with information about what's going on in them, and then enable that - information to be put to use by ecologists and other parties interested in conservation. -

- -

- Welcome back to the Bioacoustic Workbench, {{$root.userData.userName}}! We're glad you're - here. -

+
+

Client application home page

-

- Time to get started! You can sign in using an account you already have! +

- - diff --git a/src/app/navigation/_navigation.scss b/src/app/navigation/_navigation.scss index 35dec5ce..171f052a 100644 --- a/src/app/navigation/_navigation.scss +++ b/src/app/navigation/_navigation.scss @@ -16,10 +16,10 @@ right-nav-bar { left-nav-bar { @for $i from 0 through 4 { .indentation-#{$i} { - $step: ($i * 5%); + $step: ($i * 10%); width: 100% - $step; margin-left: $step !important; - font-size: 100% - $step; + font-size: 100% - ($step / 2); } } } \ No newline at end of file diff --git a/src/app/uiHints/ribbon.js b/src/app/uiHints/ribbon.js index 4cae8b33..357ac294 100644 --- a/src/app/uiHints/ribbon.js +++ b/src/app/uiHints/ribbon.js @@ -23,7 +23,7 @@ angular case "building": this.class = "building"; this.text = "\xa0"; - this.tooltip = "This feature is still being built and is not available"; + this.tooltip = "This feature is still being built and is not yet available"; break; default: this.class = this.type; diff --git a/src/index.html b/src/index.html index 428415e7..857c3d0b 100644 --- a/src/index.html +++ b/src/index.html @@ -100,6 +100,9 @@ +
+
+