Show last authors
1 {{html lang="en" clean="false"}}
2 <head>
3 <title>Catty Launcher</title>
4 <style>
5 #div{
6 background-color:#263238;
7 border:orange 3px solid;
8 }
9 #cl{
10 color:cyan;
11 font-weight:bold;
12 font-size:60px;
13 }
14 #h3{
15 color:cyan;
16 font-size:40px;
17 font-weight:bold;
18 }
19 #p{
20 color:cyan;
21 font-size:25px;
22 }
23 #img{
24 width:250px;
25 height:250px;
26 background-color:#37474F;
27 border:cyan 3px solid;
28 border-radius:35px;
29 }
30 </style>
31 </head>
32 <div id="div">
33 <center>
34 <h1 id="cl">Catty Launcher</h1>
35 <img src="https://xwiki.catrob.at/bin/download/Catty%20Launcher/WebHome/catty_launcher_logo.png" id="img">
36 <br>
37 <br>
38 <p id="p">Hi there everyone, Welcome to the Xwiki page for<br>
39 Catty Launcher. I cant wait to show you what Catty Launcher<br>
40 has to offer. But i must say the app is still under heavy development<br>
41 and sadly will only be available for Android.</p>
42 </center>
43 <br><hr>
44 <h3 id="h3">What Is Catty Launcher?</h3>
45 <hr><br>
46 <p id="p">Catty Launcher allows you to launch Catrobat apps<br>
47 and community resources all in one place. But that's not all.<br>
48 Catty Launcher also comes with 3rd party apps and built in tools.<br>
49 To help With building your pocket code programs. things like image editors,<br>
50 a simple Calculator for math, Notes so you can remind yourself of whatever.<br>
51 thats not all but Catty Launcher will have its own built in 1v1 messaging<br>
52 and online community so you can chat,collaborate, and help others in need.<br>
53 ; ) programming takes time and patience. So never give up quickly.</p>
54 <br>
55 <hr>
56 <h3 id="h3">App Screenshots</h3>
57 <hr>
58 <div id="row">
59 <div id="column">
60 <img src="https://xwiki.catrob.at/bin/download/Catty%20Launcher/WebHome/Screenshot_20190311-032312.png" alt="1" style="width:100%">
61 </div>
62 <div id="column">
63 <img src="https://xwiki.catrob.at/bin/download/Catty%20Launcher/WebHome/Screenshot_20190311-032610.png" alt="2" style="width:100%">
64 </div>
65 <div id="column">
66 <img src="" alt="3" style="width:100%">
67 <br>
68 </div>
69 </div>
70 </div>
71 {{/html}}