You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aNetwork-leaf/app/views/components/faq.blade.php

34 lines
1.1 KiB
PHTML

<section id="faq" class="container">
<div class="row">
<div class="col col-8">
<header class="row">
<div class="col col-12">
<h2>Frequently Asked Questions</h2>
</div>
</header>
<div class="row">
<div class="col col-12">
<details>
<summary>Can I contribute?</summary>
<p>aNetwork hosts and maintains a number of servers, and to keep these servers operational we need to pay the big bucks.</p>
<p>If you'd like to contribute, follow one of the links below.</p>
<div>
<a href="" class="button button--small">Ko-fi</a>
<a href="" class="button button--small">LiberaPay</a>
</div>
</details>
</div>
</div>
</div>
<div class="col col-4">
<img src="@assets('img/discord.png')" width="128" height="128">
</div>
</div>
</section>