Skip to content

Commit

Permalink
Merge pull request #5 from AFPy/update-main-page
Browse files Browse the repository at this point in the history
Update design
  • Loading branch information
grewn0uille authored Mar 25, 2024
2 parents f730810 + 63d8bb9 commit d475419
Show file tree
Hide file tree
Showing 21 changed files with 883 additions and 418 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.venv:
python3 -m venv .venv
.venv/bin/pip install frozen-flask 'flask<3' 'werkzeug<2.2.2' libsass markdown2 beautifulsoup4 icalendar python-slugify
.venv/bin/pip install setuptools frozen-flask flask libsass markdown2 beautifulsoup4 icalendar python-slugify

install: .venv

static: .venv
FLASK_APP=pyconfr.py .venv/bin/flask freeze
.venv/bin/flask --app=pyconfr freeze

serve: .venv
@echo -e "\nHome page available at \033[0;32mhttp://localhost:5000/\033[0m\n"
FLASK_APP=pyconfr.py FLASK_DEBUG=1 .venv/bin/flask run
.venv/bin/flask --app=pyconfr run --debug

serve-static: .venv
@echo -e "\nHome page available at \033[0;33mhttp://localhost:8000/index.html\033[0m\n"
Expand Down
Binary file removed static/images/banniere.png
Binary file not shown.
83 changes: 83 additions & 0 deletions static/images/logo-simple-couleurs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
83 changes: 83 additions & 0 deletions static/images/logo-simple-semi-couleurs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file modified static/images/strasbourg-small.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d475419

Please sign in to comment.