|
22 | 22 | <header class="site-header">
|
23 | 23 | <div class="wrapper">
|
24 | 24 | <div class="header-content">
|
25 |
| - <img class="logo" alt="StatSim" src="images/logo.png"/> |
26 |
| - <h1>Statistical Simulation and Inference in the Browser</h1> |
27 |
| - <p><strong>StatSim</strong> is a free probabilistic simulation web app. Multiple simulation methods and over 20 built-in distributions make it possible to create complex models and implement Bayesian inference in the browser. Server-side processing coming soon... </p> |
28 |
| - <a href="/app" class="cta cta-web">Open web app</a> or |
29 |
| - <a href="https://github.com/statsim/app/releases" class="cta cta-download">Download</a> |
| 25 | + <img class="logo" alt="StatSim" src="images/logo.png"/> |
| 26 | + <h1>Statistical Simulation and Inference in the Browser</h1> |
| 27 | + <p><strong>StatSim</strong> is a free probabilistic simulation web app. Multiple simulation methods and over 20 built-in distributions make it possible to create complex models and implement Bayesian inference in the browser. Server-side processing coming soon... </p> |
| 28 | + <a href="/app" class="cta cta-web">Open web app</a> or |
| 29 | + <a href="https://github.com/statsim/app/releases" class="cta cta-download">Download</a> |
30 | 30 | </div>
|
31 |
| - <div class="social"> |
| 31 | + <div class="links"> |
| 32 | + <a href="/docs" class="link">Documentation</a> |
32 | 33 | <a href="https://twitter.com/statsimcom" class="icon"><img src="images/twitter.svg"/></a>
|
33 | 34 | <a href="https://www.facebook.com/statsim" class="icon"><img src="images/facebook.svg"/></a>
|
34 | 35 | <a href="https://github.com/statsim" class="icon"><img src="images/github.svg"/></a>
|
@@ -119,14 +120,15 @@ <h2>Examples</h2>
|
119 | 120 | </section>
|
120 | 121 | <section class="footer">
|
121 | 122 | <div class="wrapper">
|
122 |
| - <p>© 2018 StatSim. Statistical Simulation and Bayesian Inference in the Browser.</p> |
| 123 | + <p>© <span id="year"></span> StatSim. Statistical Simulation and Bayesian Inference in the Browser.</p> |
123 | 124 | </div>
|
124 | 125 | </section>
|
125 | 126 | <script src="particles.min.js"></script>
|
126 | 127 | <script charset="utf-8">
|
127 | 128 | particlesJS.load('particles-js', 'particles-config.json', function() {
|
128 | 129 | console.log('callback - particles.js config loaded');
|
129 | 130 | })
|
| 131 | + document.getElementById('year').innerText = (new Date()).getFullYear() |
130 | 132 | </script>
|
131 | 133 | </body>
|
132 | 134 | </html>
|
0 commit comments