Hemanth3401 / hacktoberfest-repositories

Website that list some hacktoberfest repositories

Home Page:https://leonardozanotti.github.io/hacktoberfest-repositories/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image of Hacktoberfest

Hacktoberfest repositories

Website that list some hacktoberfest repositories

Preview

You can acess the site in this link.

Contributing

If you want to contribute, just fork this repo and do your PR. To add more repositories or pages that may increase the site, you can add the following in the index.html file with your infos:

<div class="item col-xl-2 col-lg-3 col-md-4 col-sm-6 col-12">
    <a href="your-github-repository">
        <div class="image">
            <img src="some-cool-image" alt="" />
        </div>
        <div class="title">
            <h3>Cool Title</h3>
        </div>
    </a>
</div>

LeonardoZanotti

About

Website that list some hacktoberfest repositories

https://leonardozanotti.github.io/hacktoberfest-repositories/


Languages

Language:HTML 80.0%Language:CSS 20.0%