Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gefercan2 authored Jul 2, 2024
1 parent c371acb commit 0d23e8a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions poema_alter_5/piece1_for later.html
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>

0 comments on commit 0d23e8a

Please sign in to comment.