-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
c4d2ffc
commit 7492232
Showing
16 changed files
with
3,135 additions
and
69 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
<img width="150px" src="https://user-images.githubusercontent.com/4144601/221259594-4ef9932d-7be3-4357-ac45-bfc41ad07577.svg" align="right" alt="VeganCheck Grades Logo"> | ||
|
||
# VeganCheck Grades | ||
This is the promotional website for VeganCheck Grades. | ||
# Veganify Grades | ||
This is the promotional website for Veganify Grades. | ||
|
||
It is built in Next.js and can be easily be run by `npm run start` and build by `npm run build`. | ||
|
||
## Live website | ||
The live website is available at <https://grade.vegancheck.me>. | ||
The live website is available at <https://grade.veganify.app>. | ||
|
||
## How to access the Grades | ||
The VeganCheck Grades are available through the VeganCheck.me API. You can find the [repo here](https://github.com/JokeNetwork/VeganCheck.me-API) and the [documentation here](https://jokenetwork.de/vegancheck-api). | ||
The Veganify Grades are available through the VeganCheck.me API. You can find the [repo here](https://github.com/frontendnetwork/veganify-API) and the [documentation here](https://jokenetwork.de/veganify-api). |
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.
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.
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.
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.
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 |
---|---|---|
@@ -1,24 +1,22 @@ | ||
import Link from "next/link"; | ||
|
||
export default function Footer(): JSX.Element{ | ||
export default function Footer(): JSX.Element { | ||
return ( | ||
<> | ||
<footer> | ||
<div className="footertext"> | ||
© {new Date().getFullYear()} VeganCheck.me & Contributors | ||
</div> | ||
<ul> | ||
<li> | ||
<Link href="Developers">API for Developers</Link> | ||
</li> | ||
<li> | ||
<a href="https://vegancheck.me">VeganCheck.me</a> | ||
</li> | ||
<li> | ||
<Link href="Legal">Legal</Link> | ||
</li> | ||
</ul> | ||
</footer> | ||
</> | ||
<footer> | ||
<div className="footertext"> | ||
© {new Date().getFullYear()} Veganify & Contributors | ||
</div> | ||
<ul> | ||
<li> | ||
<Link href="Developers">API for Developers</Link> | ||
</li> | ||
<li> | ||
<a href="https://veganify.app">Veganify</a> | ||
</li> | ||
<li> | ||
<Link href="Legal">Legal</Link> | ||
</li> | ||
</ul> | ||
</footer> | ||
); | ||
} |
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