forked from elementary/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
store.php
20 lines (19 loc) · 993 Bytes
/
store.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
include '_templates/sitewide.php';
$page['title'] = 'Store ⋅ elementary';
include $template['header'];
?>
<div class="row">
<h1>Store</h1>
<h4>Our store currently only supports US orders.</h4>
</div>
<div class="row">
<a href='https://mkt.com/elementary-llc' class='sq-embed-menu' data-menu-item-images='large' data-menu-accent-color='04a9dc' data-menu-template='column' data-menu-border='hide' data-menu-item-descriptions='show'>Order Online</a>
<script src="https://cdn.sq-api.com/market/embed.js" charset="utf-8"></script>
</div>
<div class="row">
<h4>All apparel is in US sizes. Tees run a bit snug; for sizing details, see American Apparel’s <a href="http://www.americanapparel.net/sizing/default.asp?chart=mu.shirts" target="_blank">sizing chart</a>.</h4>
</div>
<?php
include $template['footer'];
?>