Skip to content

Commit

Permalink
Update font to 1.2.7 + some site changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rune Bjørnerås committed Oct 23, 2019
1 parent 71467d3 commit 4a48897
Show file tree
Hide file tree
Showing 29 changed files with 80 additions and 24 deletions.
Binary file modified dist/woff/VictorMono-Bold.woff
Binary file not shown.
Binary file modified dist/woff/VictorMono-BoldItalic.woff
Binary file not shown.
Binary file modified dist/woff/VictorMono-Italic.woff
Binary file not shown.
Binary file modified dist/woff/VictorMono-Regular.woff
Binary file not shown.
Binary file modified dist/woff2/VictorMono-Bold.woff2
Binary file not shown.
Binary file modified dist/woff2/VictorMono-BoldItalic.woff2
Binary file not shown.
Binary file modified dist/woff2/VictorMono-Italic.woff2
Binary file not shown.
Binary file modified dist/woff2/VictorMono-Regular.woff2
Binary file not shown.
Binary file modified public/Victor Mono.zip
Binary file not shown.
Binary file modified public/VictorMonoAll.zip
Binary file not shown.
98 changes: 74 additions & 24 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,37 @@
</el-row>
</div>
<div class="content">
<div
id="ligatures"
class="scroll-head"
/>
<el-row>
<el-col>
<h1 class="centre">
<em>Ligatures</em>
</h1>
</el-col>
</el-row>
<el-row
type="flex"
justify="center"
>
<el-col
:xs="22"
:sm="18"
>
<h2>
--&gt; -| -&gt; -&gt;&gt; -&lt; -&lt;&lt; -~ .- .= :: := :&gt; :&lt; ;; != !== ?= ## ### ####
/= /== /&gt; /\ \/ __ && |- |-&gt; |= |=&gt; |&gt; $&gt; ++ +++ +&gt; =:= =!= == ===
==&gt; =&gt; =&gt;&gt; =&lt;&lt; =/= &gt;- &gt;-&gt; &gt;: &gt;= &gt;=&gt; &gt;&gt;- &gt;&gt;= &lt;- &lt;-- &lt;-&gt; &lt;-&lt; &lt;!--
&lt;| &lt;|&gt; &lt;$ &lt;$&gt; &lt;+ &lt;+&gt; &lt;= &lt;== &lt;=&gt; &lt;=&lt; &lt;&gt; &lt;&lt;- &lt;&lt;= &lt;~ &lt;~&gt; &lt;~~ &lt;/ &lt;/&gt; ~-
~@ ~&gt; ~~ ~~&gt;
</h2>
</el-col>
</el-row>
</div>

<div class="content alternate-bg">
<div
id="why"
class="scroll-head"
Expand Down Expand Up @@ -200,7 +231,7 @@
>
<el-col
:xs="22"
:sm="16"
:sm="18"
>
<p>
If you try it out and like it, I would be very grateful for any donations.
Expand Down Expand Up @@ -302,63 +333,77 @@
</h1>
</el-col>
</el-row>
<el-row
type="flex"
justify="center"
>
<el-row justify="center">
<el-col
:xs="6"
:xs="24"
:sm="12"
:md="6"
class="margin-bottom"
>
<p class="centre no-padding no-margin-bottom">
<img src="./assets/img/bronze.png">
<img
class="medal"
src="./assets/img/bronze.png"
>
</p>
<h2 class="centre no-margin">
Bronze<br>
<div class="small">
Fan
</div>
</h2>
<p class="small centre">
<em>$1/month or - $9.99 once</em>
<p class="small centre no-padding">
<em>$1/month or - $9.99 in total</em>
</p>
<div class="centre">
Thank you to everyone contributing! ❤️
</div>
</el-col>
<el-col
:xs="6"
:xs="24"
:sm="12"
:md="6"
class="margin-bottom"
>
<p class="centre no-padding no-margin-bottom">
<img src="./assets/img/silver.png">
<img
class="medal"
src="./assets/img/silver.png"
>
</p>
<h2 class="centre no-margin">
Silver<br>
<div class="small">
Supporter
</div>
</h2>
<p class="small centre">
<em>$2/month or $10 - $24.99 once</em>
<p class="small centre no-padding">
<em>$2/month or $10-25 in total</em>
</p>
<div class="centre">
Thank you to everyone contributing! ❤️
</div>
</el-col>
<el-col
:xs="6"
class="gold"
:xs="24"
:sm="12"
:md="6"
class="gold bottom-margin"
>
<p class="centre no-padding no-margin-bottom">
<img src="./assets/img/gold.png">
<img
class="medal"
src="./assets/img/gold.png"
>
</p>
<h2 class="centre no-margin">
Gold<br>
<div class="small">
Patron
</div>
</h2>
<p class="small centre">
<em>$5/month or $25 - $44.99 once</em>
<p class="small centre no-padding">
<em>$5/month or $25-45 in total</em>
</p>
<div class="centre">
Thank you to:
Expand All @@ -371,27 +416,32 @@
</div>
</el-col>
<el-col
:xs="6"
class="rainbow"
:xs="24"
:sm="12"
:md="6"
class="rainbow bottom-margin"
>
<p class="centre no-padding no-margin-bottom">
<img src="./assets/img/unicorn.png">
<img
class="medal"
src="./assets/img/unicorn.png"
>
</p>
<h2 class="centre no-margin">
Rainbow<br>
<div class="small">
Champion Guardian Unicorn
</div>
</h2>
<p class="small centre">
<em>$10/month or $45+ once</em>
<p class="small centre no-padding">
<em>$10/month or $45+ in total</em>
</p>
<div class="centre">
Thank you to:
</div>
<div class="centre supporter">
April Collier
</div>
</div>
</el-col>
</el-row>
</div>
Expand Down
Binary file modified src/assets/VictorMono-Italic.eot
Binary file not shown.
Binary file modified src/assets/VictorMono-Italic.ttf
Binary file not shown.
Binary file modified src/assets/VictorMono-Italic.woff
Binary file not shown.
Binary file modified src/assets/VictorMono-Oblique.eot
Binary file not shown.
Binary file modified src/assets/VictorMono-Oblique.ttf
Binary file not shown.
Binary file modified src/assets/VictorMono-Oblique.woff
Binary file not shown.
Binary file modified src/assets/VictorMono-Regular.eot
Binary file not shown.
Binary file modified src/assets/VictorMono-Regular.ttf
Binary file not shown.
Binary file modified src/assets/VictorMono-Regular.woff
Binary file not shown.
Binary file modified src/assets/img/bronze.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/silver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/styles-dark-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/styles-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/styles-light-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/styles-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/unicorn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,13 @@ h1 {
font-weight: normal;
}

.medal {
width: 100%;
max-width: 150px;
}

h2 {
font-weight: 400;
.small {
font-size: 0.5em;
line-height: 1em;
Expand Down

0 comments on commit 4a48897

Please sign in to comment.