-
Notifications
You must be signed in to change notification settings - Fork 1
/
gallery.html
executable file
·44 lines (35 loc) · 1.75 KB
/
gallery.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
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<link rel="stylesheet" href="tweaqr.css" />
<script src="https://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="https://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
</head>
<body">
<div data-role="header">
<h1>TweaQR</h1>
</div>
<div id="qrdiv">
<div data-role="content">
<h1>Hall of Fame</h1>
<p><a href="mailto:[email protected]">Email me</a> yours and I'll add them here.</p>
<p>
Alternatively, just share your creations on Flickr, Twitter or Instagram with the hashtag <strong>#TweaQR</strong> and they will appear <a href="http://www.thudit.com/TweaQR">here</a>.
</p>
<div class="qr-gallery">
<a href="https://www.stolencamerafinder.com">
<img src="images/scf.png" width="200" height="200" alt="Track down your camera with StolenCameraFinder">
</a>
<a href="https://mattburns.co.uk/TweaQR/" data-ajax="false">
<img src="images/space2.png" width="200" height="200" alt="Perhaps you just want to draw Space Invaders?">
</a>
</div>
<p>
<a href="index.html" data-icon="arrow-l" data-role="button" data-inline="true" data-theme="b" data-ajax="false">Back</a>
</p>
</div>
</div>
</body></html>