-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstructions.html
More file actions
73 lines (67 loc) · 4.11 KB
/
instructions.html
File metadata and controls
73 lines (67 loc) · 4.11 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ReInHerit SmartLens Tester Instructions</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="carousel.css">
<link href="libraries/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="libraries/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" type="image/png" href="./images/favicon.png">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center header-transparent"> <!-- justify-content-center -->
<a href="https://reinherit-hub.eu/applications" target="_blank" title="ReInHerit Digital Hub">
<img id="header_logo" alt="reinherit logo"
src="images/Reinherit-Logo.jpg">
</a>
<div id="header_title">
<em>Re</em><strong>InHerit</strong>
<div id="undertitle">Redefining the Future of Cultural Heritage</div>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="menu_passive"><a href="index.html">Test the app !</a></li>
<li class="active menu_active"><a href="instructions.html">Instructions</a></li>
</ul>
</nav><!-- .nav-menu -->
</header><!-- End Header -->
<!-- ======= Header ======= -->
<main-two-cols>
<div class="qrcode">
<img src="./images/smartlens-qr-code.png" alt="SmartLens QR code" width="300" height="300">
</div>
<div class="instructions">
<p>The gallery images of this tester app include a limited selection of artworks and contents provided by museums participating in the ReinHerit project. Selected artworks were used by visitors via SmartLens during the <a href="https://reinherit-hub.eu/travellingexhibitions">ReInHerit ReThinking live exhibitions</a> held at the <a href="https://www.grazmuseum.at/en/">Graz Museum</a> (Austria), the <a href="https://cycladic.gr/en/">Museum of Cycladic Art</a> (Athens, Greece), and the <a href="https://www.boccf.org/en-gb/homepage/">Bank of Cyprus Cultural Foundation</a> (Nicosia, Cyprus).</p>
<p>The visitors of the exhibitions used the app to discover details of the artworks selected by the curators. All the materials have been provided and validated by the curators of the exhibitions.</p>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ySTcIsiZkao?si=kbalqERNkQ3DUAz9&start=53" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<br>
<p>Use your phone to open the SmartLens web app by framing this QR code.</p>
<p>Wait for the app to load, allow to access the camera and then frame the artworks in the carousel of the test
page.<br/>
<a href="./index.html">Click on this link to visit the web page</a> with the selected artworks.</p>
</div>
</main-two-cols>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer_container">
<h3><em>Re</em><strong>InHerit</strong> Toolkit - SmartLens <i>tester</i> </h3>
<div class="social-links">
<a href="https://twitter.com/reinherit_" target="_blank" title="twitter" class="twitter"><i
class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/ReInHerit/" target="_blank" title="facebook" class="facebook"><i
class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/reinherit_/" target="_blank" title="instagram" class="instagram"><i
class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/company/reinherit-h2020" target="_blank" title="linkedin"
class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://www.youtube.com/channel/UCWg6SySC2I-RQ41qjxZmTmA" target="_blank" title="youtube"
class="youtube"><i class="bx bxl-youtube"></i></a>
</div>
</div>
</footer>
<!-- End Footer -->
</body>
</html>