Skip to content

Commit a9b70ea

Browse files
committed
Added new volunteer and events held of 2024(odd sem) to JSON data
1 parent a119817 commit a9b70ea

File tree

10 files changed

+40
-0
lines changed

10 files changed

+40
-0
lines changed

Diff for: public/assets/images/posters/20240912.jpg

117 KB
Loading

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

57.7 KB
Binary file not shown.

Diff for: public/assets/images/posters/20240926.jpg

191 KB
Loading

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

128 KB
Binary file not shown.

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

257 KB
Loading

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

38.6 KB
Binary file not shown.

Diff for: public/assets/images/volunteers/uma-ghildiyal.jpg

520 KB
Loading

Diff for: public/assets/images/volunteers/uma-ghildiyal.webp

344 KB
Binary file not shown.

Diff for: public/data/events.json

+24
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
[
2+
{
3+
"image": "assets/images/posters/20241010.webp",
4+
"title": "Git 101",
5+
"date": "October 10th, 2024",
6+
"time": "2:00 PM - 4:30 PM",
7+
"venue": "E1 109",
8+
"about": "Join us for an interactive and beginner friendly workshop, where you will dive deep into version control, issue tracking and the world of open source."
9+
},
10+
{
11+
"image": "assets/images/posters/20240926.webp",
12+
"title": "CyberQuest",
13+
"date": "September 26th, 2024",
14+
"time": "2:00 PM - 4:00 PM",
15+
"venue": "E3 317",
16+
"about": "Join us with Mr. Sanchay Singh, co-founder of Hackersvilla, to dive into the world of vulnerabilities in open source apps in a hands on session."
17+
},
18+
{
19+
"image": "assets/images/posters/20240912.webp",
20+
"title": "2024-25 Kickstarter",
21+
"date": "September 12th, 2024",
22+
"time": "2:00 PM - 4:00 PM",
23+
"venue": "E1 109 ",
24+
"about": "Grow your network, meet our volunteers. Learn about ALiAS' purpose and activities as a club."
25+
},
226
{
327
"image": "assets/images/posters/20240208.webp",
428
"title": "Linux Use Fest",

Diff for: public/data/volunteers.json

+16
Original file line numberDiff line numberDiff line change
@@ -390,5 +390,21 @@
390390
"link": "https://www.linkedin.com/in/atia-naim-270b8424b/"
391391
}
392392
]
393+
},
394+
{
395+
"id": 25,
396+
"image": "assets/images/volunteers/uma-ghildiyal.webp",
397+
"name": "Uma Ghildiyal",
398+
"role": "Volunteer",
399+
"social": [
400+
{
401+
"id": "github",
402+
"link": "https://github.com/uniitee"
403+
},
404+
{
405+
"id": "linkedin",
406+
"link": "https://www.linkedin.com/in/uma-ghildiyal-1a02582b4/"
407+
}
408+
]
393409
}
394410
]

0 commit comments

Comments
 (0)