-
Notifications
You must be signed in to change notification settings - Fork 3
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
eea875f
commit b1bba80
Showing
3 changed files
with
50 additions
and
4 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,9 +1,39 @@ | ||
import React from 'react' | ||
import Body from '../components/Layouts/Body' | ||
import Link from 'next/link' | ||
|
||
export default function attendance() { | ||
return ( | ||
<div> | ||
hi | ||
</div> | ||
<Body> | ||
<form className='m-5 p-2 text-xl'> | ||
<h3 className='text-2xl text-accent font-semibold'>Q1. Where is HTF3</h3> | ||
<input type="radio" name="fav_language" value="Kolkata"/> | ||
<label for="Kolkata" className='ml-2'>Kolkata</label><br/> | ||
<input type="radio" name="fav_language" value="Delhi"/> | ||
<label for="Delhi" className='ml-2'>Delhi</label><br/> | ||
<input type="radio" name="fav_language" value="Gandhinagar"/> | ||
<label for="Gandhinagar" className='ml-2'>Gandhinagar</label><br /> | ||
<input type="radio" name="fav_language" value="Bihar"/> | ||
<label for="Bihar" className='ml-2'>Bihar</label><br /> | ||
</form> | ||
|
||
<form className='m-5 p-2 text-xl'> | ||
<h3 className='text-2xl text-accent font-semibold'>Q2. Test Question</h3> | ||
<input type="radio" name="fav_language" value="Kolkata"/> | ||
<label for="Kolkata" className='ml-2'>1</label><br/> | ||
<input type="radio" name="fav_language" value="Delhi"/> | ||
<label for="Delhi" className='ml-2'>2</label><br/> | ||
<input type="radio" name="fav_language" value="Gandhinagar"/> | ||
<label for="Gandhinagar" className='ml-2'>3</label><br /> | ||
<input type="radio" name="fav_language" value="Bihar"/> | ||
<label for="Bihar" className='ml-2'>4</label><br /> | ||
</form> | ||
|
||
<div className='flex justify-center items-center'> | ||
<Link href="/success"> | ||
<button type='submit' className='p-2 px-4 text-xl container mx-auto w-32 bg-primary text-white font-semibold rounded-full'>Submit</button> | ||
</Link> | ||
</div> | ||
</Body> | ||
) | ||
} |
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,16 @@ | ||
import React from 'react' | ||
import Body from '../components/Layouts/Body' | ||
import Link from 'next/link' | ||
|
||
export default function Success() { | ||
return ( | ||
<Body title="Success"> | ||
<h2 className='text-4xl font-bold text-primary text-center mt-48 mb-20'>Yay! Submitted Successfully</h2> | ||
<div className='flex justify-center items-center'> | ||
<Link href="/dashboard"> | ||
<button type='submit' className='p-2 px-4 text-xl container mx-auto w-52 bg-primary text-white font-semibold rounded-full'>Go Back to Dashboard</button> | ||
</Link> | ||
</div> | ||
</Body> | ||
) | ||
} |
b1bba80
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.
Deployment failed with the following error:
b1bba80
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:
ed360-teacher-backend – ./teacherBackend
ed360-teacher-backend.vercel.app
ed360-teacher-backend-raihankhan-rk.vercel.app
ed360-teacher-backend-git-main-raihankhan-rk.vercel.app
b1bba80
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:
ed360-teacher-frontend – ./teacherfrontend
ed360-teacher-frontend-git-main-raihankhan-rk.vercel.app
ed360-teacher-frontend-raihankhan-rk.vercel.app
ed360-teacher-frontend.vercel.app