-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<title> "piece VI (*_0)"</title> | ||
<meta charset="utf-8" /> | ||
<!-- keep the line below for OpenProcessing compatibility --> | ||
<script src="scripts/p5.js" async></script> | ||
<link rel="stylesheet" media="(min-width: 1700px)" href="css/pieza2_landscape.css" type="text/css"> | ||
<link rel="stylesheet" media="(max-width: 1699px)" href="css/pieza2_landscape.css" type="text/css"> | ||
<link rel="stylesheet" media="(max-width: 1200px)" href="css/pieza2_portrait.css" type="text/css"> | ||
<link rel="stylesheet" media="(max-width: 680px)" href="css/pieza2_portrait.css" type="text/css"> | ||
</head> | ||
|
||
<body > | ||
|
||
|
||
<img id="image1" src="images/women.png" alt="elephant1" crossorigin="anonymous" draggable="false"> | ||
<img id="image2" src="images/floating_being.png" alt="elephant2" crossorigin="usecredentials" draggable="false"> | ||
<div id="text_box"> | ||
Such is the nature of the looping GIF, made of pure movement but trapped in the repetition, | ||
like a captured piece of time in the hands of the image, a cage of light, shape and colour, and a fleeting meaning. | ||
</div> | ||
<script src="scripts/mySketch2.js" async></script> | ||
<script src="scripts/pieza2.js" async></script> | ||
</body> | ||
|
||
</html> |