diff --git a/client/main.css b/client/main.css index 81a5129..cd4529b 100644 --- a/client/main.css +++ b/client/main.css @@ -322,7 +322,7 @@ select { color: #ffffff; } -#thisImage { +#thisImage { /* ??? */ visibility: visible; width: 500 !important; height: 500 !important; @@ -334,34 +334,25 @@ select { } .cellTable{ - border-right: solid 3px #555; - border-left: solid 3px #555; + border-right: solid 1px #414141; + border-left: solid 1px #414141; padding-left: 50px; padding-right: 50px; + text-align:center; +} + +.cellTable h2, .rest h2 { + font-weight: bold; } .rest{ padding-left: 50px; padding-right: 50px; + text-align:center; } -/* testing for home */ -.login-link-text { - background-color: #056571; - color: #ffffff; - font-weight: bold; - border: 3px solid #056571; - border-radius: 5px; - padding: 10px; - text-decoration: none !important; -} - -.login-link-text:hover { - background-color: #ffffff; - color: #414141; - text-decoration: none !important; -} +/* testing for home */ .login-close-text { font-weight: bold; color: #414141; @@ -372,6 +363,19 @@ select { color: #056571; } +.login-link-text { + -webkit-transition-duration: 0.4s !important; /* Safari */ + transition-duration: 0.4s !important; + border: 3px solid #056571 !important; + background-color: #056571 !important; + color: #ffffff !important; + border-radius: 5px !important; + padding:7px 50px 7px 50px !important; + text-decoration: none !important; + margin-left: 5px; + +} + .login-button { -webkit-transition-duration: 0.4s !important; /* Safari */ transition-duration: 0.4s !important; @@ -380,10 +384,11 @@ select { color: #ffffff !important; border-radius: 5px !important; padding:7px !important; + text-decoration: none !important; } -.login-button:hover{ - background-color: transparent !important; /* Green */ +.login-button:hover, .login-link-text:hover { + background-color: transparent !important; border: 3px solid #056571 !important; border-radius: 5px !important; color: #414141 !important; @@ -402,4 +407,28 @@ select { .additional-link:hover { color: #056571 !important; } + +img.subscribeButton { + content: url('/images/fb.png'); + height: 50px; +} + +img.subscribeButton:hover { + content: url('/images/fb_hover.png'); + height: 50px; +} + +img.followButton { + content: url('images/twitter.png'); + height:50px; +} + +img.followButton:hover { + content: url('images/twitter_hover.png'); + height:50px; +} + +.subscribe { + text-align:center; +} stack{display:block;margin:0;padding:0;border:0;} diff --git a/imports/ui/home.jsx b/imports/ui/home.jsx index 4e9efb5..8d5cbc0 100644 --- a/imports/ui/home.jsx +++ b/imports/ui/home.jsx @@ -34,7 +34,9 @@ constructor() { return (

+
+


{this.renderUser()} {this.state.ready ? this.checkUser() : null} @@ -51,14 +53,14 @@ constructor() {
- - - + + + - - - + + + @@ -70,13 +72,17 @@ constructor() {

- -   - - -   - - +

Real-time Update

Reliable Report

24-hr Status

Real-time Update

Reliable Report

24-hr Status

We provide real-time updates to all the reports and crisis reported. This helps you to get information quickly and precisely.
+ + + + +
+ +    + +
+
); } diff --git a/public/images/24hr.png b/public/images/24hr.png index 0785623..89ca9d6 100644 Binary files a/public/images/24hr.png and b/public/images/24hr.png differ diff --git a/public/images/fb.png b/public/images/fb.png new file mode 100644 index 0000000..cc9bd30 Binary files /dev/null and b/public/images/fb.png differ diff --git a/public/images/fb_hover.png b/public/images/fb_hover.png new file mode 100644 index 0000000..5ac4ca5 Binary files /dev/null and b/public/images/fb_hover.png differ diff --git a/public/images/realTime.png b/public/images/realTime.png index fba91c5..d0f87e4 100644 Binary files a/public/images/realTime.png and b/public/images/realTime.png differ diff --git a/public/images/report.png b/public/images/report.png index 69dfca8..6d8f3a7 100644 Binary files a/public/images/report.png and b/public/images/report.png differ diff --git a/public/images/shelter.png b/public/images/shelter.png new file mode 100644 index 0000000..23add9f Binary files /dev/null and b/public/images/shelter.png differ diff --git a/public/images/twitter.png b/public/images/twitter.png new file mode 100644 index 0000000..5b6f1fe Binary files /dev/null and b/public/images/twitter.png differ diff --git a/public/images/twitter_hover.png b/public/images/twitter_hover.png new file mode 100644 index 0000000..d411bde Binary files /dev/null and b/public/images/twitter_hover.png differ