Skip to content

Commit

Permalink
.git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
varun-sappa committed Mar 13, 2024
1 parent 1db24a0 commit 9e5a0ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.next
5 changes: 3 additions & 2 deletions app/recruitment/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ const ContactPage = () => {

</div>
<div style={{ textAlign: 'center', marginBottom: '1em' }}>
<p style={{ fontSize: '1.1em' }}>Get ready to tackle the challenges! Can't wait to see you awesome peeps joining our team for some serious fun and learning! Let's do this!<br/> Here's the <a href="https://drive.google.com/file/d/1HoSzhonLO_KQzDN9fJdJvYdMuOAVYx1c/view" target="_blank" rel="noopener noreferrer" style={{textDecoration: 'underline'}}>link for the paper</a>, dive in and let the fun begin! πŸš€πŸš All the best and have fun!</p>

{/* <p style={{ fontSize: '1.1em' }}>Get ready to tackle the challenges! Can't wait to see you awesome peeps joining our team for some serious fun and learning! Let's do this!<br/> Here's the <a href="https://drive.google.com/file/d/1HoSzhonLO_KQzDN9fJdJvYdMuOAVYx1c/view" target="_blank" rel="noopener noreferrer" style={{textDecoration: 'underline'}}>link for the paper</a>, dive in and let the fun begin! πŸš€πŸš All the best and have fun!</p> */}
<p style={{ fontSize: '1.1em' }}>The recruitment test is over!</p>


</div>
{/* <Contact /> */}
Expand Down

0 comments on commit 9e5a0ab

Please sign in to comment.