Show last authors
1 {{html lang="en" clean="false"}}
2 <head>
3 <title>CodeHub</title>
4 <link rel="icon" href="http://chittagongit.com//images/computer-code-icon/computer-code-icon-0.jpg">
5 <style>
6 #div{
7 background-color:#263238;
8 border:orange 3px solid;
9 }
10 #cl{
11 color:cyan;
12 font-weight:bold;
13 font-size:60px;
14 }
15 #h3{
16 color:cyan;
17 font-size:40px;
18 font-weight:bold;
19 }
20 #p{
21 color:cyan;
22 font-size:25px;
23 }
24 #img{
25 width:250px;
26 height:250px;
27 background-color:#37474F;
28 border:cyan 3px solid;
29 border-radius:35px;
30 }
31 /* Three image containers (use 25% for four, and 50% for two, etc) */
32 #column {
33 float: left;
34 width: 33.33%;
35 padding: 5px;
36 }
37
38 /* Clear floats after image containers */
39 #row::after {
40 content: "";
41 clear: both;
42 display: table;
43 }
44 </style>
45 </head>
46 <div id="div">
47 <center>
48 <h1 id="cl">CodeHub</h1>
49 <img src="https://wiki.catrobat.org/bin/download/AboutCatrobat/Catty%20Launcher/WebHome/catty_launcher_logo.png?rev=1.1" id="img">
50 <br>
51 <br>
52 <p id="p">Hi there everyone, Welcome to the Xwiki page for<br>
53 CodeHub. I cant wait to show you what CodeHub<br>
54 has to offer. But i must say the app is still under heavy development<br>
55 and sadly will only be available for Android.</p>
56 </center>
57 <br><hr>
58 <h3 id="h3">What Is CodeHub?</h3>
59 <hr><br>
60 <p id="p">CodeHub allows you to launch Catrobat apps<br>
61 and community resources all in one place. That's not all.<br>
62 CodeHub also comes with 3rd party apps and built in tools.<br>
63 To help With building your pocket code programs. things like image editors,<br>
64 a simple Calculator for math, Notes so you can remind yourself of whatever.<br>
65 thats not all but CodeHub will have its own built in 1v1 messaging<br>
66 and online community so you can chat,collaborate, and help others in need.<br>
67 ; ) programming takes time and patience. So never give up quickly.</p>
68 <br>
69 <hr>
70 <h3 id="h3">App Screenshots</h3>
71 <hr>
72 <div id="row">
73 <div id="column">
74 <img src="https://wiki.catrobat.org/bin/download/AboutCatrobat/Catty%20Launcher/WebHome/Screenshot_20190311-032755.png?rev=1.1" alt="1" style="width:100%">
75 </div>
76 <div id="column">
77 <img src="https://wiki.catrobat.org/bin/download/AboutCatrobat/Catty%20Launcher/WebHome/Screenshot_20190311-032312.png?rev=1.1" alt="2" style="width:100%">
78 </div>
79 <div id="column">
80 <img src="https://wiki.catrobat.org/bin/download/AboutCatrobat/Catty%20Launcher/WebHome/Screenshot_20190311-032610.png?rev=1.1" alt="3" style="width:100%">
81 </div>
82 <br>
83 <div id="column">
84 <img src="https://wiki.catrobat.org/bin/download/AboutCatrobat/Catty%20Launcher/WebHome/Screenshot_20190311-032705.png?rev=1.1" alt="4" style="width:100%">
85 </div>
86 <div id="column">
87 <img src="https://wiki.catrobat.org/bin/download/AboutCatrobat/Catty%20Launcher/WebHome/Screenshot_20190311-032814.png?rev=1.1" alt="5" style="width:100">
88 </div>
89 <div id="column">
90 <img src="https://wiki.catrobat.org/bin/download/AboutCatrobat/Catty%20Launcher/WebHome/Screenshot_20190311-044052.png?rev=1.1" alt="6" style="width:100">
91 </div>
92 <br>
93 </div>
94 </div>
95 </div>
96 {{/html}}
97
98 CodeHub