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.
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.
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.
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

+5
View File
@@ -0,0 +1,5 @@
#nav {
position: fixed;
width: 100%;
height: 110px;
}
+15
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;