aktuelles.html 1.24 KB
Newer Older
Wolfgang Knopki's avatar
Wolfgang Knopki committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="generator" content="GitLab Pages">
        <title>Aktuelles</title>
        <link rel="stylesheet" href="style.css">
    </head>
    <body>
        <div id="topbar">
            <div id="menu" class="navbar"></div>
        </div>
        <div class="content">
            <h1 id='projectname'></h1> <!--Projektname kommt aus settings.js, hier nichts einfügen-->
            <h2> Aktuelles aus dem Projekt: </h2>

            <!-- ÄNDERUNGEN NUR NACH DIESER ZEILE --> 
    
            <!-- TODO Newseintrag kopieren und anpasen, Blindtext entfernen -->
            <div class="news">
                <div class="header">
                    01.01.1900: Erster Newseintrag
                </div>
                <div class="text">
                    <p>
Sven Schneider's avatar
Sven Schneider committed
26
27
                       The i_city project has now reached its last phase after nearly 4 years. Many intersting results have been achieved, some of them are now visualized on this urbanVIS platform.
                       
Wolfgang Knopki's avatar
Wolfgang Knopki committed
28
29
30
31
32
33
34
35
36
                    </p>
                </div>
            </div>
            <!-- KEINE ÄNDERUNGEN NACH DIESER ZEILE -->  
        </div>
        <script src="settings.js"> </script>
    </body>
</html>