-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54288a8
commit 8591f92
Showing
1 changed file
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> with suggestions or click the Github button and open a pull request on the repository</div> | ||
</div> | ||
</div> | ||
<div class="accordion-item"> | ||
|
@@ -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"> | ||
|