-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·43 lines (41 loc) · 1.87 KB
/
index.html
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
38
39
40
41
42
43
---
layout: default
---
<section class="intro">
<div class="row">
<div class="col-20"> </div><!--/col-->
<div class="col-60">
<h1>Period After Opening Symbol</h1>
<!-- <p>Free vector download of the PAO Symbol. The Period After Opening symbol identifies the useful lifetime of a cosmetic product after its package has been opened for the first time. Feel free to use this free resouce when required. We created this for the use on <a href="https://beachhair.co/">Beach Hair</a> label.</p> -->
<p>Free vector download of the PAO Symbol. The Period After Opening symbol identifies the useful lifetime of a cosmetic product after its package has been opened for the first time. Feel free to use this free resource when required. If you have any questions feel free to reach out to <a href="https://twitter.com/KennedysGarage">@KennedysGarage</a>.</p>
</div><!--/col-->
</div><!--/row-->
</section>
<section class="downloads">
<div class="row">
<div class="col-25">
<div class="symbol">
{% asset pao.svg %}
<p>Blank PAO <br/><a href="{% asset pao.svg @path %}">Free Vector Download</a></p>
</div><!--/symbol-->
</div><!--/col-->
<div class="col-25">
<div class="symbol">
{% asset pao36.svg %}
<p>36 Month PAO <br/><a href="{% asset pao36.svg @path %}">Free Vector Download</a></p>
</div><!--/symbol-->
</div><!--/col-->
<div class="col-25">
<div class="symbol">
{% asset pao24.svg %}
<p>24 Month PAO <br/><a href="{% asset pao24.svg @path %}">Free Vector Download</a></p>
</div><!--/symbol-->
</div><!--/col-->
<div class="col-25">
<div class="symbol">
{% asset pao12.svg %}
<p>12 Month PAO <br/><a href="{% asset pao12.svg @path %}">Free Vector Download</a></p>
</div><!--/symbol-->
</div><!--/col-->
</div><!--/row-->
</section>