diff options
| -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 |
