Skip to content

Commit

Permalink
Banner and Icon redesign by NicolaDipa
Browse files Browse the repository at this point in the history
  • Loading branch information
aledipa committed Oct 6, 2024
1 parent 84ef20a commit ec99122
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<img src="./img/Free-GPT4-LOGO_(icon_by_vectorsmarket15).png" width="500" height="200" />
<img src="./img/FreeGPT4_Banner(Nicoladipa).png" width="500" height="200" />

[![Docker Image CI](https://github.com/aledipa/Free-GPT4-WEB-API/actions/workflows/docker-image.yml/badge.svg)](https://github.com/aledipa/Free-GPT4-WEB-API/actions/workflows/docker-image.yml)
[![GPT4-API-PyApp](https://github.com/aledipa/Free-GPT4-WEB-API/actions/workflows/python-app.yml/badge.svg)](https://github.com/aledipa/Free-GPT4-WEB-API/actions/workflows/python-app.yml)
Expand Down
Binary file modified img/.DS_Store
Binary file not shown.
Binary file removed img/Free-GPT4-LOGO_(icon_by_vectorsmarket15).png
Binary file not shown.
Binary file added img/FreeGPT4_Banner(Nicoladipa).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 img/login.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 img/settings.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 src/.DS_Store
Binary file not shown.
Binary file modified src/static/.DS_Store
Binary file not shown.
Binary file added src/static/img/.DS_Store
Binary file not shown.
Binary file added src/static/img/favicon(Nicoladipa).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 removed src/static/img/favicon(vectorsmarket15).png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link href="{{ url_for('static', filename='css/style.css') }}" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon(vectorsmarket15).png') }}" type="image/x-icon">
<link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon(Nicoladipa).png) }}" type="image/x-icon">
<title>Login</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link href="{{ url_for('static', filename='css/style.css') }}" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon(vectorsmarket15).png') }}" type="image/x-icon">
<link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon(Nicoladipa).png') }}" type="image/x-icon">
<title>Settings</title>
</head>
<body>
Expand Down
Binary file modified tests/.DS_Store
Binary file not shown.

0 comments on commit ec99122

Please sign in to comment.