Skip to content

Commit

Permalink
Обновлена первая страница
Browse files Browse the repository at this point in the history
  • Loading branch information
KoSafronov committed Dec 15, 2024
1 parent 09de01b commit 2e5a5e2
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/screens/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const HomePage = (props: ComponentProps) => {
</div>
</div>
<div className="top-section__right">
<img src="static/img/logo.svg" class="home-page__logo" />
<img src="static/img/logo_new.svg" class="home-page__logo" />
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions src/screens/homePage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

.homepage__top-section {
background: radial-gradient(rgba(255, 127, 0, 0.25), rgba(0, 13, 255, 0.25));
background: linear-gradient(rgba(255, 127, 0, 0.92), rgba(187, 0, 255, 0.25));
backdrop-filter: blur(10px);
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -76,7 +76,7 @@
}

.top-section__right img {
height: 300px;
height: 200px;
}

.top-section__logo {
Expand Down
53 changes: 53 additions & 0 deletions static/img/logo_new.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions static/img/small_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions static/img/square_logo.svg
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 2e5a5e2

Please sign in to comment.