source: main/waeup.kofa/trunk/src/waeup/kofa/frontpage.html @ 12835

Last change on this file since 12835 was 11461, checked in by Henrik Bettermann, 11 years ago

Update default frontpage text.

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