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