-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' of github.com:WalkingPal/walking-pal-web into pr/41
- Loading branch information
Showing
23 changed files
with
248 additions
and
165 deletions.
There are no files selected for viewing
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,22 @@ | ||
name: 🐛 Bug | ||
description: Report an issue to help improve the project. | ||
title: "bug: <description>" | ||
labels: ["bug", "hacktoberfest"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | ||
Write a brief description of the question or issue, also include what you tried and what didn't work. *Please add screenshots if applicable along with* ***steps to reproduce the issue and reference links (if applicable)***. If you need help or if you want to to discuss something with us, join the WalkingPal [Discord community](https://discord.gg/Et3aQTsW6a)! | ||
You can assign this issue to yourself if you want to work on it. | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: " " | ||
options: | ||
- label: I have read and I am following [the guidelines for creating a new issue](https://github.com/WalkingPal/walking-pal-web/blob/dev/.docs/CONTRIBUTING.md#make-sure-to-follow-these-when-opening-issues) | ||
required: true |
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,6 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: 👩💻 Join the WalkingPal Discord community | ||
url: https://discord.gg/Et3aQTsW6a | ||
about: If you need help or if you want to to discuss/ask questions, join the WalkingPal Discord community! | ||
|
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,22 @@ | ||
name: 📄 Documentation | ||
description: Found an issue in the documentation? You can use this one! | ||
title: "docs: <description>" | ||
labels: ["documentation", "hacktoberfest"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | ||
Write a description of the question or issue in the documentation. **Add reference links (if applicable)**. If you need help or if you want to to discuss something with us, join the WalkingPal [Discord community](https://discord.gg/Et3aQTsW6a)! | ||
You can assign this issue to yourself if you want to work on it. | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: " " | ||
options: | ||
- label: I have read and I am following [the guidelines for creating a new issue](https://github.com/WalkingPal/walking-pal-web/blob/dev/.docs/CONTRIBUTING.md#make-sure-to-follow-these-when-opening-issues) | ||
required: true |
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,21 @@ | ||
name: 💡Feature Request | ||
description: Have a new idea/feature for this project? Please suggest! | ||
title: "feat: <description>" | ||
labels: ["enhancement", "hacktoberfest"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | ||
Write a description of the enhancement you propose. **Add screenshots/images or reference links (if applicable)**. If you need help or if you want to to discuss something with us, join the WalkingPal [Discord community](https://discord.gg/Et3aQTsW6a)! | ||
You can assign this issue to yourself if you want to work on it. | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: " " | ||
options: | ||
- label: I have read and I am following [the guidelines for creating a new issue](https://github.com/WalkingPal/walking-pal-web/blob/dev/.docs/CONTRIBUTING.md#make-sure-to-follow-these-when-opening-issues) | ||
required: true |
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
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
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
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
export { ErrorMessage as default } from "./404/ErrorMessage"; | ||
export { Error404 as default } from "./404/404"; |
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,20 @@ | ||
.main { | ||
text-align: center; | ||
display: flex; | ||
min-height: 100vh; | ||
flex-wrap: wrap; | ||
} | ||
.left { | ||
flex: 1; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
min-width: 300px; | ||
} | ||
.right { | ||
flex: 1; | ||
display: grid; | ||
align-content: center; | ||
justify-content: center; | ||
padding: 30px 4vw; | ||
} |
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,40 @@ | ||
import Head from "next/head"; | ||
import type { NextPage } from "next"; | ||
import styles from "./404.module.scss"; | ||
import { Error } from "assets/png"; | ||
import Image from "next/image"; | ||
import { Box, Typography } from "@mui/material"; | ||
|
||
export const Error404: NextPage = () => { | ||
return ( | ||
<> | ||
<Head> | ||
<title> 404 | Page Not Found </title> | ||
<meta | ||
name="description" | ||
content="Uh oh! 404 Not Found. Looks like you got lost" | ||
/> | ||
<meta | ||
name="keywords" | ||
content="404, not, found, walking, pal, buddy, walk" | ||
/> | ||
</Head> | ||
|
||
<main className={styles.main}> | ||
<div className={styles.left}> | ||
<Image src={Error} alt="" /> | ||
</div> | ||
<Box bgcolor="primary.main" color="#ffffffcc" className={styles.right}> | ||
<Typography variant="h1" pb={3}> | ||
Ouppps! <br /> 404 | ||
</Typography> | ||
<Typography variant="h5"> | ||
Looks like this page is missing or unavailable. If you think this is | ||
a mistake, don’t worry though, our best man is on the case! <br /> | ||
<br /> Meanwhile, please head back. | ||
</Typography> | ||
</Box> | ||
</main> | ||
</> | ||
); | ||
}; |
Oops, something went wrong.