Migrate binary files to git lfs
5
.gitattributes
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.woff filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 299 KiB After Width: | Height: | Size: 131 B |
Before Width: | Height: | Size: 387 KiB After Width: | Height: | Size: 131 B |
Before Width: | Height: | Size: 353 KiB After Width: | Height: | Size: 131 B |
Before Width: | Height: | Size: 295 KiB After Width: | Height: | Size: 131 B |
Before Width: | Height: | Size: 357 KiB After Width: | Height: | Size: 131 B |
Before Width: | Height: | Size: 256 KiB After Width: | Height: | Size: 131 B |
Before Width: | Height: | Size: 362 KiB After Width: | Height: | Size: 131 B |
Before Width: | Height: | Size: 305 KiB After Width: | Height: | Size: 131 B |
Before Width: | Height: | Size: 188 KiB After Width: | Height: | Size: 131 B |
Before Width: | Height: | Size: 295 KiB After Width: | Height: | Size: 131 B |
10
templates/components/questboard.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<div class="box">
|
||||
<div class="upper-box">
|
||||
Tabellone delle quest
|
||||
</div>
|
||||
<div class="lower-box">
|
||||
<div class="quest">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -28,6 +28,7 @@
|
|||
{% include "components/whatarewe.html" %}
|
||||
{% endif %}
|
||||
{% if g.logged_in %}
|
||||
{% include "components/questboard.html" %}
|
||||
{% include "components/links.html" %}
|
||||
{% endif %}
|
||||
{% include "components/gamestatsbox.html" %}
|
||||
|
|