-
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.
Merge pull request #58 from patelvivekdev/development
Get project data from MDX
- Loading branch information
Showing
32 changed files
with
271 additions
and
233 deletions.
There are no files selected for viewing
This file was deleted.
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
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 |
---|---|---|
|
@@ -5,18 +5,21 @@ import Link from 'next/link'; | |
|
||
export default function NotFound() { | ||
return ( | ||
<section className='mt-16 sm:mt-40 w-11/12 sm:w-3/4 mx-auto'> | ||
<h1 className='font-medium text-2xl mb-8 tracking-tighter'>Oh no! This page does not exist.</h1> | ||
<section className='h-screen mt-16 sm:mt-40 w-11/12 sm:w-3/4 mx-auto'> | ||
<h1 className='font-bold text-center text-2xl mb-8 tracking-tighter'>Oh no! This page does not exist.</h1> | ||
<p className='text-lg mb-8'> | ||
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. | ||
</p> | ||
<p className='text-lg mb-8'>Please check the URL and try again.</p> | ||
|
||
<p className='text-lg mb-8'> | ||
If you think this is an error, please contact me at | ||
If you think this is an error, please contact me at{' '} | ||
<a href='mailto:[email protected]' className='text-blue-500 hover:underline'> | ||
{' '} | ||
[email protected] | ||
</a>{' '} | ||
Or open issues at{' '} | ||
<a className='text-blue-500 hover:underline' href='https://github.com/patelvivekdev/patelvivek.dev/issues/new'> | ||
Github | ||
</a> | ||
</p> | ||
|
||
|
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
Oops, something went wrong.
078171b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
patelvivek.dev – ./
patelvivekdev-git-master-patelvivekdev.vercel.app
patelvivekdev-patelvivekdev.vercel.app
patelvivek.dev
www.patelvivek.dev