1
0
mirror of https://github.com/XFox111/my-website.git synced 2026-04-22 07:28:01 +03:00

init: First version

This commit is contained in:
2024-08-19 23:08:50 +00:00
commit 3ec7d9a722
134 changed files with 17088 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
import React from "react";
const ThirdPartyAttribution: React.FC = () => <>
<p>
Iconography, colorgraphy and typography of this website are based on
Microsoft's <a target="_blank" href="https://fluentui.dev/">Fluent Design System</a> licensed under
the <a target="_blank" href="https://github.com/microsoft/fluentui/blob/main/LICENSE">MIT License</a>.
</p>
<p>
Illustrations for GUT.Schedule and FoxTube projects use assets created
by <a target="_blank" href="https://www.freepik.com/author/rawpixel-com">rawpixel.com</a> on Freepik
</p>
</>;
export default ThirdPartyAttribution;