Skip to content

Commit

Permalink
Merge pull request #865 from AI4Bharat/devchange-01
Browse files Browse the repository at this point in the history
add relevant images
  • Loading branch information
aparna-aa authored Dec 30, 2024
2 parents 752af17 + 4c981ad commit 2fc8144
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 1 deletion.
Binary file added src/assets/profileImages/Chitralekha_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 src/assets/profileImages/EkStep.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 src/assets/profileImages/Nptel.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 src/assets/profileImages/Slide.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 src/assets/profileImages/TicTac.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 src/assets/profileImages/X.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 src/assets/profileImages/chiralekha-bg.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 src/assets/profileImages/gitHub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/assets/profileImages/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import Chitralekhaimg from "./chiralekha-bg.png";
import Chitralekhalogo from "./Chitralekha_Logo.png";
import YouTube from "./youtube.png";
import Twitter from "./X.png";
import Github from "./gitHub.png";

export { Chitralekhaimg, Chitralekhalogo, YouTube, Twitter, Github };
Binary file added src/assets/profileImages/youtube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/common/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Footer = () => {
<a target="_blank" href="https://github.com/AI4Bharat/Chitralekha">
<img src={Github} alt="logo" className={classes.footerimg} />{" "}
</a>
<a target="_blank" href=" https://twitter.com/ai4bharat">
<a target="_blank" href="https://x.com/ai4bharat">
<img src={Twitter} alt="logo" className={classes.footerimg} />
</a>
<a
Expand Down

0 comments on commit 2fc8144

Please sign in to comment.