-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (25 loc) · 1.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.1/p5.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<meta charset="utf-8" />
</head>
<body>
<main>
</main>
<!-- <div class="fixed-top d-flex justify-content-center bg-secondary p-1"><p class="m-0 p-0"><a class="text-white" href="#info">Scroll for more info</a></p></div> -->
<script src="sketch.js"></script>
<div class="container-fluid mb-4" id="info">
<h1>Happy Pi day 2024!</h1>
<p class="mb-0 pb-0">An estimation of pi by measuring average distance from cycles of random 2D walks.</p>
<p class="mb-0 pb-0">By <a href="http://github.com/ajuancer">@ajuancer</a> on pi/2024.</p>
<p class="mb20 pb-0">MIT license</p>
<a class="btn btn-info" href="https://github.com/ajuancer/walking-to-pi">View on GitHub</a>
<a class="btn btn-info" href="https://editor.p5js.org/ajuancer/sketches/Knsrmda7V">View on p5 editor</a>
<a class="btn btn-info" href="https://editor.p5js.org/ajuancer/sketches/HoqT1lsP6">Train to pi, a derived version for The Coding Train</a>
</div>
</body>
</html>