Browse Source

add png

master
wes 7 years ago
parent
commit
c312b06760
  1. 2
      fabfile.py
  2. BIN
      goal.png
  3. 2
      src/templates/search.html

2
fabfile.py

@ -50,6 +50,7 @@ def serveUp():
sudo("cp -r /home/wes/tbookbuild/scripts/*js /srv/http/goal/scripts/")
sudo("cp -r /home/wes/tbookbuild/styles/*css /srv/http/goal/styles/")
sudo("cp /home/wes/tbookbuild/search.service /etc/systemd/system/search.service")
sudo("cp /home/wes/tbookbuild/goal.png /srv/http/goal/goal.png")
sudo("systemctl daemon-reload")
sudo("systemctl enable search.service")
sudo("systemctl restart search.service")
@ -62,6 +63,7 @@ def serveUpLocal():
local("sudo cp -r /home/wes/TextbookEngine/build/ /srv/http/build")
local("sudo cp -r /home/wes/TextbookEngine/build/scripts/*js /srv/http/goal/scripts/")
local("sudo cp -r /home/wes/TextbookEngine/build/styles/*css /srv/http/goal/styles/")
local("sudo cp /home/wes/TextbookEngine/goal.png /srv/http/goal/goal.png")
local("sudo cp /home/wes/TextbookEngine/build/search.service /etc/systemd/system/search.service")
local("sudo systemctl daemon-reload")
local("sudo systemctl enable search.service")

BIN
goal.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

2
src/templates/search.html

@ -8,7 +8,7 @@
<div class="column">
<h1 class="title inline-block">TextBook Commons</h1>
<figure class="inline-block logo avatar avatar-xl">
<img src="https://mgoal.ca/goal.png" />
<img src="/goal.png" />
</figure>
</div>
</div>

Loading…
Cancel
Save