Skip to content

Commit 7519d37

Browse files
authored
Merge branch 'asetalias:temp' into temp
2 parents 6ac434a + 8190b41 commit 7519d37

File tree

7 files changed

+23
-3
lines changed

7 files changed

+23
-3
lines changed

Diff for: bun.lockb

106 KB
Binary file not shown.

Diff for: public/assets/images/members/nimish-chauhan.jpg

306 KB
Loading

Diff for: public/assets/images/members/nimish-chauhan.webp

88 KB
Binary file not shown.

Diff for: public/assets/images/posters/20240208.png

2.22 MB
Loading

Diff for: public/assets/images/posters/20240208.webp

22.6 KB
Binary file not shown.

Diff for: public/data/events.json

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
[
2+
{
3+
"image": "assets/images/posters/20240208.webp",
4+
"title": "Linux Use Fest",
5+
"date": "February 8th, 2024",
6+
"time": "2:00 PM - 4:00 PM",
7+
"venue": "E3 G06",
8+
"about": "Join Ranjeet as he introduces us to various utilities of unix system and explaining about terminologies like shell and terminals and commands used."
9+
},
210
{
311
"image": "assets/images/posters/20240125.webp",
412
"title": "Introduction to CTFs, Binary Exploitation",

Diff for: public/data/members.json

+15-3
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
},
330330
{
331331
"id": 21,
332-
"image": "assets/images/members/Divyansh-Yadav.webp",
332+
"image": "assets/images/members/divyansh-yadav.webp",
333333
"name": "Divyansh Yadav",
334334
"role": "Volunteer",
335335
"social": [
@@ -340,11 +340,23 @@
340340
{
341341
"id": "discord",
342342
"username": "xenyowo"
343-
}
343+
},
344344
{
345345
"id": "github",
346346
"link": "https://github.com/X3nyy"
347347
}
348348
]
349+
},
350+
{
351+
"id": 22,
352+
"image": "assets/images/members/nimish-chauhan.webp",
353+
"name": "Nimish Chauhan",
354+
"role": "Volunteer",
355+
"social": [
356+
{
357+
"id": "github",
358+
"link": "https://github.com/JackTheSparow"
359+
}
360+
]
349361
}
350-
]
362+
]

0 commit comments

Comments
 (0)