Skip to content

Commit 4d39f5b

Browse files
committed
Scripts are not needed
1 parent 65c0399 commit 4d39f5b

4 files changed

Lines changed: 0 additions & 7 deletions

File tree

src/_includes/js/animation.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/_layouts/main.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
{% if page.description %}
88
<meta name="description" content="{{ page.description | strip }}">
99
{% endif %}
10-
<script type="text/javascript" src="{{ '/assets/js/vue.global.js' | relative_url }}"></script>
1110
<link rel="preload" href="{{ '/assets/fonts/Assistant.ttf' | relative_url | rev_asset }}" as="font" type="font/ttf" crossorigin>
1211
<style>
1312
@font-face {

src/_sass/tachyons/_styles.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,12 @@ html {
3434
}
3535

3636
.vanrarchitektur{
37-
/* Apply the SVG as a mask */
3837
mask-image: url('./../img/vanrarchitektur.svg');
3938
width: 21.25rem;
4039
height: 1.625rem;
4140
}
4241

4342
.x {
44-
/* Apply the SVG as a mask */
4543
mask-image: url('./../img/x.svg');
4644
width: 1.25rem;
4745
height: 1.25rem;

src/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ <h1 class="f5 f4-ns fw6 tracked-mega white tc ma0">
1212
</div>
1313

1414
{% include footer.html imprint=true %}
15-
<script>{% include js/animation.js %}</script>

0 commit comments

Comments
 (0)