Skip to content

Commit 1f4ad36

Browse files
authored
Merge pull request #183 from sakina1303/logofix
Refactor Webpage Logo: Implement Transparent Version for Seamless Design Consistency
2 parents f9b0933 + ad67f49 commit 1f4ad36

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ backend/credentials.json
2626
backend/token.json
2727
backend/service_account_key.json
2828
venv
29-
backend/Eduaid
29+
backend/Eduaid
30+
.DS_Store
135 KB
Loading

eduaid_web/src/pages/Home.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const Home = () => {
5252
<div className="popup w-screen h-screen bg-[#02000F] flex justify-center items-center">
5353
<div className="w-full h-full bg-cust bg-opacity-50 bg-custom-gradient">
5454
<div>
55-
<img src={logo} alt="logo" className="w-24 my-6 mx-6 block" />
55+
<img src="aossie_transparent.png" alt="logo" className="w-24 my-6 mx-6 block" />
5656
<div className="text-7xl text-center font-extrabold">
5757
<span className="bg-gradient-to-r from-[#FF005C] to-[#7600F2] text-transparent bg-clip-text">
5858
Edu

eduaid_web/src/pages/Previous.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const Previous = () => {
3131
<div className="w-full h-full bg-cust bg-opacity-50 bg-custom-gradient">
3232
<a href="/">
3333
<div className="flex items-end gap-[2px]">
34-
<img src={logo} alt="logo" className="w-16 my-4 ml-4 block" />
34+
<img src="Aossie_transparent.png" alt="logo" className="w-16 my-4 ml-4 block" />
3535
<div className="text-2xl mb-3 font-extrabold">
3636
<span className="bg-gradient-to-r from-[#FF005C] to-[#7600F2] text-transparent bg-clip-text">
3737
Edu

eduaid_web/src/pages/Question_Type.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const Question_Type = () => {
2020
<div className="w-full h-full bg-cust bg-opacity-50 bg-custom-gradient p-6">
2121
<a href="/">
2222
<div className="flex items-end gap-4">
23-
<img src={logo} alt="logo" className="w-24 my-6 block" />
23+
<img src="aossie_transparent.png" alt="logo" className="w-24 my-6 block" />
2424
<div className="text-5xl mb-5 font-extrabold">
2525
<span className="bg-gradient-to-r from-[#FF005C] to-[#7600F2] text-transparent bg-clip-text">
2626
Edu

0 commit comments

Comments
 (0)