30 Days coding is a non-commercial open-source organisation with a goal to provide resource for programmers and developers.
-
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
-
Open Index.html in text editor(ATOM ❤)
-
Navigate to <!- Team Area Start -> Section
-
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>
- Add your Image in members Folder ie. YOUR NAME.jpg
- Commit and pull request with us at 30-Days-Coding/Members-30dayscoding
Pull requests are welcome.
See the guidelines for contributing to this project.