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