Skip to content

Commit

Permalink
Merge pull request #66 from kossiitkgp/chirag/release
Browse files Browse the repository at this point in the history
Move away from beta
  • Loading branch information
chirag-ghosh authored Dec 4, 2023
2 parents f6018aa + 33249e9 commit e4e4d17
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# YAKW - Yet Another KOSS Website

This is the repository for development of (yet another) new and improved KOSS website. Currently deployed at https://beta.kossiitkgp.org and under heavy development.
This is the repository for development of (yet another) new and improved KOSS website. Currently deployed at https://kossiitkgp.org and always under development.

This website is created using [Astro](https://astro.build).

Expand Down Expand Up @@ -75,10 +75,9 @@ Any static assets, like images, can be placed in the `public/` directory.

> Please update this documentation if you make changes to the KOSS website. Future humans will praise you.

### Credits

- “Home” icon by [Aleksey Popov](https://iconduck.com/designers/aleksey-popov) from [Evericons Project](https://iconduck.com/sets/evericons) - CC BY Zero v1.0
- “About” icon from [Google Material Icons](https://pictogrammers.com/contributor/google/) - Apache v2.0
- “Team” icon from [Microsoft](https://www.iconfinder.com/icons/8675239/ic_fluent_people_team_regular_icon) - CC BY 4.0
- “Events” icon from [Clarity Design System](https://core.clarity.design/foundation/icons/shapes/) - MIT License
- “Events” icon from [Clarity Design System](https://core.clarity.design/foundation/icons/shapes/) - MIT License
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koss-site-astro",
"type": "module",
"version": "0.0.1",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
9 changes: 9 additions & 0 deletions src/assets/kwoc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions src/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,15 @@ const navbarItems: NavbarItem[] = [
link: "/team/ctms",
icon: "team",
},
// {
// displayName: "Events",
// link: "/events",
// icon: "events",
// },
{
displayName: "Events",
link: "/events",
icon: "events",
displayName: "KWOC 2023",
link: "https://kwoc.kossiitkgp.org",
icon: "kwoc",
},
];
Expand Down

0 comments on commit e4e4d17

Please sign in to comment.