Update images from Wapi
|
@ -1,5 +1,5 @@
|
|||
body {
|
||||
background: url("/static/img/bg.png") no-repeat center center fixed;
|
||||
background: url("/static/img/bg.jpg") no-repeat center center fixed;
|
||||
background-color: white;
|
||||
background-size: cover;
|
||||
color: #393939;
|
||||
|
|
BIN
static/img/bg.jpg
Normal file
After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 845 KiB |
Before Width: | Height: | Size: 283 B After Width: | Height: | Size: 245 B |
BIN
static/img/header.jpg
Normal file
After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 214 KiB |
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 41 KiB |
|
@ -19,7 +19,7 @@
|
|||
<div id="global">
|
||||
|
||||
<header>
|
||||
<a href="/"><img src="{% static 'img/header.png' %}" alt="khe" /></a>
|
||||
<a href="/"><img src="{% static 'img/header.jpg' %}" alt="khe" /></a>
|
||||
</header>
|
||||
|
||||
<nav>
|
||||
|
|