Git Product home page Git Product logo

hack-day's People

Contributors

abha2001 avatar abhinavkrishna26 avatar akshay-911 avatar albertodeago avatar anweshadan avatar apreshagarwal avatar arc9693 avatar bembenk18 avatar chmnsingh avatar d-schaffer avatar farhadabdoli avatar firfircelik avatar isha27255 avatar jayjeetatgithub avatar jyarali avatar kulkarni-rajas avatar kuroyza avatar nazmifeeroz avatar parth93qa avatar pradeepravi-cse avatar prashamsasharma avatar promaroy avatar raj0512gaurav avatar realsdx avatar roman9803640949 avatar soupaul avatar tanu272 avatar v-rohan avatar vp4321 avatar yashmaroo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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

hack-day's Issues

Click Here button not working

The click here button on the home page is currently doing nothing upon clicking. It should scroll up the page so that the ninja cards appear from the top of the page.

Change the path of "data.json" file in profileAdd.js

Currently, the path is the URL of the data.json file in the main repository. People who build on their local and try to add their cards, cannot see their cards until their PR is finally merged. To correct this, we have to include the relative path of the data.json file.

$.getJSON('https://raw.githubusercontent.com/lugnitdgp/Hack-Day/2020/data.json', (data) => {

A similar change is required in the following file:

$.getJSON('https://raw.githubusercontent.com/lugnitdgp/Hack-Day/2020/repos.json', (data) => {

Add a profile card

This issue is only for beginners. Other pull requests will be marked invalid

Follow the contribution guidelines as specified under CONTRIBUTING.md and add your profile card to the data.json file.

  1. Write a proper commit message - "Added a profile card -- {your github handle}"
  2. Maintain the proper file structure of the JSON file.

Your profile card should look like this:
Screenshot_2020-10-01 Hactoberfest-Hack-Day-2019

Here is a sample pull request.

Add a repository card

In the repos.json file, append a dictionary with repo_link to the repos array. Follow the contribution guidelines under CONTRIBUTING.md

Here are two sample pull requests: 1 and 2

Make sure that you:

  1. write a proper commit message- "added a repo card repo_name"
  2. maintain the JSON file structure
  3. add just your repo link in the file

After merging, your repo card will look like this:
Screenshot_2020-10-01 Hactoberfest-Hack-Day-2019(1)

Add a linter

Description

To check the indentation and code errors, a linter is recommended to keep the code quality up to the mark. It also help checking PRs and makes checks for reviewer beforehand. Common tools/frameworks used for lining are ESLint, JSLint etc.

To be worked on things:

  1. Figure out what github actions serves this purpose best
  2. Setting up a linter for this repo

Logic for the preloader

Currently, the preloader stops as soon as the body is loaded. The objective is to stop the preloader after all the images have been loaded.

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.