Skip to content

Commit

Permalink
Merge pull request #532 from Bhoomysingh10/master
Browse files Browse the repository at this point in the history
Updated the logo
  • Loading branch information
Vin205 authored Oct 28, 2024
2 parents ae59178 + cfed06e commit c549078
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
3 changes: 3 additions & 0 deletions frontend/public/images/logon.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: 3 additions & 1 deletion frontend/src/components/Navbar/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
}

.logo {
height: 30px;
height: 90px;
margin-top: -10px;

}

.nav-list {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Navbar/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function Navbar() {
<div className="container">
<span>
<img
src="/images/e1.png"
src="/images/logon.png"
alt="Logo"
className="logo"
onClick={handleLogoClick}
Expand Down
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "enyanjyoti",
"version": "1.0.0",
"description": "<div align=\"center\">\r <h1 align=\"center\" style=\"display: block; font-size: 3em; font-weight: bold; margin-block-end: 1em;\"><strong>🎉 Welcome to the E-nyanjyoti Platform! 🌟</strong></h1>\r <P align=\"center\"> This repository is part of <b>GirlScript Summer of Code 2024 Extended Edition & hacktoberfest 2024!</b> 🚀</p>\r <p>\r <img src=\"https://img.shields.io/github/stars/Vin205/Enyanjyoti?style=social\"/>\r <img src=\"https://img.shields.io/github/forks/Vin205/Enyanjyoti?style=social\"/>\r <img src=\"https://img.shields.io/github/watchers/Vin205/Enyanjyoti?style=social\"/>\r <p>\r <a href=\"https://github.com/Vin205/Enyanjyoti/issues\"><img src=\"https://custom-icon-badges.demolab.com/github/issues/Vin205/Enyanjyoti?label=Issues&labelColor=302d41&color=FF6347&logoColor=FF6347&logo=issue&style=for-the-badge\" alt=\"GitHub Readme Profile Issues\"/></a>\r <a href=\"https://github.com/Vin205/Enyanjyoti/pull\"><img src=\"https://custom-icon-badges.demolab.com/github/issues-pr/Vin205/Enyanjyoti?&label=Pull%20requests&labelColor=302d41&color=98FF98&logoColor=98FF98&logo=git-pull-request&style=for-the-badge\" alt=\"GitHub Readme Profile PRs\"/></a>\r <a href=\"https://github.com/Vin205/Enyanjyoti/graphs/contributors\"><img src=\"https://custom-icon-badges.demolab.com/github/contributors/Vin205/Enyanjyoti?label=Contributors&labelColor=302d41&color=c9cbff&logoColor=d9e0ee&logo=people&style=for-the-badge\"/></a>\r <p>\r <img src=\"http://forthebadge.com/images/badges/license-mit.svg\"/>\r <!-- <img src=\"https://raw.githubusercontent.com/devSouvik/devSouvik/master/gif3.gif\" alt=Aryanshukla/> -->\r <p>\r <p>\r <a href=\"https://github.com/Symbiote07\">\r <img src=\"https://raw.githubusercontent.com/devSouvik/devSouvik/master/gif3.gif\" alt=Aryanshukla/>",
"main": "eslint.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"swiper": "^11.1.14"
}
}

0 comments on commit c549078

Please sign in to comment.