Skip to content

Commit 459ea05

Browse files
committed
Added fallback link for invitation on non-Android device
1 parent 3117784 commit 459ea05

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

webapp/app.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,16 @@ body {
8484
color: #000;
8585
}
8686

87+
.main-screenshot {
88+
width: 30%;
89+
float: left;
90+
margin-right: 16px;
91+
}
92+
93+
.clear {
94+
clear: both;
95+
}
96+
8797
@media (max-width: 600px) {
8898
body, #message {
8999
margin-top: 0;

webapp/app/invitation.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>Privacy Policy</title>
7+
8+
<link rel="stylesheet" href="/app.css">
9+
</head>
10+
<body>
11+
<div id="header">
12+
<h1>WFRP Master</h1>
13+
</div>
14+
<div id="message">
15+
<img src="/screenshot.png" alt="Screenshot of WFRP Master" class="main-screenshot">
16+
<h1>Invitation</h1>
17+
<p>You have been invited to WFRP Master party.</p>
18+
<p>Open this page on your Android device to join it.</p>
19+
<a href="https://play.google.com/store/apps/details?id=cz.frantisekmasa.dnd&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1"><img
20+
alt="Get it on Google Play"
21+
width="200"
22+
src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png"/></a>
23+
<div class="clear"></div>
24+
</div>
25+
<div id="footer">
26+
<p>WFRP Master</p>
27+
<p>Google Play and the Google Play logo are trademarks of Google LLC.</p>
28+
</div>
29+
</body>
30+
</html>

webapp/screenshot.png

2.37 MB
Loading

0 commit comments

Comments
 (0)