source: main/waeup.ikoba/trunk/src/waeup/ikoba/frontpage.html @ 12193

Last change on this file since 12193 was 12192, checked in by Henrik Bettermann, 10 years ago

Registration and Application Portal/System? (RAPS)

Adjust localization.

File size: 1.9 KB
Line 
1<h1>Welcome to WAeUP.Ikoba
2<br>
3<p class="ikoba-content-desc">
4the Registration and Application Portal
5</p>
6</h1>
7
8<p>
9This is the default frontpage written in HTML.
10Ikoba's CSS design is based on Twitter's Bootstrap. Visit the
11<a href="http://getbootstrap.com/">Bootstrap documentation</a>
12for further information.
13</p>
14
15<p>
16Ikoba is part of the
17<a href="https://waeup.org/">West African eUniversity Project (WAeUP)</a>.
18It is a powerful and comprehensive Online Registration and Application System.
19The software is written in Python and built upon the Open Source
20<a href="http://grok.zope.org/">Grok Web Framework</a>.
21</p>
22
23<h2>1. Heading</h2>
24
25<p>Text</p>
26
27<h3>1.2 Heading</h3>
28
29Text
30
31<h2>2. Heading</h2>
32
33<p>Text</p>
34
35<h3>2.1 Heading</h3>
36
37<ol>
38<li>List item</li>
39<li>List item</li>
40<li>List item</li>
41</ol>
42
43<h3>2.2 Heading</h3>
44
45<ul>
46<li>List item</li>
47<li>List item</li>
48<li>List item</li>
49</ul>
50
51
52>>de<<
53<h1>Willkommen auf WAeUP.Ikoba,
54<br>
55<small>
56dem Anmelde- und Registrierungs-Portal
57</small>
58</h1>
59
60<p>
61Dies ist die Standard-Startseite des Portals, die in HTML geschrieben wurde.
62Ikobas css-Design basiert auf Twitters Bootstrap. Besuchen Sie die
63<a href="http://twitter.github.com/bootstrap/">Bootstrap-Dokumentation</a>
64auf GitHub, um weitere Informationen zu erhalten.
65</p>
66
67<p>
68Ikoba ist Teil des
69<a href="https://waeup.org/">West African eUniversity Project (WAeUP)</a>.
70Es ist ein leistungsstarkes and umfassendes Beantragungs- und Registrierungssystem, welches
71in Python geschrieben wurde und auf dem Open Source Web Framework
72<a href="http://grok.zope.org/">Grok</a>
73basiert.
74</p>
75
76<h2>1. Überschrift</h2>
77
78<p>Text</p>
79
80<h3>1.2 Überschrift</h3>
81
82Text
83
84<h2>2. Überschrift</h2>
85
86<p>Text</p>
87
88<h3>2.1 Überschrift</h3>
89
90<ol>
91<li>Listeneintrag</li>
92<li>Listeneintrag</li>
93<li>Listeneintrag</li>
94</ol>
95
96<h3>2.2 Überschrift</h3>
97
98<ul>
99<li>Listeneintrag</li>
100<li>Listeneintrag</li>
101<li>Listeneintrag</li>
102</ul>
Note: See TracBrowser for help on using the repository browser.