Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Welcome to the NOSK Official Website repository! We appreciate your interest in
## Stay Connected 💬

Join our community on:
- [Discord](https://discord.gg/ryUf3jjFJ6)
- [Discord](https://discord.gg/P5Y6nbHVPU)
- [Telegram](https://t.me/noskgroup)

## Resources
Expand Down
21 changes: 20 additions & 1 deletion events.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
[
{
"id": "26",
"Title": "Software Freedom Day 2025",
"By":["NOSK Contributors"],
"Date": "20-09-2025",
"Time": "09:00",
"URL": "https://sfd.nosk.org.np",
"ProfileLink":["https://sfd.nosk.org.np"]
},
{
"id": "25",
"Title": "Git and Github Workshop",
"By":["Rishav Chapagain","Anish Kumar Neupane"],
"Date": "21-02-2025",
"Time": "14:00",
"URL": "https://forms.gle/M2ZthGJmqJsxcCrq6",
"IMGURL":"/site/html/gallery.html#git-github",
"ProfileLink":["https://forms.gle/M2ZthGJmqJsxcCrq6"]
},

{
"id": "24",
"Title": "Software Freedom Day 2024",
Expand All @@ -24,7 +44,6 @@
"Date":"01-06-2024",
"Time":"10:30",
"URL":"https://forms.gle/vMyq8eLNYfr48jpA7",
"IMGURL":"/site/html/gallery.html#linux-workshop-2024",
"ProfileLink":["","",""]

},
Expand Down
Empty file added inde.html
Empty file.
204 changes: 204 additions & 0 deletions index-old.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,204 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- OG tags -->
<meta property="og:title" content="NOSK - Nepal Open Source Klub" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="NOSK - Nepal Open Source Klub is a group of like-minded people who work to raise awareness and adoption of FOSS( Free and Open Source Software) in Nepal."
/>

<!-- Bootstrap 5:-->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
crossorigin="anonymous"
/>
<!-- Google Font -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Fira+Sans&display=swap"
rel="stylesheet"
/>
<!--Add custom style sheets below this comment-->
<link href="/site/style/styles.css" rel="stylesheet" />
<!--Js Requirements for Bootstrap-->
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"
defer
></script>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"
integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3"
crossorigin="anonymous"
defer
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js"
integrity="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V"
crossorigin="anonymous"
defer
></script>

<script src="/site/js/index.js" defer></script>

<!-- favicon -->
<link rel="icon" type="image/x-icon" href="/site/images/favicon.ico" />
<title>NOSK - Nepal Open Source Klub</title>
</head>
<body>
<header class="my-header">
<!-- Navbar Starts Here-->
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<!-- Load NOSK Logo-->
<div class="d-flex flex-column align-items-center">
<a class="navbar-brand" href="/">
<img
src="/site/images/nosk-logo.png"
alt="Logo of Nepal Open Source Klub"
width="120"
height="120"
/>
</a>
<p class="fullform">Nepal Open Source Klub</p>
</div>

<button
class="navbar-toggler"
type="button"
data-bs-toggle="offcanvas"
tabindex="-1"
data-bs-target="#offcanvasNavbar"
aria-controls="offcanvasNavbar"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span
class="navbar-toggler-icon"
data-bs-target="#offcanvasNavbar"
></span>
</button>
<!--Navbar Item Starts here-->
<div class="offcanvas-lg offcanvas-end" id="offcanvasNavbar">
<div class="offcanvas-header">
<button
type="button"
class="btn-close text-reset"
data-bs-dismiss="offcanvas"
data-bs-target="#offcanvasNavbar"
aria-label="Close"
></button>
</div>
<div class="offcanvas-body">
<ul id="nav-list" class="navbar-nav">
<li class="nav-item active">
<a class="nav-link nav-link-ltr" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link nav-link-ltr" href="/site/html/about.html"
>About</a
>
</li>
<li class="nav-item">
<a
class="nav-link nav-link-ltr"
href="/site/html/gallery.html"
>Gallery</a
>
</li>
<li class="nav-item">
<a class="nav-link nav-link-ltr" href="/site/html/events.html"
>Events</a
>
</li>
<li class="nav-item">
<a
class="nav-link nav-link-ltr"
href="/site/html/contact.html"
>Contact</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="https://blog.nosk.org.np/">Blog</a>
</li>
</ul>
</div>
</div>
<!--Navbar Item Ends here-->
</div>
</nav>
<!-- Navbar Ends Here-->

<!-- Jumbotron Starts Here-->
<div class="jumbotron">
<div class="brand-about">
<h1 class="brand-name">NOSK</h1>
<span class="description-text">
&ldquo;Opening Minds through Open Source.&rdquo;
</span>
</div>

<div class="d-flex our-info flex-column align-items-center">
<div class="about-us mb-4 mt-4">
<a href="/site/html/about.html">More About Us</a>
</div>

<!--Social Media Icons-->
<div class="d-flex social-media">
<a href="https://www.facebook.com/nosklub/">
<img src="/site/images/facebook.png" height="40" width="40" />
</a>
<a href="https://t.me/noskgroup/30927">
<img
src="/site/images/telegram.png"
height="40"
width="40"
class="ms-4"
/>
</a>
<a href="https://www.linkedin.com/company/officialnosk/">
<img
src="/site/images/linkedin.png"
height="40"
width="40"
class="ms-4"
/>
</a>
<a href="https://discord.gg/P5Y6nbHVPU">
<img
src="/site/images/discord.png"
height="40"
width="40"
class="ms-4"
/>
</a>
<a href="https://www.instagram.com/officialnosk/">
<img
src="/site/images/instagram.png"
height="40"
width="40"
class="ms-4"
/>
</a>
</div>
</div>
<div id="announcement" class="mt-5"></div>
</div>

<!-- Jumbotron Ends Here-->
</header>
</body>
</html>
Loading
Loading