Skip to content

Commit

Permalink
Bug/earth 2 logo (#352)
Browse files Browse the repository at this point in the history
* update home page

* ?

* modified style

* Changed titles's css

* revert changes

* revert

* revert

* Fixed img path

Co-authored-by: Yingxi Lin <[email protected]>
Co-authored-by: yxlin118 <[email protected]>
  • Loading branch information
3 people authored Oct 1, 2020
1 parent 7cddd6b commit 72819c2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes
Binary file added frontend/public/static/earth2-logo.png
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 frontend/src/components/Wrapper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Wrapper({ children }) {
onClick={() => window.open("https://earth2.ucsd.edu/")}
>
<span>powered by</span>
<img src="earth2-logo.png" alt="EARTH2.0"></img>
<img src="/static/earth2-logo.png" alt="EARTH2.0"></img>
</div>
</main>
);
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body {
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-image: url(../background.png);
background-image: url(/static/background.png);
height: 100%;
font-family: 'Rubik', 'Abel', sans-serif !important;
color: white !important;
Expand Down
Binary file added frontend/src/static/background.png
Loading
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 72819c2

Please sign in to comment.