Change logo
This commit is contained in:
parent
4ee3782deb
commit
4fb9cfe17b
3 changed files with 11 additions and 9 deletions
BIN
client/images/logo.gif
Normal file
BIN
client/images/logo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
@ -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>
|
||||
<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>
|
Loading…
Add table
Reference in a new issue