Skip to content

Commit

Permalink
Styling fixes and adds logo. (refs #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsayer2 committed Apr 11, 2017
1 parent b336b3a commit 8c3a67e
Show file tree
Hide file tree
Showing 8 changed files with 67 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<body>

<div id="app">
<h3 style="margin: 5px;">Loading &hellip;</h3>
<div class="busy">LOADING</div>
<h3 style="margin: 5px;"></h3>
<div class="busy">This is only showing when the application is busy. Leave it empty if nothing should show.</div>
</div>

<script>
Expand Down
8 changes: 7 additions & 1 deletion src/language.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/language.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src/language.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* Created by Florian Grassinger on Mon, 10 Apr 2017 08:54:58 GMT.
*
* Add your constants here or Strings in order to make it possible for future distributions to change the language.
* If all strings and texts are written in constants it's easier to change the language depending on the region settings.
*/

export const APP_NAME = 'Valid';
export const HELLO_WORLD = 'Hello Phovea World';
export const HELLO_WORLD = 'Hello World this is VALID... or will be...';
Binary file added src/media/Valid_Logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions src/media/valid_logo_animated.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ th, label, strong, b, .label {
position: fixed;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.26) url('#{$imagesDirectory}/Valid_Logo.jpg') no-repeat fixed center;
background: rgba(255, 255, 255, 0.26) url('#{$imagesDirectory}/valid_logo_animated.svg') no-repeat fixed center;
z-index: 999;
top: 0;
bottom: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
* Add all variables here for SCSS, like colors or paths.
*/

$imagesDirectory: '~phovea_ui/src/assets';
$imagesDirectory: 'media';
$hover-color: orange;

0 comments on commit 8c3a67e

Please sign in to comment.