gdquest-demos / godot-demos-2022

Free and open-source Godot demos for learning, with guides and tutorials: 2022 edition.
Other
409 stars 41 forks source link

Add star button on the generated website #26

Closed NathanLovato closed 2 years ago

NathanLovato commented 2 years ago

On youtube we now recommend people to go on the website but we're missing opportunities to get stars on this repo and increase recommendations through GitHub. Adding a star button would be nice to invite people to star the repo from the website.

Xananax commented 2 years ago

Reminder to self:

<a class="github-button" href="https://github.com/gdquest/godot-demos-2022" data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star gdquest/godot-demos-2022 on GitHub">Star</a>

this in head or before end of body:
<script async defer src="https://buttons.github.io/buttons.js"></script>

Do we want also other buttons? https://buttons.github.io/

We already have the github "fork me" triangular corner.

I think I'll add a "fork" and "follow" buttons also just to have a nicer design

NathanLovato commented 2 years ago

Sure, go ahead!