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