Skip to content

Commit

Permalink
Merge pull request #29 from CDC-IITDH/parikshit
Browse files Browse the repository at this point in the history
update landing page
  • Loading branch information
JayaSurya-27 authored Jul 18, 2024
2 parents d4c9ec9 + 5e9f33e commit 087aa0d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/component/Pages/menteacher/First.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ function First() {
"Jaya Surya",
"Nitin Vangipuram",
"R Eshwar",
"R Amogh",
"Akella Vyaghra Satya Sreenivasu",
"Parikshit Gehlaut",
],
Expand Down
7 changes: 7 additions & 0 deletions src/component/menhome/About.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
import React from "react";
import { Link } from "react-router-dom";
import image1 from "../../assets/img/features/About-Home.jpg";
import TPO_ad from "../../assets/img/TPO/Advertisement_TPO_page-0001.jpg";

function About() {
return (
<>
<section>
<div className="container mt-40 mb-40 ">
<img src={TPO_ad} alt="" />
</div>
</section>
<section
className="about-area about-p pt-120 pb-120 p-relative fix"
style={{ background: "#eff7ff" }}
Expand Down
5 changes: 1 addition & 4 deletions src/component/menhome/Blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import { Link } from "react-router-dom";
import blogs from "../../data/blogs.json";
import TwitterTimeline from "../TwitterTimeline/Main";
import TPO_ad from "../../assets/img/TPO/Advertisement_TPO_page-0001.jpg";

function Blog() {
const images = require.context("./../../assets/img/blogs/", true);
const sortedBlogs = blogs
Expand Down Expand Up @@ -174,9 +174,6 @@ function Blog() {
</div> */}
</div>
<TwitterTimeline />
<div className="container mt-40">
<img src={TPO_ad} alt="" />
</div>
</div>
</section>
</>
Expand Down

0 comments on commit 087aa0d

Please sign in to comment.