Skip to content

Commit

Permalink
vanta.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco D'Amelio committed Oct 19, 2024
1 parent 33dd54b commit 44f8027
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="{{ '/main.css' | relative_url }}">

</head>
21 changes: 20 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% include head.html %}

<body>
<div class="imageWrapper">
<div class="imageWrapper" id="wrapper">
<div class="headerBackground">
<div class="container">
{% include headerhome.html %}
Expand Down Expand Up @@ -64,5 +64,24 @@ <h2 class="appPrice">
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.dots.min.js"></script>
<script>
VANTA.DOTS({
el: "#wrapper",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x119181,
color2: 0x20f1ff,
size: 3.60,
spacing: 26.00,
showLines: false
})
</script>
</body>
</html>
1 change: 1 addition & 0 deletions assets/vanta.dots.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44f8027

Please sign in to comment.