Skip to content

Commit a48c81b

Browse files
committed
Clean up the invitation page
1 parent 3334b11 commit a48c81b

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

webapp/.well-known/assetlinks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"target": {
77
"namespace": "android_app",
8-
"package_name": "com.example",
8+
"package_name": "cz.frantisekmasa.dnd",
99
"sha256_cert_fingerprints": [
1010
"E2:C6:D6:EC:B9:ED:D4:ED:BE:0B:98:3A:69:9D:70:EB:95:71:C0:6F:7E:A1:CB:FF:6D:92:75:80:8F:80:CE:1B"
1111
]

webapp/app.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ body {
9494
clear: both;
9595
}
9696

97+
.text-center {
98+
text-align: center;
99+
}
100+
97101
@media (max-width: 600px) {
98102
body, #message {
99103
margin-top: 0;

webapp/app/invitation.html

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,17 @@
1111
<div id="header">
1212
<h1>WFRP Master</h1>
1313
</div>
14-
<div id="message">
15-
<div class="main-screenshot">
16-
<img src="/screenshot.png" alt="Screenshot of WFRP Master" style="width: 100%">
17-
<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
18-
alt="Get it on Google Play"
19-
width="200"
20-
src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png"/></a>
21-
</div>
14+
<div id="message" class="text-center">
2215
<h1>Invitation</h1>
2316
<p>You have been invited to WFRP Master party.</p>
2417
<p>Open this page on your Android device to join it, or scan QR code below in WFRP Master app.</p>
2518
<div id="qrCode" style="margin: auto; width: 200px"></div>
2619
<p>If you are visiting this page on your Android device and the app did not open <a id="open-app" href="">click here</a>.</p>
27-
<div class="clear"></div>
20+
<p>If you don't have the app installed yet, you can <a href="https://play.google.com/store/apps/details?id=cz.frantisekmasa.dnd&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1">install it from Google Play</a>.</p>
21+
<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
22+
alt="Get it on Google Play"
23+
width="200"
24+
src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png"/></a>
2825
</div>
2926
<div id="footer">
3027
<p>WFRP Master</p>

0 commit comments

Comments
 (0)