-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpr-js-01.html
34 lines (34 loc) · 1010 Bytes
/
pr-js-01.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
<!doctype html>
<html>
<head>
<title>Abhay Harpalani | Portfolio</title>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="portfolio.css"/>
<!-- adobe fonts -->
<link rel="stylesheet" href="https://use.typekit.net/jaw3icc.css">
<!-- p5 js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.0/p5.js"></script>
</head>
<body>
<div class="main">
<div class="left">
<div class="header">
<h1>portfolio</h1>
</div>
<div class="left-text">
<a href="portfolio.html"><h2 style="margin-left: 2rem;">← back</h2></a>
</div>
</div>
<div class="right">
<div class="projects-wrapper">
<div class="project-closeup" id="js-container">
<script src="js-01.js"></script>
</div>
</div>
<p style="margin-left: 1rem;">Generative art piece I coded in JavaScript.</p>
</div>
</div>
</body>
</html>