-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
touch device problem push - non simplified
- Loading branch information
Showing
6 changed files
with
189 additions
and
173 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,23 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> --> | ||
<title>Binnenkant - La Tienda</title> | ||
<link rel="stylesheet" href="style.css"> | ||
<script src='https://unpkg.com/[email protected]/dist/panzoom.min.js'></script> | ||
</head> | ||
<body> | ||
<div id="image-container"> | ||
<div id="binnenkant"><img src="images/binnen-ss.png"></div> | ||
<div class="marker" id="magnetron"></div> | ||
<div class="textbox" id="magnetron-janinfo"> | ||
<p>Two microwaves for $500 people heat their lunch</p> | ||
</div> | ||
<div class="textbox" id="magnetron-extrainfo"> | ||
<p>Did you know 500 Colombian pesos is equal to 12 Euro cents</p> | ||
</div> | ||
</div> | ||
<script src="script.js"></script> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -2,32 +2,37 @@ | |
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> --> | ||
<title>Coffeeshop La Tienda</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Buitenkant - La Tienda</title> | ||
<link rel="stylesheet" href="style.css"> | ||
<script src='https://unpkg.com/[email protected]/dist/panzoom.min.js'></script> | ||
</head> | ||
|
||
<!-- Start met video, transitie naar sketch, typewriter animatie introductie en daarna auto scroll naar deur --> | ||
<!-- Vervolgens highlighted sketch met klikbare divs, als je divs klikt krijg je een witte vak met tekst te zien --> | ||
|
||
<!-- <img id="binnenkant" src="images/binnen-ss.png"> --> | ||
<!-- binnenkant zetten op een andere pagina zodat de divs niet door elkaar heen gaan --> | ||
<!-- of aan de hand van displayed sketch vorige divs niet klikbaar maken --> | ||
|
||
<body> | ||
<main> | ||
<div id="video-container"> | ||
<h1>La Tienda</h1> | ||
<video autoplay muted loop><source src="images/"></video> | ||
</div> | ||
|
||
<div id="image-container"> | ||
<img id="buitenkant" src="images/buiten-ss.png"> | ||
<div id="deur-buiten" onclick="naarBinnen()"></div> | ||
<div id="video-container"> | ||
<h1>La Tienda</h1> | ||
<video autoplay muted loop><source src="images/"></video> | ||
</div> | ||
|
||
<!-- <img id="binnenkant" src="images/binnen-ss.png"> --> | ||
<!-- binnenkant zetten op een andere pagina zodat de divs niet door elkaar heen gaan --> | ||
<!-- of aan de hand van displayed sketch vorige divs niet klikbaar maken --> | ||
<div id="image-container"> | ||
<div id="binnenkant"><img src="images/buiten-ss.png"></div> | ||
<div class="marker" id="entrance"></div> | ||
<a href="binnenkant.html"> | ||
<div class="textbox" id="entrance-info"> | ||
<p>Enter?</p> | ||
<img src="images/entrance.png" alt="entrance icon"> | ||
</div> | ||
</a> | ||
|
||
</div> | ||
</main> | ||
</div> | ||
<script src="script.js"></script> | ||
</body> | ||
</html> | ||
|
This file was deleted.
Oops, something went wrong.
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
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