Skip to content

Commit cc9f227

Browse files
committed
rm
1 parent 50da94e commit cc9f227

File tree

3 files changed

+0
-136
lines changed

3 files changed

+0
-136
lines changed

index.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,7 @@
77
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
88
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
99
<link rel="stylesheet" href="css/main.css" />
10-
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
1110
<title>StatSim - Statistical Simulations & Bayesian Inference</title>
12-
<!-- Global site tag (gtag.js) - Google Analytics -->
13-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-7770107-2"></script>
14-
<script>
15-
window.dataLayer = window.dataLayer || [];
16-
function gtag(){dataLayer.push(arguments);}
17-
gtag('js', new Date());
18-
gtag('config', 'UA-7770107-2');
19-
</script>
2011
</head>
2112
<body>
2213
<header class="site-header">
@@ -40,7 +31,6 @@ <h1>Statistical Simulation and Inference in the Browser</h1>
4031
</div>
4132
<img class="phone" src="images/phone.png"/>
4233
</div>
43-
<div id="particles-js"></div>
4434
</header>
4535
<section>
4636
<div class="wrapper">
@@ -175,12 +165,5 @@ <h2>Examples</h2>
175165
</div>
176166
</div>
177167
</section>
178-
<script src="particles.min.js"></script>
179-
<script charset="utf-8">
180-
particlesJS.load('particles-js', 'particles-config.json', function() {
181-
console.log('callback - particles.js config loaded');
182-
})
183-
document.getElementById('year').innerText = (new Date()).getFullYear()
184-
</script>
185168
</body>
186169
</html>

particles-config.json

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

0 commit comments

Comments
 (0)