remove js
This commit is contained in:
parent
769096afae
commit
3d7c435b0b
7 changed files with 2 additions and 58 deletions
|
@ -23,24 +23,6 @@ body {
|
|||
max-width: 40em;
|
||||
margin: auto;
|
||||
width: 50%;
|
||||
border: 10px solid lightgrey;
|
||||
border: 3px solid lightgrey;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#particle-canvas {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
#bird-canvas {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
VANTA.BIRDS({
|
||||
el: "#bird-canvas",
|
||||
mouseControls: true,
|
||||
touchControls: true,
|
||||
gyroControls: false,
|
||||
minHeight: 200.00,
|
||||
minWidth: 200.00,
|
||||
scale: 1.00,
|
||||
scaleMobile: 1.00,
|
||||
backgroundColor: 0x0,
|
||||
quantity: 4.00
|
||||
})
|
|
@ -1,11 +0,0 @@
|
|||
VANTA.NET({
|
||||
el: "#particle-canvas",
|
||||
mouseControls: true,
|
||||
touchControls: false,
|
||||
gyroControls: false,
|
||||
// minHeight: 200.00,
|
||||
// minWidth: 200.00,
|
||||
scale: 1.00,
|
||||
scaleMobile: 1.00,
|
||||
backgroundColor: 0x0
|
||||
})
|
2
site/templates/assets/scripts/three.min.js
vendored
2
site/templates/assets/scripts/three.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -6,20 +6,9 @@
|
|||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="assets/index.css" rel="stylesheet" type="text/css">
|
||||
<script src="assets/three.min.js"></script>
|
||||
<script src="assets/vanta.net.min.js"></script>
|
||||
<script src="assets/particles.js" defer></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="particle-canvas"></div>
|
||||
<noscript>
|
||||
<center>
|
||||
<small>
|
||||
this site is designed to work with no javascript. all that javascript adds is an optional animation to the background (it looks cool!).
|
||||
</small>
|
||||
</center>
|
||||
</noscript>
|
||||
<center>
|
||||
<p>
|
||||
hello, visitor number <b>{{ visitor }}</b>! this one is glad to see you.
|
||||
|
|
Loading…
Add table
Reference in a new issue