-
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
444fe12
commit 2406512
Showing
8 changed files
with
48 additions
and
32 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,8 +1,9 @@ | ||
export default function Page() { | ||
return ( | ||
<main className="m-auto my-10 max-w-5xl space-y-5 px-3 text-center"> | ||
<h1>Job submitted</h1> | ||
<p>Your job posting has been submitted and is pending approval.</p> | ||
<h1 className="font-bold">Job submitted</h1> | ||
<p>Your job posting has been submitted.</p> | ||
<p>Please, contact me if you want to remove it.</p> | ||
</main> | ||
); | ||
} |
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,7 +1,9 @@ | ||
export default function PP() { | ||
return ( | ||
<div> | ||
<h1>Page</h1> | ||
</div> | ||
<main className="m-auto my-10 max-w-5xl space-y-5 px-3 text-center"> | ||
<h1 className="font-bold">Privacy Policy</h1> | ||
<p>Your privacy is important for us.</p> | ||
<p>Consider that we do not collect informations from you.</p> | ||
</main> | ||
) | ||
} |
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,7 +1,9 @@ | ||
export default function TOS() { | ||
return ( | ||
<div> | ||
<h1>Page</h1> | ||
</div> | ||
<main className="m-auto my-10 max-w-5xl space-y-5 px-3 text-center"> | ||
<h1 className="font-bold">Term of Service</h1> | ||
<p>This software is not garanteed.</p> | ||
<p>The data may disapear from a day to another.</p> | ||
</main> | ||
) | ||
} |
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