Moved around images
This commit is contained in:
parent
0788f7c3a9
commit
04a666c39a
4 changed files with 2 additions and 2 deletions
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
BIN
static/src/img/projects/kermit-typing.gif
Normal file
BIN
static/src/img/projects/kermit-typing.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 MiB |
|
@ -66,7 +66,7 @@
|
|||
background-image: url(http://cdn.ttgtmedia.com/rms/computerweekly/39826_college-of-richard-collyer.gif);
|
||||
}
|
||||
.personal {
|
||||
background-image: url(http://www.inzeed.com/kaleidoscope/wp-content/uploads/2014/11/stock-footage-computer-code-background1.jpg);
|
||||
background-image: url(../img/projects/kermit-typing.gif);
|
||||
}
|
||||
.work {
|
||||
background-image: url(http://www.recommendedagencies.com/images/logos/dabapps-logo-1432733278.jpg);
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
<h3 class="panel-title">Re-enabling in Internet Explorer</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<img src="{% static 'img/IE-scare.png' %}" id="ie-scare"/>
|
||||
<img src="{% static 'img/projects/IE-scare.png' %}" id="ie-scare"/>
|
||||
<ol>
|
||||
<li>Select the gear icon in the top right hand corner <i class="icon ion-ios-gear"></i>, and click 'Internet Options'.</li>
|
||||
<li>Select Security > Internet > Custom Level.</li>
|
||||
|
|
Reference in a new issue