Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimise les images pour améliorer les performances au chargement #45

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

Expand All @@ -28,6 +27,7 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST
*DS_STORE

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down Expand Up @@ -139,6 +139,9 @@ venv.bak/
# VS Code
.vscode

# JetBrains
.idea/*

# Rope project settings
.ropeproject

Expand All @@ -160,4 +163,4 @@ dmypy.json
cython_debug/

# Precommit hooks: ruff cache
.ruff_cache
.ruff_cache
6 changes: 3 additions & 3 deletions app/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}

.world_map {
background-image: url("../../images/world_map.png");
background-image: url("../../images/world_map.jpg");
-webkit-text-fill-color:#FFFFFF;
padding-left:10%;
padding-top:5%;
Expand Down Expand Up @@ -226,7 +226,7 @@
padding-top:0%;
padding-right:10%;
padding-bottom:5%;

}

.buttonsection {
Expand Down Expand Up @@ -259,4 +259,4 @@
padding-right: 30px;
padding-bottom: 50px;
padding-left: 80px;
}
}
Binary file modified app/images/Arrow 1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/images/Arrow_ 1 .png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions app/images/Vector.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/images/bahamas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 1 addition & 9 deletions app/images/data4good-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 1 addition & 9 deletions app/images/eutax-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 1 addition & 9 deletions app/images/linkedin-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/images/pexels-ingo-joseph-1880351.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/images/pexels-ingo-joseph-1880351.png
Binary file not shown.
Binary file modified app/images/tag_cloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading