Skip to content

Commit

Permalink
Update home.html
Browse files Browse the repository at this point in the history
  • Loading branch information
eshankiyer authored Sep 15, 2021
1 parent 54288a8 commit 8591f92
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,7 @@ <h2 class="accordion-header" id="headingOne">
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
You just have click the Github button, click the tab named "Pull Requests" click new pull request, add your image in a folder with the date on it, and boom! In an hour or two you should see your picture displayed.
</div>
You can either email <a href="mailto:[email protected]">[email protected]</a>&nbsp;with suggestions or click the Github button and open a pull request on the repository</div>
</div>
</div>
<div class="accordion-item">
Expand All @@ -338,11 +337,35 @@ <h2 class="accordion-header" id="headingThree">
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body">
Absolutely! All we ask for is that it should be published under a free license and that you give some credit to the original authors
<div class="accordion-body">
Of course! You just need to license it under an open source license such as MIT or GNU GPL
</div>
</div>
</div>
</div>
<div class="accordion-item">

<h2 class="accordion-header" id="headingThree">

<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">

Hey, where is the source code?

</button>

</h2>

<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">

<div class="accordion-body">

All you have to do to view the source code is click on the Github button then click on the gh-pages branch
</div>

</div>

</div>

</div>

<div class="container">
Expand Down

0 comments on commit 8591f92

Please sign in to comment.