I've made it before 1st April!

This commit is contained in:
thematdev 2022-03-31 13:58:56 +03:00
parent 773300d3b4
commit c5a4f97c95
Signed by: thematdev
GPG Key ID: D12878639B090D90
3 changed files with 1 additions and 25 deletions

View File

@ -3,7 +3,6 @@ from flask import Flask, url_for, render_template
import os
import json
import numpy.random as gaussian_rnd
from app.snowfall import generate_snowfall
load_dotenv()
@ -68,5 +67,4 @@ def index():
data = json.loads(file.read())
cols = data['cols']
projects = data['projects']
snowflake_image_url = dated_url_for('static', filename='images/snowflake.png')
return render_template('index.html', random_number=generate_iq(), projects=projects, snowfall=generate_snowfall(snowflake_image_url))
return render_template('index.html', random_number=generate_iq(), projects=projects)

View File

@ -1,16 +0,0 @@
'''
Source files of snowfall, including CSS you can find at https://github.com/Artimon/pure-css-snowfall
'''
SNOWFLAKE_CHARACTERS = ['\U0001f49d', '\U0001f31f', '\U0001f381']
SNOWFLAKE_IMAGE_COUNT = 45
def generate_snowfall(snowflake_image_url):
snowfall = []
for char in SNOWFLAKE_CHARACTERS:
snowfall.append(f'<span>{char}</span>')
snowfall += [f'<img src="{snowflake_image_url}">'] * SNOWFLAKE_IMAGE_COUNT
return snowfall

View File

@ -8,14 +8,8 @@
<title>thematdev</title>
</head>
<body>
<snowfall>
{% for snowflake in snowfall %}
<snowflake>{{snowflake|safe}}</snowflake>
{% endfor %}
</snowfall>
<div class="pagehead">
<div class="pagehead-inner">
<h1 class="mainh">С Новым Годом!</h1>
<h1 class="mainh">thematdev</h1>
<div class="btn-container">
<a class="btn" href="https://git.thematdev.org/explore/repos">