-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
37 lines (28 loc) · 1.49 KB
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?php include 'header.php'; ?>
<div id="about">
<section id="title" class="title">
<div class="row">
<h1>Weird and Welcome</h1>
</div>
</section>
<div id="main">
<div class="container">
<div class="item1">
<a href="#">
<img src="/assets/img/coil.png">
</a>
</div>
<div class="item2">
<h2>Grrr.</h2>
<p>We often have to hide what makes us truly unique in order to fit into the world. The Monsters are here to make you feel good about the weirdo you naturally are.</p>
<p>Our organization is exploring the world of these fuzzy friends, discovering new and exciting variations all the time. Each Monster comes with its own shape, personality, and background—find the ones that fit you! They're not all smiles, but mostly they're pretty friendly.</p>
<p>From personalized commissions to stickers, murals, and installations, we are dedicated to making these vibrant Monsters accessible to everyone. We believe all people deserve to be able to own art that brings joy.</p>
<p>So tell us what you think, what you need, or how you feel. We are The Monsters, and we're here for you.</p>
<div class="random-signature">
<img src="/assets/img/random-signature.svg">
</div>
</div>
</div>
</div>
</div>
<?php include 'footer.php';