update of html output

This commit is contained in:
Trilarion
2021-10-02 15:48:02 +02:00
parent ac85e5fa99
commit 2bc268c896
115 changed files with 3608 additions and 1846 deletions

View File

@ -9,6 +9,7 @@
<title>{{ base['title'] }}</title>
<link rel="stylesheet" href="{{ base['url_to'](['css', 'bulma.min.css']) }}">
<link rel="stylesheet" href="{{ base['url_to'](['css', 'osgl.min.css']) }}">
<link rel="icon" type="image/svg+xml" href="{{ base['url_to'](['favicon.svg']) }}">
</head>
<body>
{#- navigation bar -#}

15
code/html/favicon.svg Normal file
View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
<svg version="1.2" baseProfile="tiny" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" width="78.292px" height="69.338px" viewBox="0 0 78.292 69.338" xml:space="preserve">
<path fill="#04BBDF" d="M32.18,2.528c10.659,0,20.102,5.185,25.959,13.167L32.18,34.708l23.913,21.531
c-5.889,6.537-14.42,10.65-23.913,10.65C14.407,66.889,0,52.481,0,34.708C0,16.936,14.407,2.528,32.18,2.528z"/>
<circle fill="#FFFFFF" cx="35.087" cy="15.997" r="7.086"/>
<g>
<circle fill="#45220F" cx="72.623" cy="63.668" r="5.669"/>
<circle fill="#45220F" cx="72.623" cy="44.336" r="5.669"/>
<circle fill="#45220F" cx="72.623" cy="25.003" r="5.669"/>
<circle fill="#45220F" cx="72.623" cy="5.669" r="5.669"/>
</g>
<circle fill="#04BBDF" cx="35.087" cy="15.997" r="4.252"/>
</svg>

After

Width:  |  Height:  |  Size: 953 B

View File

@ -747,9 +747,9 @@ def generate(entries, inspirations, developers):
# copy css
utils.copy_tree(os.path.join(c.web_template_path, 'css'), c.web_css_path)
# collage_image and google search console token
shutil.copyfile(os.path.join(c.web_template_path, 'collage_games.jpg'), os.path.join(c.web_path, 'collage_games.jpg'))
shutil.copyfile(os.path.join(c.web_template_path, 'google1f8a3863114cbcb3.html'), os.path.join(c.web_path, 'google1f8a3863114cbcb3.html'))
# collage_image and google search console token and favicon.svg
for file in ('collage_games.jpg', 'google1f8a3863114cbcb3.html', 'favicon.svg'):
shutil.copyfile(os.path.join(c.web_template_path, file), os.path.join(c.web_path, file))
# create Jinja Environment