summaryrefslogtreecommitdiff
path: root/client/index.php
blob: 45829ce8f0ee47f378833ff0e08837ea5a3d06e8 (plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!doctype html>

<html lang="en">
    <head>
        <meta charset="utf-8">

        <title>Istic-Openstack</title>
        <meta name="description" content="Istic-Openstack project">
        <meta name="author" content="IOTeam">
        <link rel="stylesheet" href="./vendors/bootstrap/css/bootstrap.css">

      <!--[if lt IE 9]>
      <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
      <![endif]-->
    </head>

        <!-- MAIN GRID -->
        <div class="container-lg">
            
            <!-- FIRST ROW -->
            <div class="row">
                <div class="col-sm-2">
                    <!-- LOGO -->
                    <p>LOGOLOGOLOGOLOGOLOGO<br />LOGOLOGOLOGOLOGOLOGO<br/>LOGOLOGOLOGOLOGOLOGO<br />LOGOLOGOLOGOLOGOLOGO<br /></p>
                </div>
                 <div class="col-sm-10">
                    <!-- Header -->
                    <p>Header</p>
                </div>
            </div>
            
            <!-- SECOND ROW -->
            <div class="row">
                
                
                <!-- NAV -->
                <div class="col-sm-2">
                    <ul class="nav nav-pills nav-stacked">
                        <li role="presentation" class="active"><a href="#">Entry 1</a></li>
                        <li role="presentation"><a href="#">Entry 2</a></li>
                        <li role="presentation"><a href="#">Entry 3</a></li>
                     </ul>
                </div>
                
                
                <!-- CONTENT -->
                <div class="col-sm-10">
                    <!-- INTERNAL GRID -->
                    <div class="container">
                        <div class="row">
                            <div class="col-sm-2" >
                                <p style="text-align:center;"> MAIN CONTENT !</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>

    
    
    
    <body>
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
        <script src="./vendors/bootstrap/js/bootstrap.min.js"></script>
    </body>
</html>