Skip to content

About Synapse is a month-long challenge. It happens every year in the month of January. Synapse is open to everyone and it marks the celebration of Open Source. It's the first Open Source event of AOT that encourages newbies to participate in Open Source and create their 1st meaningful PR.

Notifications You must be signed in to change notification settings

SC-ECE/POSTER-DESIGNING

Repository files navigation

synapse_cover

Hi .SYNAPSE 1.0 IS HERE ‼️‼️‼️

🎭 What is Synapse ?

♦️ Synapse is a month-long challenge. It happens every year in the month of January. Synapse is open to everyone and it marks the celebration of Open Source. It's the first Open Source event of AOT that encourages newbies to participate in Open Source and create their 1st meaningful PR.

Registration Link for Synapse 1.0

https://synapse1-0.vercel.app/

Follow some guidelines for making poster for below mentioned events. The guidelines are

  • Download Pinterest app and search for minimalist posters.
  • Use minimalist fonts (example TT commons, inter, Montserrat,gilroy etc)search in Google fonts also.
  • Use relatable color theme suppose for Christmas red (Santa's cloth) and dark blue(Christmas night) is very obvious .
  • Also use square frame for poster like instagram posts because square frame fits everywhere.
  • Minimalism is the most important thing.
  • You have to make a readme file and attach the ticket in your contributed folder.

During Submission you must submit the readme file where you fill your details about your submission.

The dates and events for which you will make poster.

This is a total list you can make as much poster as you can for below mentioned dates.

Follow our social media pages to see which type of poster we are making.

  • 12th jan : National Youth Day
  • 15th jan : India army day
  • 23rd jan : Netaji birth Day
  • 26th jan: Republic day, saraswati puja.
  • 15th feb :International childhood cancer day.
  • 28th feb: National science day
  • 2nd march: Employee appreciation day
  • 3rd march : wildlife day
  • 8th march: International Women’s day
  • 16th march: National Vaccination day
  • 7th April: World Health day
  • 1st may- Labour day & May day
  • 11th may- National Tech day
  • 2nd sunday of may : Mother's day
  • 2nd june- International sex workers day
  • 5th june- world environment day

Rewards :

  • You get some awesome goodies for FREE!.
  • participation certificates for all participants.

Excited ⁉️ 🤩 🤩 🤩

To add your contributions towards opensource community and grab the oppurtunity:smiley: :smiley::smiley:

Then lets start with this repository.

Head down ⬇️ ⬇️ ⬇️ to see how to get started with the repo and follow the guidelines 🎯 🎯 🎯

⚠️Rules ❕ ❕ 😼 😼 😼:

✅ Pull requests can be submitted to given repository on GitHub.

✅ The pull request must contain commits you made yourself.

✅ If a maintainer reports your pull request as 'spam' or 'invalid', it will not be counted toward your participation in Synapse.

✅ If a maintainer reports behaviour that’s not in line with the project’s code of conduct, you will be ineligible to participate.

✅ TOP performers will get free goodies for their approved pull requests (PRs) on given repos between January 1-31.

⚠️What not to do ❗ ❗ 😤 😤

❌ PRs that are automated (e.g. scripted opening PRs to remove whitespace/optimize images)

❌ PRs that are disruptive (e.g. taking someone else’s branch/commits and making a PR)

❌ PRs that are regarded by a project maintainer as a hindrance vs. helping

❌ Something that’s clearly an attempt to simply +1 your PR count for January

Steps to setup this Repository Locally 🧐 🧐🧐


1️⃣ Fork this repository to your account. 😳 😳


PicsArt_10-04-08 04 45


2️⃣ Go to Git Bash and Clone the forked repository ⌨️ ⌨️ :


   $ git clone https://github.com/your_username/make-pull-request

3️⃣ Add a remote (upstream) to original project repository:

$ cd <cloned-folder> $ git remote add upstream https://github.com/SC-ECE/POSTER-DESIGNING.git


4️⃣ Now synchronize your forked repo:

It will help you to keep your forked repo updated with the original repo.

$ git checkout main

$ git fetch upstream

$ git merge upstream/main

$ git push origin main


5️⃣Now create a new branch 🧵:

$ git checkout -b <feature-branch>


6️⃣Open the folder in your favourite code editor and add your changes or modifications.


Creating a PR 😱 😱 😱 😱 :

🔺 After making changes or modification on to your code locally, you need to add these files to the staging area.

  $ git add --all

🔺 Once files added, you need to commit the changes to with an appropriate commit message.

  $ git commit -m "<your-message>"

🔺 After commiting the changes, you need to push the changes

   $ git push origin <your-created-branch-name>

🔺 Once you push the changes to your repository, the Compare & pull request button will appear in GitHub.

🔺 Click it and you'll be taken to this screen

🔺 Type a proper description and give the PR an appropriate title. Finally, Open a pull request by clicking the Create pull request button.

That's it. You have opened a PR. Wait for it to get merged. 🥳 🥳 🥳

🎊 🎊 🎆 🎆 Thanks for your Contribution!! 💥 💥 💥 💘 💘

GIF

📭 📭 You can connect for any query (or can also ask by raising issue)❕ ❕ ❕

About

About Synapse is a month-long challenge. It happens every year in the month of January. Synapse is open to everyone and it marks the celebration of Open Source. It's the first Open Source event of AOT that encourages newbies to participate in Open Source and create their 1st meaningful PR.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published