diff --git a/README.md b/README.md index 92dd024..4038d26 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ This repository contains the assets required to build the **AOSSIE's website**. Contributions to the project are very much welcomed! Please reach out with ideas for new content or issues with existing content! -Th website is a **Next.js** project using **Tailwind** for styling and design. +The website is a **Next.js** project using **Tailwind** for styling and design. # **Getting Started** To contribute to this repository you will need to: - **Fork this repository** - **Push changes to a new branch in your fork** -- **Create a pull request from that branch to the master branch of this repository** +- **Create a pull request from that branch to the Main branch of this repository** Forking only needs to be done once, after which you can push changes to your fork. @@ -24,8 +24,9 @@ In order to run the site locally, - In the root directory, you can run the following commands: ``` -npm install -npm run dev +1. Install the necessary dependencies using npm install. +2. Start the development server using npm run dev. + ``` The website will be active at **http://localhost:3000**. @@ -37,7 +38,7 @@ You can contribute by: * Raising any issues you find * Fixing issues by opening Pull Requests -* Improving website +* Improving the website * Talking about AOSSIE diff --git a/src/components/Banner.jsx b/src/components/Banner.jsx index 44a482d..a53c37d 100644 --- a/src/components/Banner.jsx +++ b/src/components/Banner.jsx @@ -18,7 +18,7 @@ export function Banner() {

- + Apply to GSoC with AOSSIE diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index a036da7..e24a2e7 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -30,7 +30,7 @@ export function Footer() { Apply

- © 2016-2023 AOSSIE. All rights reserved. + © 2016-2025 AOSSIE. All rights reserved.

@@ -45,7 +45,7 @@ export function Footer() { - +
diff --git a/src/helper/projects.js b/src/helper/projects.js index 6d8689a..b9943ed 100644 --- a/src/helper/projects.js +++ b/src/helper/projects.js @@ -53,8 +53,8 @@ const projects = [ { name: 'OpenChat', description: - 'a decentralised platform for secure and private messaging and file sharing built on top of blockchain', - link: { href: '#', label: 'OpenChat' }, + 'A decentralised platform for secure and private messaging and file sharing built on top of blockchain', + link: { href: 'https://github.com/AOSSIE-Org/OpenPeerChat-flutter', label: 'OpenChat' }, logo: DefaultLogo, }, { diff --git a/src/pages/apply.jsx b/src/pages/apply.jsx index 3bbddf4..31426bd 100644 --- a/src/pages/apply.jsx +++ b/src/pages/apply.jsx @@ -56,19 +56,20 @@ export default function About() {
- + GSOC Website + {/*

100+

*/} {/*

2024 Program Timeline

*/}
- + View 2024 Program Announcements - - + + View 2024 Program Timeline diff --git a/src/pages/ideas/index.jsx b/src/pages/ideas/index.jsx index 328f058..a0b4b14 100644 --- a/src/pages/ideas/index.jsx +++ b/src/pages/ideas/index.jsx @@ -48,7 +48,8 @@ export default function Ideas({ articles }) {
diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 2193d69..9214c08 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -80,9 +80,9 @@ export default function Home() { diff --git a/src/pages/projects.jsx b/src/pages/projects.jsx index 7156fbc..db4649b 100644 --- a/src/pages/projects.jsx +++ b/src/pages/projects.jsx @@ -37,7 +37,7 @@ export default function Projects() { {/*

Active Projects

*/} - Active Projects + Active Projects

The following projects are currently actively maintained and mentors are available!

    {projects.map((project) => (