Skip to content

Commit

Permalink
chore: formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Dec 10, 2024
1 parent a968eaf commit 284ddf1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 26 deletions.
23 changes: 13 additions & 10 deletions pages/credits.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ useHead({

Homebrew Hub is the result of a huge commitment and sustained effort started
in 2015 by the
<a href="https://gbdev.io">gbdev</a> community. It is developed and maintained by
<a href="https://github.com/avivace">Antonio Vivace</a> and <a href="https://github.com/gbdev/homebrewhub/graphs/contributors">contributors</a>.

You can support the gbdev community and push the development of Homebrew Hub by donating on
<a href="https://opencollective.com/gbdev"> Open Collective </a> or sponsoring us on <a href="https://github.com/sponsors/gbdev"> GitHub </a>.

Here follows a non comprehensive list of who contributed or
helped in any way to make this possible.
<a href="https://gbdev.io">gbdev</a> community. It is developed and
maintained by <a href="https://github.com/avivace">Antonio Vivace</a> and
<a href="https://github.com/gbdev/homebrewhub/graphs/contributors"
>contributors</a
>. You can support the gbdev community and push the development of Homebrew
Hub by donating on
<a href="https://opencollective.com/gbdev"> Open Collective </a> or
sponsoring us on <a href="https://github.com/sponsors/gbdev"> GitHub </a>.
Here follows a non comprehensive list of who contributed or helped in any
way to make this possible.
<h3>Software</h3>
<i>Virens</i>, the Homebrew Hub frontend your browser is executing right
now, is powered by NuxtJS3, VueJS3. The UI is made with PrimeVue, PrimeFlex,
Expand All @@ -33,8 +35,9 @@ useHead({
running in the browser through a webassembly build. <br />
The GBA emulation is provided by
<a href="https://mgba.io/" target="_blank">mGBA</a>, running in the browser
through a webassembly build. <br />
The "Developed with" information is provided by <a href="https://github.com/bbbbbr/gbtoolsid" target="_blank">gbtoolsid</a>.
through a webassembly build. <br />
The "Developed with" information is provided by
<a href="https://github.com/bbbbbr/gbtoolsid" target="_blank">gbtoolsid</a>.
<br /><br />
Everything just listed is released as open source software. Go check out the
github repository, contribute and show your support to their awesome
Expand Down
33 changes: 17 additions & 16 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,7 @@ let stats_data = useFetch(stats_url).data;
</div>
</div>
<div class="col-12 lg:col-3 xl:col-3"></div>
<div class="col-12 lg:col-12 xl:col-12">
<div>
<div>
<div>
<div class="card mb-0">
<div class="home-cards">
<div>
<h3>Games Showcase</h3>
<List :entries="entries" :paginator="false" />
</div>
</div>
</div>
</div>
</div>
</div>
</div>

<div class="col-12 lg:col-6 xl:col-4">
<div class="card mb-0">
<div class="flex justify-content-between mb-6">
Expand Down Expand Up @@ -105,6 +90,22 @@ let stats_data = useFetch(stats_url).data;
</div>
</div>
</div>
<div class="col-12 lg:col-12 xl:col-12">
<div>
<div>
<div>
<div class="card mb-0">
<div class="home-cards">
<div>
<h3>Games Showcase</h3>
<List :entries="entries" :paginator="false" />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</template>
<script>
Expand Down

0 comments on commit 284ddf1

Please sign in to comment.