GithubHelp home page GithubHelp logo

opencodeiiita / opencode-collaborative-20 Goto Github PK

View Code? Open in Web Editor NEW
19.0 14.0 156.0 3.46 MB

Opencode20 Collabrative website!

Home Page: https://opencodeiiita.github.io/Opencode-Collaborative-20/

CSS 25.39% HTML 7.04% JavaScript 67.57%

opencode-collaborative-20's Introduction

Opencode

OpenCode

Like us on Facebook

About us

OpenCode is a month long open source program organised by GeekHaven IIIT Allahabad. OpenCode attracts talent from all over the world. People contribute to various open source projects. We welcome everyone to experience the awesome event and win exciting prizes.

Requirements:

  • GitHub Account
  • Git

Setting up git:

Adding a mentor

To add a mentor open mentors.json and please maintain the following format EXACTLY (replacing values where indicated):

     {

        "name" : "Mentors Name",
        "imageurl" : "mentor/image.jpg",
        "about" : "Hello I'm a web developer",
        "facebook" : "url",
        "github" : "url",
        "twitter" : "url"
     }

IMPORTANT:

  • All images must be optimized before uploaded to the repo via commit or PR.
  • The images should be of square resolution.
  • If you do not want to include social media accounts, leave the field empty "facebook":"".

Adding yourselves to participant section

To add yourself to student section you need to open the file participants.json and please maintain the following format EXACTLY (replacing values where indicated):

   {

       "name" : "Name",
       "imageurl" : "contestant/avatar.jpg",
       "about" : "Hello I'm a web developer",
       "college" : "My college",
       "facebook" : "url",
       "github" : "url",
       "twitter" : "url",
       "referral" : "who refered you?"
    }

IMPORTANT:

  • All images must be optimized before uploaded to the repo via commit or PR.

  • The images should be of square resolution.

  • If you do not want to include social media accounts, leave the field empty "facebook":"".

  • While working with JSON, check the file using JSON Lint before opening pull request

Contributing

Getting started

We will follow the official GitHub documentation for setting up the repo.

  • Forking and cloning the repository

    Link to GitHub Docs

    By forking a repository you create your own copy of the project and make your changes there. Cloning a project means that you are setting up the project on your local system.

  • Syncing a fork

    Link to GitHub docs

    We keep our fork in sync to the original repository so that our copy of the project has the latest changes from the original project.

  • Making changes to project and committing a change

    Link to docs

    Committing means making changes to the project and adding your changes to the GitHub.

  • Making a pull request

    Link to docs

    • Pull request means submitting your changes to the original project for the review. Once the maintainers of the project feel that your changes are appropriate then your pull request will be merged.
  • Add relevant commit message in the pr, mention issue number and live link to comment while making pr.
  • Note: In case you feel any issue during setting up the project or using git, don't hesitate to ask us on our slack channel. We will help you out.

Guidelines and Best practices

Please help us follow the best practice to make it easy for the reviewer as well as the contributor. We want to focus on the code quality more than on managing pull request ethics.

  • People before code: If any of the following rules are violated, the pull-requests must not be rejected. This is to create an easy and joyful onboarding process for new programmers and first-time contributors.

  • Single commit per pull request and name the commit as something meaningful, example: Adding <-your-name-> in students/mentors section.

  • Reference the issue numbers in the commit message if it resolves an open issue. Follow the pattern Fixes #

  • Provide the link to live gh-pages from your forked repository or relevant screenshot for easier review.

  • Pull Request older than 3 days with no response from the contributor shall be marked closed.

  • Do not make PR which is not related to any issues. You can create an issue and solve it once we approve them.

  • Avoid duplicate PRs, if need be comment on the older PR with the PR number of the follow-up (new PR) and close the obsolete PR yourself.

  • Be polite: Be polite to other community members.

  • Communicate: Whether you are working on a new feature or facing a doubt please feel free to ask us on our slack channel. We will be happy to help you out.

Happy Coding โœŒ๏ธ

opencode-collaborative-20's People

Contributors

aarpit1010 avatar abhiandthetruth avatar ananya-mohanty avatar animesh328 avatar archies11 avatar codedude1 avatar cybertron-avneesh avatar ekanban avatar ekanshnishad avatar garvitchittora avatar griffy06 avatar harsh-797 avatar infern018 avatar jigar3 avatar jlodha avatar kavi-12 avatar kumarmanish03 avatar mridul20 avatar nitinmadhukar avatar pradhuman1 avatar prince-7 avatar rohini13 avatar sanskar-p avatar sarthakm21 avatar sggts04 avatar starboi02 avatar thenullterminator avatar thesmallstar avatar xenomorphing19 avatar zerefwayne avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

opencode-collaborative-20's Issues

Adding myself

Hey! This is me writing from the mobile for the first time here.

Write a blog about any technology

You are required to write a blog about any thing that you learned during OpenCode. It can range from anything between different ways to give CSS properties to any HTML element to building say your own backend server or about an algorithm which you learned or any producitivity tip on which editior to use or which terminal extensions or environment you use.

I guess you get the gist that the blog can be about anything and everything. It would be better if you could write the blog on Medium and comment the link here.

Make optimizations in website to load it faster.

While loading the website, observe the network tab within Developer Tools. It shows all the resources which are being requested by the website. Try to find out things which are aren't necessary and remove those requests by deleting the concerned import. Check the duration of loading as well as shown in the below picture and try to see if they can be reduced.

This issue is for everyone.

Screenshot from 2020-02-12 20-23-47

Add participants Section

Fetch Data from participants.json
It should display the name and most of the information in JSON.

Edit Participation Section

The current participation section is not at all aligned and has no structure. Beautify it by making cards for every participant.

Make a todo list

use html, css, javascript and make a simple todo list having an add and remove button.
add a gh pages link to the list in list.md file, the list should be made after open code started.

Project section correction

  1. Remove the top project section(there are two)
  2. align the bottom project section for mobile view and desktop view
  3. add remaining projects,

Edit the OpenCode Project Section

The Projects are miserably aligned and no structure is there.
Align the contents properly and enclose them within a card.

Some sample card designs are attached for reference.
Screenshot from 2020-02-12 19-31-21
Screenshot from 2020-02-12 19-31-07

Create the first version of the landing page

Alright then, let's start building the first basic version of this website's landing page (the front page or the first thing that you see when you open the website)
A good place to start can be putting up a nice background with OpenCode's logo in the middle.

Make a website for yourself

Don't use site builders, you can make anything add your photos project etc. The website should be made after opencode started.

edit: add it to websites.md file

Generate your GitHub resume

Generate your GitHub resume by following the instructions in this repo.

Update GitHubResume.md in the data folder and create a PR once you're done.

Also mention the link to your GitHub resume in the comments below.

Become a GitHub Pro!

Apply for the GitHub Student Developer's Pack. Read more about it here.

Comment the confirmation email that you will receive after you get the pack in the comments below.

Also, add your name and GitHub handle to the GitHubPro.md file in the data folder and send a PR. Follow the markdown structure as shown in the dummy contestants's example.

Markdown Cheatsheet

Make a todo list with backend

Add it in the to do backend.md
It should have at least edit, add, delete functionality, host it one suitable platform.

Create Footer

The current footer looks really bad. Add a cool footer and link all the social networks within it.
Make sure alignment is proper in every resolution

Make a java script game

add a gh pages link to the game in Games.md file, the game should be made after open code started.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.