Skip to content

Join 30dayscoding as a member and start your journey to opensource

License

Notifications You must be signed in to change notification settings

sneha1827/Members-30dayscoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Join 30 Days Coding

30 Days coding is a non-commercial open-source organisation with a goal to provide resource for programmers and developers.

Set Up

  1. In the top-right corner of the page, click Fork. Create a local clone of your fork:

    git clone https://github.com/YOUR-USERNAME/Members-30dayscoding

Steps to become a member

  1. Open Index.html in text editor(ATOM ❤)

  2. Navigate to <!- Team Area Start -> Section

  3. Add you own Code below the previous member code

    <!-- Single Team Member -->
                <div class="col-12 col-sm-6 col-lg-3">
                    <div class="single-team-member wow fadeInUp" data-wow-delay="0.2s">
                        <!-- Image -->
                        <div class="team-member-thumb">
                            <img src="img/members/YOUR IMAGE.jpg" class="center-block" alt="YOUR NAME" height="180" width="144">
                        </div>
                        <!-- Team Info -->
                        <div class="team-info">
                            <h5>YOUR NAME</h5>
                            <p>Member</p>
                        </div>
                        <!-- Social Icon -->
                        <div class="team-social-icon">
                            <a href="TWITTER URL"><i class="fa fa-twitter"></i></a>
                            <a href="INSTAGRAM URL"><i class="fa fa-instagram"></i></a>
                            <a href="FACEBOOK URL"><i class="fa fa-facebook"></i></a>
                        </div>
                    </div>
                </div>
  1. Add your Image in members Folder ie. YOUR NAME.jpg
  2. Commit and pull request with us at 30-Days-Coding/Members-30dayscoding

Contributing

Pull requests are welcome.

See the guidelines for contributing to this project.

License

GNU GPLv3

About

Join 30dayscoding as a member and start your journey to opensource

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published