Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Hover Effect Missing on "View 2024 Program Announcements" button and "View 2024 Program Timeline" #276

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
88 changes: 58 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,79 @@

# **AOSSIE's Website**

This repository contains the assets required to build the **AOSSIE's website**. We're glad that you want to contribute!
This repository contains the necessary assets to build **AOSSIE's website**. We're excited that you're interested in contributing!

Contributions to the project are very much welcomed! Please reach out with ideas for new content or issues with existing content!
Your contributions are always welcome! Feel free to share new content ideas or report any issues with the existing content.

Th website is a **Next.js** project using **Tailwind** for styling and design.
The website is a **Next.js** project, styled and designed using **Tailwind CSS**.

# **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**
## **Getting Started**

Forking only needs to be done once, after which you can push changes to your fork.
To contribute to this repository:

# **Running the website Locally**
1. **Fork this repository** to your GitHub account.
2. **Clone your fork** locally:
```bash
git clone https://github.com/YOUR_USERNAME/aossie-website.git
```
3. **Create a new branch** to work on:
```bash
git checkout -b your-branch-name
```
4. **Make your changes** and **commit** them:
```bash
git add .
git commit -m "Your descriptive commit message"
```
5. **Push the changes** to your fork:
```bash
git push origin your-branch-name
```
6. **Create a Pull Request (PR)** from your branch to the master branch of this repository.

In order to run the site locally,
- Fork the website and clone that fork on your system
- Open a terminal/command prompt window and change the current directory to the directory of the cloned fork on your system.
- In the root directory, you can run the following commands:
Forking is required only once. After that, you can continue pushing changes to your fork.

```
npm install
npm run dev
```
---

The website will be active at **http://localhost:3000**.
## **Running the Website Locally**

To run the website on your local machine:

# **Contributing**
1. Fork and clone your fork of the repository on your system.
2. Open a terminal and navigate to the project directory:
```bash
cd aossie-website
```
3. Install dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm run dev
```

You can contribute by:
The website should be running at **[http://localhost:3000](http://localhost:3000)**.

---

* Raising any issues you find
* Fixing issues by opening Pull Requests
* Improving website
* Talking about AOSSIE
## **Contributing**

You can contribute by:

* Raising any issues or suggestions
* Fixing issues by submitting Pull Requests
* Enhancing the website design or functionality
* Spreading the word about AOSSIE

If you want to get in touch with us first before contributing, you can use:
### **Getting in Touch**

* [AOSSIE Discord Channel](https://discord.com/invite/6mFZ2S846n)
Feel free to reach out to us via our [AOSSIE Discord Channel](https://discord.com/invite/6mFZ2S846n).

---

# **License**
## **License**

[**MIT License**](https://choosealicense.com/licenses/mit/)
This project is licensed under the [MIT License](https://choosealicense.com/licenses/mit/).
```
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function Footer() {
<Link aria-label="Join on Discord" className=' text-zinc-400 hover:text-[#00843D] dark:text-zinc-400 dark:hover:text-yellow-400 transition' href='https://discord.com/invite/6mFZ2S846n'>
<FontAwesomeIcon icon={faDiscord} size='xl' />
</Link>
<Link aria-label="Follow on Twitter" className=' text-zinc-400 hover:text-[#00843D] dark:text-zinc-400 dark:hover:text-yellow-400 transition' href='https://twitter.com/aossie_org'>
<Link aria-label="Follow on Twitter" className=' text-zinc-400 hover:text-[#00843D] dark:text-zinc-400 dark:hover:text-yellow-400 transition' href='https://www.veeforu.com/wp-content/uploads/2023/07/Twitter-new-cross-mark-Icon-PNG-X.jpg'>
<FontAwesomeIcon icon={faTwitter} size='xl' />
</Link>
</div>
Expand Down
27 changes: 17 additions & 10 deletions src/pages/apply.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,23 @@ export default function About() {
2024 Program Timeline
</h1> */}
<div className='mt-10 flex justify-center gap-6 flex-col sm:flex-row'>
<Link className=" order-1 group relative rounded-lg inline-flex items-center overflow-hidden bg-white dark:bg-zinc-800 px-8 py-3 text-black dark:text-white focus:outline-none" href="https://summerofcode.withgoogle.com/">
<span className="font-mono font-semibold text-center">
View 2024 Program Announcements
</span>
</Link>
<Link className="order-2 group relative rounded-lg inline-flex items-center overflow-hidden bg-white dark:bg-zinc-800 px-8 py-3 text-black dark:text-white focus:outline-none" href="https://summerofcode.withgoogle.com/programs/2024">
<span className="font-mono font-semibold text-center">
View 2024 Program Timeline
</span>
</Link>
<Link
className="order-1 group relative rounded-lg inline-flex items-center overflow-hidden bg-white dark:bg-zinc-800 px-8 py-3 text-black dark:text-white focus:outline-none transition-all duration-300 hover:bg-zinc-300 dark:hover:bg-zinc-600 hover:shadow-lg"
href="https://summerofcode.withgoogle.com/"
>
<span className="font-mono font-semibold text-center">
View 2024 Program Announcements
</span>
</Link>
<Link
className="order-2 group relative rounded-lg inline-flex items-center overflow-hidden bg-white dark:bg-zinc-800 px-8 py-3 text-black dark:text-white focus:outline-none transition-all duration-300 hover:bg-zinc-300 dark:hover:bg-zinc-600 hover:shadow-lg"
href="https://summerofcode.withgoogle.com/programs/2024"
>
<span className="font-mono font-semibold text-center">
View 2024 Program Timeline
</span>
</Link>

</div>
</div>

Expand Down