Skip to content

Commit ec99122

Browse files
committed
Banner and Icon redesign by NicolaDipa
1 parent 84ef20a commit ec99122

14 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

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

44
[![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)
55
[![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)

img/.DS_Store

0 Bytes
Binary file not shown.
-143 KB
Binary file not shown.

img/FreeGPT4_Banner(Nicoladipa).png

289 KB
Loading

img/login.png

-281 KB
Loading

img/settings.png

-392 KB
Loading

src/.DS_Store

0 Bytes
Binary file not shown.

src/static/.DS_Store

0 Bytes
Binary file not shown.

src/static/img/.DS_Store

6 KB
Binary file not shown.
75.6 KB
Loading
-59.9 KB
Binary file not shown.

src/templates/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1010
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
1111
<link href="{{ url_for('static', filename='css/style.css') }}" rel="stylesheet" type="text/css">
12-
<link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon(vectorsmarket15).png') }}" type="image/x-icon">
12+
<link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon(Nicoladipa).png) }}" type="image/x-icon">
1313
<title>Login</title>
1414
</head>
1515
<body>

src/templates/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1010
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
1111
<link href="{{ url_for('static', filename='css/style.css') }}" rel="stylesheet" type="text/css">
12-
<link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon(vectorsmarket15).png') }}" type="image/x-icon">
12+
<link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon(Nicoladipa).png') }}" type="image/x-icon">
1313
<title>Settings</title>
1414
</head>
1515
<body>

tests/.DS_Store

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)