-
Notifications
You must be signed in to change notification settings - Fork 21
/
template.html
56 lines (40 loc) · 1.75 KB
/
template.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
45
46
47
48
49
50
51
52
53
54
55
56
<html>
<head>
<style>
.flipit {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
</style>
<link href="https://fonts.googleapis.com/css?family=VT323&display=swap" rel="stylesheet">
</head>
<body style="font-family: 'VT323', monospace;">
<div class="flipit" style="text-align:center;z-index:1;position:absolute;left: 33px;top: 190px;width:250px;height:150px;font-size: 21px;letter-spacing: -1;">
<img style="max-width:250px;" src="./front.png">
**PUBLIC**
</div>
<div class="flipit" style="text-align:center;z-index:1;position:absolute;left: 315px;top: 160px;width:250px;height:150px;font-size: 21px;letter-spacing: -1;">
<img style="max-width:250px;margin-top:80%" src="./back.png">
</div>
<img class="flipit" style="position:absolute;left:0px;top:-50px;max-width:600px" src="./background-NO-THANKS-DONT-NEED-THIS-RIGHT-NOW.jpg" />
<div style="position:absolute;left:315px;top:439px;background-color:#ffFFFF;width:250px;height:250px;text-align:center" >
<div style="font-family:'VT323', monospace;;font-weight:bolder;margin-top:0px;font-size:14px;color:#000000;padding-bottom:20px" >
open **URL** and scan:
</div>
<img src="./private.png"
style="width:150;height:150px"
/>
<img src="./inside-right.png"
style="max-width:250px"
/>
</div>
<div style="position:absolute;left:33px;top:380px;background-color:#ffFFFF;width:250px;height:250px;text-align:center" >
<img src="./inside-left.png"
style="max-width:250px"
/>
</div>
</body>
</html>