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 /* Three image containers (use 25% for four, and 50% for two, etc) */
31 #column {
32 float: left;
33 width: 33.33%;
34 padding: 5px;
35 }
36
37 /* Clear floats after image containers */
38 #row::after {
39 content: "";
40 clear: both;
41 display: table;
42 }
43 </style>
44 </head>
45 <div id="div">
46 <center>
47 <h1 id="cl">Catty Launcher</h1>
48 <img src="https://xwiki.catrob.at/bin/download/Catty%20Launcher/WebHome/catty_launcher_logo.png" id="img">
49 <br>
50 <br>
51 <p id="p">Hi there everyone, Welcome to the Xwiki page for<br>
52 Catty Launcher. I cant wait to show you what Catty Launcher<br>
53 has to offer. But i must say the app is still under heavy development<br>
54 and sadly will only be available for Android.</p>
55 </center>
56 <br><hr>
57 <h3 id="h3">What Is Catty Launcher?</h3>
58 <hr><br>
59 <p id="p">Catty Launcher allows you to launch Catrobat apps<br>
60 and community resources all in one place. But that's not all.<br>
61 Catty Launcher also comes with 3rd party apps and built in tools.<br>
62 To help With building your pocket code programs. things like image editors,<br>
63 a simple Calculator for math, Notes so you can remind yourself of whatever.<br>
64 thats not all but Catty Launcher will have its own built in 1v1 messaging<br>
65 and online community so you can chat,collaborate, and help others in need.<br>
66 ; ) programming takes time and patience. So never give up quickly.</p>
67 <br>
68 <hr>
69 <h3 id="h3">App Screenshots</h3>
70 <hr>
71 <div id="row">
72 <div id="column">
73 <img src="https://xwiki.catrob.at/bin/download/Catty%20Launcher/WebHome/Screenshot_20190311-032312.png" alt="1" style="width:100%">
74 </div>
75 <div id="column">
76 <img src="https://xwiki.catrob.at/bin/download/Catty%20Launcher/WebHome/Screenshot_20190311-032610.png" alt="2" style="width:100%">
77 </div>
78 <div id="column">
79 <img src="https://xwiki.catrob.at/bin/download/Catty%20Launcher/WebHome/Screenshot_20190311-032755.png" alt="3" style="width:100%">
80 <div id="column">
81 <img src="" alt="4" style="width:100%">
82 </div>
83 <div id="column">
84 <img src="" alt="5" style="width:100">
85 </div>
86 <br>
87 </div>
88 </div>
89 </div>
90 {{/html}}