Skip to content

Commit

Permalink
Merge pull request #32 from lugvitc/main
Browse files Browse the repository at this point in the history
feat: readme & questions
  • Loading branch information
ThEditor authored Aug 13, 2024
2 parents 76ce299 + e367d77 commit 262e19f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}
2 changes: 2 additions & 0 deletions src/pages/apply.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ const questions: { [key: string]: (string | any)[] | undefined } = {
],

tech: [
"If there was a novel idea that you would like to work on in the distant future (or are working on it right now), what would it be?",
"If there was something you would want to learn, what would it be?",
"Links to your profiles/projects (for eg. Github, portfolio website, etc.) if none, write a bit about your technical journey",
"Share with us your technical interests/motivations"
]
Expand Down
6 changes: 6 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,12 @@ export default function Root() {
and contribute, it doesn't matter what operating system you use.
</p>
</Card>
<Card className="">
<h2>Want to know more?</h2>
<p>
You can read more about Linux Users Group <a href="https://cloud.lugvitc.net/s/74pTQ4XrWSqr4in" className="underline text-yellow-400">here</a>.
</p>
</Card>
</div>
</section>
<section>
Expand Down

0 comments on commit 262e19f

Please sign in to comment.