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/discord-banner.blade.php

18 lines
558 B
PHTML

<section class="banner">
<div class="container">
<div class="row" style="align-items: center; justify-content: center; text-align: center;">
<div class="col col-2"><i class="iconoir iconoir-discord" style="font-size: 2.2rem;"></i></div>
<div class="col">
<p style="font-size: 1.6rem;">Why not <strong>say hello</strong> in the Discord?</p>
</div>
<div class="col col-2">
<a href="" class="button">Test</a>
</div>
</div>
</div>
</section>