Skip to content

Commit

Permalink
update web app
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Sep 18, 2024
0 parents commit fcb03c7
Show file tree
Hide file tree
Showing 48 changed files with 206 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
15 changes: 15 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting...</title>
<script type="text/javascript">
const path = window.location.pathname.slice(1);
const params = new URLSearchParams();
params.set("redirect", path);
const { protocol, host } = window.location;
window.location.replace(`${protocol}//${host}/?${params.toString()}`);
</script>
</head>
<body></body>
</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
needs-assessment.distributeaid.dev
Binary file added assets/Inter-Black-8b21d5be.woff
Binary file not shown.
Binary file added assets/Inter-Black-fc10113c.woff2
Binary file not shown.
Binary file added assets/Inter-BlackItalic-87235581.woff
Binary file not shown.
Binary file added assets/Inter-BlackItalic-bc80081d.woff2
Binary file not shown.
Binary file added assets/Inter-Bold-3e242080.woff
Binary file not shown.
Binary file added assets/Inter-Bold-c63158ba.woff2
Binary file not shown.
Binary file added assets/Inter-BoldItalic-3f211964.woff2
Binary file not shown.
Binary file added assets/Inter-BoldItalic-ace8e094.woff
Binary file not shown.
Binary file added assets/Inter-ExtraBold-307d9809.woff2
Binary file not shown.
Binary file added assets/Inter-ExtraBold-f053602c.woff
Binary file not shown.
Binary file added assets/Inter-ExtraBoldItalic-6deefddf.woff
Binary file not shown.
Binary file added assets/Inter-ExtraBoldItalic-cf6b1d6c.woff2
Binary file not shown.
Binary file added assets/Inter-ExtraLight-015dad27.woff
Binary file not shown.
Binary file added assets/Inter-ExtraLight-b6cd094a.woff2
Binary file not shown.
Binary file added assets/Inter-ExtraLightItalic-32e53d8a.woff
Binary file not shown.
Binary file added assets/Inter-ExtraLightItalic-db229bf3.woff2
Binary file not shown.
Binary file added assets/Inter-Italic-900058df.woff2
Binary file not shown.
Binary file added assets/Inter-Italic-cd1eda97.woff
Binary file not shown.
Binary file added assets/Inter-Light-36b86832.woff2
Binary file not shown.
Binary file added assets/Inter-Light-4871aed0.woff
Binary file not shown.
Binary file added assets/Inter-LightItalic-737ac201.woff2
Binary file not shown.
Binary file added assets/Inter-LightItalic-7d291e85.woff
Binary file not shown.
Binary file added assets/Inter-Medium-1b498b95.woff2
Binary file not shown.
Binary file added assets/Inter-Medium-53deda46.woff
Binary file not shown.
Binary file added assets/Inter-MediumItalic-205c8989.woff
Binary file not shown.
Binary file added assets/Inter-MediumItalic-81600858.woff2
Binary file not shown.
Binary file added assets/Inter-Regular-d612f121.woff2
Binary file not shown.
Binary file added assets/Inter-Regular-ef1f23c0.woff
Binary file not shown.
Binary file added assets/Inter-SemiBold-15226129.woff2
Binary file not shown.
Binary file added assets/Inter-SemiBold-653fed7a.woff
Binary file not shown.
Binary file added assets/Inter-SemiBoldItalic-3b6df7d0.woff2
Binary file not shown.
Binary file added assets/Inter-SemiBoldItalic-95e68b6b.woff
Binary file not shown.
Binary file added assets/Inter-Thin-77d96c1c.woff2
Binary file not shown.
Binary file added assets/Inter-Thin-e6bced8e.woff
Binary file not shown.
Binary file added assets/Inter-ThinItalic-70648e9b.woff
Binary file not shown.
Binary file added assets/Inter-ThinItalic-d82beee8.woff2
Binary file not shown.
Binary file added assets/Inter-italic.var-d1401419.woff2
Binary file not shown.
Binary file added assets/Inter-roman.var-17fe38ab.woff2
Binary file not shown.
Binary file added assets/Inter.var-85f08b5f.woff2
Binary file not shown.
124 changes: 124 additions & 0 deletions assets/index-67ef8a08.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions assets/index-960c62e5.css

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
html {
font-family: "Inter", "system-ui";
}

:root {
--bs-font-sans-serif: "Inter", "system-ui";
--bs-body-font-weight: 300;
}

@supports (font-variation-settings: normal) {
html {
font-family: "Inter var", "system-ui";
}
:root {
--bs-font-sans-serif: "Inter var", "system-ui";
}
}
28 changes: 28 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" type="image/svg+xml" href="/logo.svg" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="theme-color" content="#082b76" />
<link rel="manifest" href="/manifest.json" />
<meta name="application-name" content="Needs Assessment" />
<meta name="msapplication-TileColor" content="#082b76" />
<meta name="description" content="Distribute Aid Needs Assessment" />
<meta name="version" content="0.0.0-development" />
<title>Needs Assessment</title>


<link rel="stylesheet" type="text/css" href="/index.css" />
<script type="module" crossorigin src="/assets/index-67ef8a08.js"></script>
<link rel="stylesheet" href="/assets/index-960c62e5.css">
</head>
<body>
<div id="root"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>

</body>
</html>
1 change: 1 addition & 0 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"short_name": "Needs Assessment",
"name": "Distribute Aid Needs Assessment",
"icons": [
{
"src": "logo.svg",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/svg+xml"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#082b76",
"background_color": "#082b76"
}

0 comments on commit fcb03c7

Please sign in to comment.