diff options
| author | Loic GUEGAN <loic@Manzerbredes> | 2016-01-23 14:49:40 +0100 |
|---|---|---|
| committer | Loic GUEGAN <loic@Manzerbredes> | 2016-01-23 14:49:40 +0100 |
| commit | 4fb9cfe17b87a37b9ca4eba7731d6e095fd36b7c (patch) | |
| tree | 43b1ea8c8ebf7911180cdc2ba4af4d4fbe8b3f67 /client | |
| parent | 4ee3782deb74a606a03c09d192ecaece07fb28b0 (diff) | |
Change logo
Diffstat (limited to 'client')
| -rw-r--r-- | client/images/logo.gif | bin | 0 -> 9683 bytes | |||
| -rw-r--r-- | client/index.php | 5 | ||||
| -rw-r--r-- | client/partials/nav.html | 15 |
3 files changed, 11 insertions, 9 deletions
diff --git a/client/images/logo.gif b/client/images/logo.gif Binary files differnew file mode 100644 index 0000000..4b2fbad --- /dev/null +++ b/client/images/logo.gif diff --git a/client/index.php b/client/index.php index a789b56..668711e 100644 --- a/client/index.php +++ b/client/index.php @@ -23,7 +23,10 @@ <div class="row"> <div class="col-sm-2"> <!-- LOGO --> - <p>LOGOLOGOLOGOLOGOLOGO<br />LOGOLOGOLOGOLOGOLOGO<br/>LOGOLOGOLOGOLOGOLOGO<br />LOGOLOGOLOGOLOGOLOGO<br /></p> + <a href="#" class="thumbnail"> + <img class="media-object" src='./images/logo.gif' /> + + </a> </div> diff --git a/client/partials/nav.html b/client/partials/nav.html index 286fbab..8211f2d 100644 --- a/client/partials/nav.html +++ b/client/partials/nav.html @@ -1,9 +1,8 @@ <div class="list-group"> - <a href="#" class="list-group-item active"> - Cras justo odio - </a> - <a href="#" class="list-group-item">Dapibus ac facilisis in</a> - <a href="#" class="list-group-item">Morbi leo risus</a> - <a href="#" class="list-group-item">Porta ac consectetur ac</a> - <a href="#" class="list-group-item">Vestibulum at eros</a> - </div>
\ No newline at end of file + <button type="button" class="list-group-item">Entry 1</button> + <button type="button" class="list-group-item">Entry 2</button> + <button type="button" class="list-group-item">Entry 3</button> + <button type="button" class="list-group-item">Entry 4</button> + <button type="button" class="list-group-item">Entry 5</button> + +</div>
\ No newline at end of file |
