-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (32 loc) · 1.61 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
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🧩 </text></svg>">
<title>Personal Generative Timeline</title>
<link rel="stylesheet" href="style/style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.2.0/p5.min.js"></script>
</head>
<body>
<section>
<h1>Hi there, nice to meet you!</h1>
<p>I'm a young digital designer who loves to make perfect user-friendly products.
On this page you can watch different kinds of projects. Click the shapes
on the left and see it yourself!
</p>
<p id="text1"></p>
<p id="text2"></p>
<p id="text3"></p>
</section>
<script src="https://diwi.github.io/p5.EasyCam/p5.easycam.js"></script>
<script language="javascript" type="text/javascript" src="script/generatedWork.js"></script>
<script language="javascript" type="text/javascript" src="script/circleWord.js"></script>
<script language="javascript" type="text/javascript" src="script/vehicle.js"></script>
<!-- https://github.com/diwi/p5.EasyCam/issues/16 -->
<!-- <script language="javascript" type="text/javascript" src="script/vehicle.js"></script> -->
<!-- source: https://stackoverflow.com/questions/29884654/button-that-refreshes-the-page-on-click -->
</body>
</html>