missing files for header and fonts

This commit is contained in:
Peter 2024-02-10 19:53:56 +01:00
parent 3baee7f8e5
commit f210c292f1
15 changed files with 63304 additions and 0 deletions

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Binary file not shown.

BIN
public/fonts/opensans.eot Normal file

Binary file not shown.

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

Binary file not shown.

BIN
public/fonts/opensans.woff Normal file

Binary file not shown.

BIN
public/logosmall.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -0,0 +1,5 @@
#nav {
position: fixed;
width: 100%;
height: 110px;
}

View 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;