Skip to content

Commit 9e5a0ab

Browse files
committed
.git ignore
1 parent 1db24a0 commit 9e5a0ab

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
.next

app/recruitment/page.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ const ContactPage = () => {
3434

3535
</div>
3636
<div style={{ textAlign: 'center', marginBottom: '1em' }}>
37-
<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>
38-
37+
{/* <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> */}
38+
<p style={{ fontSize: '1.1em' }}>The recruitment test is over!</p>
39+
3940

4041
</div>
4142
{/* <Contact /> */}

0 commit comments

Comments
 (0)