Giter Site home page Giter Site logo

shankarlohar / hacktober-fests Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 51.0 1.13 MB

Learn to make your first open source contribution here.

Home Page: https://shankarlohar.github.io/Hacktober-Fests/

HTML 93.21% CSS 6.47% JavaScript 0.32%
hacktoberfest hacktoberfest2022

hacktober-fests's Introduction

Hacktober-Fests

Hey everyone! below you can learn to contribute to open source ๐Ÿ˜Š.

Try improving this Java Snake Game if you already know how to contribute! click -> ๐Ÿ

image

Add your card to the website. Or add a fun feature... Anything you feel is cool or weird - Add it! ๐Ÿ‘Œ

Open the index.html file and scroll to the bottom to reach the mark.
Now add this follwing code snippet. (with your github username where required)
<!-- Team member -->
            <div class="col-xs-12 col-sm-6 col-md-4">
                <div class="image-flip" >
                    <div class="mainflip flip-0">
                        <div class="frontside">
                            <div class="card">
                                <div class="card-body text-center">
                                    <p><img class=" img-fluid" src="[PASTE LINK TO YOUR IMAGE]" alt="card image"></p>
                                    <h4 class="card-title">[YOUR NAME]</h4>
                                    <p class="card-text">[ADD YOUR LINE]</p>
                                    <a href="https://github.com/[YOUR GITHUB USERNAME]" class="btn btn-primary btn-sm"><i class="fa fa-plus"></i></a>
                                </div>
                            </div>
                        </div>
                        <div class="backside">
                            <div class="card">
                                <div class="card-body text-center mt-4">
                                    <h4 class="card-title">[YOUR NAME]</h4>
                                    <p class="card-text">[ADD YOUR LINE]</p>
                                    <ul class="list-inline">
                                        <li class="list-inline-item">
                                            <a class="social-icon text-xs-center" target="_blank" href="[YOUR FACEBOOK URL]">
                                                <i class="fa fa-facebook"></i>
                                            </a>
                                        </li>
                                        <li class="list-inline-item">
                                            <a class="social-icon text-xs-center" target="_blank" href="[YOUR TWITTER]">
                                                <i class="fa fa-twitter"></i>
                                            </a>
                                        </li>
                                        <li class="list-inline-item">
                                            <a class="social-icon text-xs-center" target="_blank" href="[YOUR INSTAGRAM]">
                                                <i class="fa fa-instagram"></i>
                                            </a>
                                        </li>
                                        <li class="list-inline-item">
                                            <a class="social-icon text-xs-center" target="_blank" href="[YOUR LINKEDIN]">
                                                <i class="fa fa-linkedin"></i>
                                            </a>
                                        </li>
                                    </ul>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <!-- ./Team member -->

Save HTML file, Push your code to your forked repository and send a merge request

  • Step 3: Change the background Color of the webpage
Open the style.css file and find the mark to this code snippet and change the color.
#team {
    /* Change this tag color to your choice */
    background: [YOUR COLOR HEX CODE OR NAME] !important;
}

Push your code and send a merge request

  • Step 4: Change navbar color.
Open the index.html(changed) file and find the mark to this code snippet and change the color.
<!-- Change navbar background color here -->
    <nav class="navbar navbar-expand-lg navbar-light" style="background-color: [YOUR COLOR HERE];">

Push your code and send a merge request

  • Step 5: Add your name to the contributers list.
Open the README.md file and scroll to the bottom to contributers mentions.
Now add this follwing code snippet (with your github username where required.) at the mark.
<td align="center">
<a href="https://github.com/[YOUR GITHUB USERNAME HERE]">
    <img src="[YOUR PROFILE IMAGE URL]" width="100px;" alt=""/>
    <br />
    <sub>
        <b>
            [YOUR NAME HERE]
        </b>
    </sub>
</td>

Save your file Push your code and send a merge request

  • Additional Step: You can add something to the website of your own! ๐Ÿ˜Š or check the issues tab of this repository. You know now how it works. ๐Ÿ˜‰

    image

    Contributer of the login page

  • Step 6: Check your HACKTOBERFEST page!

START CONTRIBUTING ๐Ÿ‘

Thank you โค!

TheCodeAlpha
Alok Khansali

Shankar Lohar

Nayan Panda

EKRAJ GHIMIRE

Sourav Nayek

Harsh Chhikara

Rudransh Khandelwal

Berlian Fatimah

Shubham Tejani

Charchit Jain

Vaibhav Rajput

Chirag Mathur

Tanuj Kalonia

MUJJI-ASIF

PARINATI GAUR

Naveen Yadav

Joseph Jaison

Anirudh A V

Muhammad Immad

ANIKET SINHA

Arbazkhan Pathan

Abhishek Jaiswar

Vatsal Agarwal

Aman Tiwari

Soumyadip Roy

Aryan Kashyap

Satvik Maheshwari

Khushi Gupta

Ravi M Damor

SEJAL SHRIVASTAVA

Devansh walia

QUANG HOANG

Prajwol Gautam
raj-kasaudhan
Raj Kasaudhan
Alok Khansali
Alok Khansali

hacktober-fests's People

Contributors

adityagoel0320 avatar aestivial avatar alok-khansali avatar ananyaa07 avatar arbazkhanpathan avatar berlianfatimah avatar bhavyangana avatar downtownhero avatar drunkcoder017 avatar ekrajghimire avatar gaurgirl6117 avatar itsimmad avatar khushi2107 avatar lokesh-rathore avatar naveen28101 avatar prajwolgautam56 avatar quangpro1610 avatar rajksd01 avatar ravithemore avatar ruds18 avatar sanya-u avatar sejal-shh avatar shreyashmohadikar avatar shubham404-error avatar sourav416 avatar tanuj-kalonia avatar umangkaushal avatar vaibhavsinghrajput avatar vatsal-agarwal-20 avatar vidhi0511 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

hacktober-fests's Issues

Video embedded fix

Shift the video embed to the top of the page and shift the cards group below it.

Changing the 'z-index' of login button

As the moving title in the navbar hovers over the 'Login' button it shows in front of the button which impairs the visibility of the button. I can solve this issue by changing the 'z-index' of the button.
Below is the current view of the website.

Original.vew.mp4

After my suggested modification website will look like this

Modified.view.mp4

Please assign me this issue.

login page

@shankarlohar , please assign me this issue so that i can contribute with a login page using html and css
it will be very helpful
thank you.

About Us Page

Your website does not have a About Us Page which tells the motive of the site. Please assign me this task @shankarlohar

Whole website layout

I can see that your whole website layout is bad, can you approve me to update it.

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.