Skip to content

Commit

Permalink
Merge pull request #38 from shri-acha/main
Browse files Browse the repository at this point in the history
The blog for linux-talk.
  • Loading branch information
NotSugat authored May 5, 2024
2 parents a0f4c5f + c301095 commit 7b9ea02
Show file tree
Hide file tree
Showing 36 changed files with 43 additions and 9 deletions.
2 changes: 1 addition & 1 deletion blog/2023-08-28-websitelaunch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors: [aadarshadhakalg]
tags: [kuosc, website, launch]
---

![KUOSC Banner](./kuosc-plain-banner.jpeg)
![KUOSC Banner](./kuosc-plain-banner.jpeg.webp)

Introducing the New KUOSC Website: Unveiling a Hub of Open Source Activities!

Expand Down
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions blog/2024-02-21-training-at-dhulikhel-childrens-home/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors: [aadarshadhakalg]
tags: [kuosc, HeNN, LTSP, Training]
---

![Training](./training.jpg)
![Training](./training.webp)

Volunteers from Kathmandu University Open Source Community (KUOSC) in collaboration with Help Nepal Network Nepal (HeNN) conducted a training session for children at Dhulikhel Children's Home. The session focused on equipping the children with essential computer skills and fostering responsible internet usage.

Expand All @@ -23,4 +23,4 @@ Furthermore, the volunteers emphasized internet safety, educating the children o
- Anil Kumar Shrestha


This collaborative effort empowers the children at Dhulikhel Children's Home with valuable technological skills and fosters responsible digital citizenship, paving the way for a brighter future.
This collaborative effort empowers the children at Dhulikhel Children's Home with valuable technological skills and fosters responsible digital citizenship, paving the way for a brighter future.
Binary file not shown.
Binary file not shown.
Binary file added blog/2024-04-19-linux-talk/img/linux_talk.webp
Binary file not shown.
Binary file added blog/2024-04-19-linux-talk/img/linux_talk_01.webp
Binary file not shown.
28 changes: 28 additions & 0 deletions blog/2024-04-19-linux-talk/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
slug: Linux Talk
title: Linux Talk
authors: [irhs0]
tags: [open-source,kuosc, event, linux]
---


## Linux Talk: Unveiling the Power of Open Source

<hr/>
<img
src={require('./img/linux_talk_01.webp').default}
alt="peoplef_attendingu_linuxc_talkk"
height="50%"
width="100%"
/>
<hr/>

On April 19th, Linux talk a yearly event hosted by KUCC and KUOSC was held that offered an exploration of open-source software. The session went into a discussion of the collaborative nature of open-source development, where source code is freely available for contribution.The Linux talk was accompanied by the inauguration of GNOME Nepal.

This ceremony promises to be a valuable resource for enthusiasts of the GNOME desktop environment, providing a platform for collaboration, learning, and promoting the adoption of open-source software in Nepal.

With that, the representative of GNOME Nepal, Aditya Singh shared his experience working with GNOME and his contributions to the GNOME Project, and how we could also help and interact with the community.
A particularly engaging element of the event was a Kahoot session.
It enthralled the participants and brought a spirit of competition within the peers.

After the Kahoot session, there was an interactive session with community members and heads of communities under KUCC, which was beneficial for new members of the club and community.
6 changes: 6 additions & 0 deletions blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ aadarshadhakalg:
title: Coordinator, KUOSC
url: https://github.com/aadarshadhakalg
image_url: https://github.com/aadarshadhakalg.png

irhs0:
name: Shriharsh Acharya
title: General Member, KUCC
url: https://github.com/shri-acha
image_url: https://github.com/shri-acha.png
2 changes: 1 addition & 1 deletion data/sponsors.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "Tech Himalaya",
"url": "https://techhimalaya.com",
"logo": "/img/sponsors/techhimalaya.png"
"logo": "/img/sponsors/techhimalaya.webp"
},
{
"name": "Mudita Store",
Expand Down
Binary file removed docs/NepLib Linux/img/docsVersionDropdown.png
Binary file not shown.
Binary file added docs/NepLib Linux/img/docsVersionDropdown.webp
Binary file not shown.
Binary file removed docs/NepLib Linux/img/localeDropdown.png
Binary file not shown.
Binary file added docs/NepLib Linux/img/localeDropdown.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/KUCC/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const KUCC = () => {
(KUCC), KUOSC radiates the same spirit of technological excellence and collaboration.
</p>
</div>
<img src={'/img/kucc-logo.png'} alt="KUCC" />
<img src={'/img/kucc-logo.webp'} alt="KUCC" />
</div>
</>
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/KUOSC/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const KUOSC = () => {
return (
<>
<div className={'container banner'}>
<img src={'/img/kuosc.png'} alt="KUOSC" />
<img src={'/img/kuosc.webp'} alt="KUOSC" />
<div className={'content'}>
<h1>Kathmandu University Open Source Community</h1>
<p>
Expand Down
6 changes: 3 additions & 3 deletions src/pages/leaderboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function Leaderboard() {
{contributors.length > 0 && (
<div className={styles.leaderboardBar}>
<div className={styles.leaderboardPosition}>
<img src="/img/medals/first.png" alt="" />
<img src="/img/medals/first.webp" alt="" />
</div>
<div className={styles.leaderboardName}>{contributors[0]._id.username}</div>
</div>
Expand All @@ -111,7 +111,7 @@ export default function Leaderboard() {
<div className={styles.leaderboardBar}>
<div className={styles.leaderboardPosition}>
<>
<img src="/img/medals/second.png" alt="" />
<img src="/img/medals/second.webp" alt="" />
</>
</div>
<div className={styles.leaderboardName}>{contributors[1]._id.username}</div>
Expand All @@ -121,7 +121,7 @@ export default function Leaderboard() {
<div className={styles.leaderboardBar}>
<div className={styles.leaderboardPosition}>
<span>
<img src="/img/medals/third.png" alt="" />
<img src="/img/medals/third.webp" alt="" />
</span>
</div>
<div className={styles.leaderboardName}>{contributors[2]._id.username}</div>
Expand Down
Binary file removed static/img/docusaurus-social-card.jpg
Binary file not shown.
Binary file added static/img/docusaurus-social-card.webp
Binary file not shown.
Binary file removed static/img/docusaurus.png
Binary file not shown.
Binary file added static/img/docusaurus.webp
Binary file not shown.
Binary file removed static/img/kucc-logo.png
Binary file not shown.
Binary file added static/img/kucc-logo.webp
Binary file not shown.
Binary file removed static/img/kuosc.png
Binary file not shown.
Binary file added static/img/kuosc.webp
Binary file not shown.
Binary file removed static/img/logo .png
Binary file not shown.
Binary file added static/img/logo .webp
Binary file not shown.
Binary file removed static/img/medals/first.png
Binary file not shown.
Binary file added static/img/medals/first.webp
Binary file not shown.
Binary file removed static/img/medals/second.png
Binary file not shown.
Binary file added static/img/medals/second.webp
Binary file not shown.
Binary file removed static/img/medals/third.png
Binary file not shown.
Binary file added static/img/medals/third.webp
Binary file not shown.
Binary file removed static/img/sponsors/techhimalaya.png
Binary file not shown.
Binary file added static/img/sponsors/techhimalaya.webp
Binary file not shown.

0 comments on commit 7b9ea02

Please sign in to comment.