missing files for header and fonts
This commit is contained in:
parent
3baee7f8e5
commit
f210c292f1
BIN
public/fonts/opensans-bold.eot
Normal file
BIN
public/fonts/opensans-bold.eot
Normal file
Binary file not shown.
21060
public/fonts/opensans-bold.svg
Normal file
21060
public/fonts/opensans-bold.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 1.1 MiB |
BIN
public/fonts/opensans-bold.ttf
Normal file
BIN
public/fonts/opensans-bold.ttf
Normal file
Binary file not shown.
BIN
public/fonts/opensans-bold.woff
Normal file
BIN
public/fonts/opensans-bold.woff
Normal file
Binary file not shown.
BIN
public/fonts/opensans-italic.eot
Normal file
BIN
public/fonts/opensans-italic.eot
Normal file
Binary file not shown.
21162
public/fonts/opensans-italic.svg
Normal file
21162
public/fonts/opensans-italic.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 1.1 MiB |
BIN
public/fonts/opensans-italic.ttf
Normal file
BIN
public/fonts/opensans-italic.ttf
Normal file
Binary file not shown.
BIN
public/fonts/opensans-italic.woff
Normal file
BIN
public/fonts/opensans-italic.woff
Normal file
Binary file not shown.
BIN
public/fonts/opensans.eot
Normal file
BIN
public/fonts/opensans.eot
Normal file
Binary file not shown.
21062
public/fonts/opensans.svg
Normal file
21062
public/fonts/opensans.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 1.1 MiB |
BIN
public/fonts/opensans.ttf
Normal file
BIN
public/fonts/opensans.ttf
Normal file
Binary file not shown.
BIN
public/fonts/opensans.woff
Normal file
BIN
public/fonts/opensans.woff
Normal file
Binary file not shown.
BIN
public/logosmall.png
Normal file
BIN
public/logosmall.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.2 KiB |
5
src/components/header/Header.css
Normal file
5
src/components/header/Header.css
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#nav {
|
||||||
|
position: fixed;
|
||||||
|
width: 100%;
|
||||||
|
height: 110px;
|
||||||
|
}
|
||||||
15
src/components/header/header.tsx
Normal file
15
src/components/header/header.tsx
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
import React, { FC } from 'react';
|
||||||
|
import './Header.css';
|
||||||
|
|
||||||
|
const Header: FC = () => {
|
||||||
|
|
||||||
|
return (
|
||||||
|
<header>
|
||||||
|
<div></div>
|
||||||
|
|
||||||
|
<div></div>
|
||||||
|
</header>
|
||||||
|
)
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Header;
|
||||||
Loading…
Reference in New Issue
Block a user