Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified public/fox.ico
Binary file not shown.
Binary file modified public/logo-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/logo-512.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 src/components/Header/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
height: 170px;
display: flex;
flex: 1;
background: #E9F2FF;
background: #190066;
margin-bottom: 55px;
position: relative;
align-items: center;
Expand Down
2 changes: 0 additions & 2 deletions src/components/Header/index.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import React, { Component } from 'react'
import BgImage from '../../images/bg-img.svg';
import LogoWordmark from '../../images/logo-wordmark.svg';
import './index.css';

export default class Header extends Component {
render(){
return (
<div className={'header'}>
<img src={LogoWordmark} className={'header logo-img'} alt={'background'} />
<img src={BgImage} className={'header bg-img'} alt={'background'} />
</div>
);
Expand Down
217 changes: 23 additions & 194 deletions src/images/bg-img.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 28 additions & 60 deletions src/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading