-
Notifications
You must be signed in to change notification settings - Fork 12
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
ae962fe
commit 8c3a2fd
Showing
53 changed files
with
19 additions
and
3,126 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import React from 'react'; | ||
|
||
const HomePage = () => { | ||
return ( | ||
<div className="container mx-auto px-4 py-8"> | ||
<h1 className="text-4xl font-bold mb-4">Welcome to Job-City</h1> | ||
<p className="text-xl mb-4">Your gateway to educational excellence and career growth.</p> | ||
<ul className="list-disc list-inside"> | ||
<li>Aptitude Reasoning</li> | ||
<li>Examination System</li> | ||
<li>Coding Modules</li> | ||
<li>AI Research</li> | ||
<li>AI Security</li> | ||
</ul> | ||
</div> | ||
); | ||
}; | ||
|
||
export default HomePage; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.