Skip to content

Commit 8190b41

Browse files
authored
Merge pull request #315 from X3nyy/temp
feat(community): add foss united delhi
2 parents 0e05ace + 1549f40 commit 8190b41

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: public/data/events.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,6 @@
154154
"date": "September 1st, 2022",
155155
"time": "2:00 PM - 4:00 PM",
156156
"venue": "E2 Seminar Hall",
157-
"about": "Join us for an event to kickstart Hacktoberfest, a month long festival and celebration of open source."
157+
"about": "Join us for a workshop on job readiness hosted by ALiAS alum Vipul Gupta, where he assists in smoothing your transition into the job market."
158158
}
159159
]

Diff for: src/components/Community/Community.jsx

+7
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ const Community = () => {
3333
alt="India Linux User Group"
3434
/>
3535
</a>
36+
<a href="https://fossunited.org/" target="_blank" rel="no noreferrer">
37+
<img
38+
className={styles.community__chapter}
39+
src="assets/images/communities/foss-united.png"
40+
alt="Foss United Foundation"
41+
/>
42+
</a>
3643
</div>
3744
</div>
3845
);

0 commit comments

Comments
 (0)