Skip to content

Commit ab98f2a

Browse files
committed
updating the officers + adding interest form :D
1 parent 53730f6 commit ab98f2a

File tree

2 files changed

+34
-4
lines changed

2 files changed

+34
-4
lines changed

package-lock.json

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App.svelte

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
description: "ma dadi is hot",
1111
title: "President",
1212
image: "./images/ankith.png",
13-
github: "https://github.com/Monkeyank",
13+
github: "https://github.com/ankithm28",
1414
// mail: "",
1515
},
1616
{
@@ -23,16 +23,16 @@
2323
},
2424
{
2525
name: "Snehil Kakani",
26-
description: "next.js is great",
26+
description: "",
2727
title: "Head of Frontend",
2828
image: "./images/snehil.jpg",
2929
mail: "kakanisnehil@gmail.com",
30-
github: "https://github.com/r2dev2",
30+
github: "https://github.com/snek152",
3131
website: "https://snehilkakani.me",
3232
},
3333
{
3434
name: "Kush Khanna",
35-
description: "react>",
35+
description: "react >>",
3636
title: "Head of Backend",
3737
image: "./images/kush.jpeg",
3838
github: "https://github.com/krash3125",
@@ -66,6 +66,15 @@
6666
Github
6767
</Button>
6868
</li>
69+
<li>
70+
<Button
71+
type="secondary"
72+
href="https://docs.google.com/forms/d/e/1FAIpQLSeGQOinNNFWa2w1SBBNkrjnfdcbiHm_TXRgrhiODhSWjgednA/viewform"
73+
external
74+
>
75+
Join Us
76+
</Button>
77+
</li>
6978
</ul>
7079
</Navbar>
7180

0 commit comments

Comments
 (0)