Store the built website.

We will use for ease of deployment.
This commit is contained in:
Luke Murphy
2017-10-04 15:51:34 +02:00
parent 0b0376e8ce
commit ded4ebf95c
35 changed files with 26426 additions and 1 deletions

6
dist/assets/styles/images/arrow.svg vendored Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30px" height="30px" viewBox="0 0 30 30" zoomAndPan="disable" preserveAspectRatio="none">
<style type="text/css"><![CDATA[ line { stroke: #ffffff; stroke-width: 3; } ]]></style>
<line x1="0" y1="15" x2="15" y2="30" />
<line x1="30" y1="15" x2="15" y2="30" />
<line x1="15" y1="30" x2="15" y2="0" />
</svg>

After

Width:  |  Height:  |  Size: 409 B