-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GitHub Actions
committed
Sep 18, 2024
0 parents
commit dc8fc46
Showing
48 changed files
with
206 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
needs-assessment.distributeaid.dev |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-13361cd0.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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |