Skip to content

Commit

Permalink
Merge pull request #30 from CDC-IITDH/parikshit
Browse files Browse the repository at this point in the history
update brochure link
  • Loading branch information
JayaSurya-27 authored Jul 24, 2024
2 parents afab3a3 + 4ba6bf8 commit d3b7c23
Show file tree
Hide file tree
Showing 8 changed files with 341 additions and 331 deletions.
13 changes: 10 additions & 3 deletions src/component/DirectorsMessage/Main.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import React from "react";
import Bredcom from "../Bredcom/Main";

import CssData from "../../CustomCSS/TestimonialthreeCSS.json";

import directorImg from "./../../assets/img/director/Director.jpeg";
import deanApImg from "./../../assets/img/director/dean_ap.jpg";
// import deanRndImg from "./../../assets/img/director/dean_rnd.jpeg";
import FICImg from "./../../assets/img/director/Satya_Priya_Image.jpeg";
import FICImg2 from "./../../assets/img/team/ankit_v_k.JPG";

const Testimonialnew = () => {
const testimonials = [
Expand Down Expand Up @@ -37,6 +35,15 @@ const Testimonialnew = () => {
authorRole: "Dept. of Mechanical, Materials and Aerospace Engineering",
imgSrc: FICImg,
},
{
id: 4,
title: "Faculty In Charge's Message",
quote:
"Dear Esteemed Guests, it brings me immense pleasure to extend a heartfelt invitation on behalf of the entire IIT Dharwad community. We eagerly anticipate your involvement in hiring interns from pre-final year students. We believe your visit will mark the beginning of a promising and enduring relationship between our esteemed Institute and your organization.",
authorName: "Prof. Aniket Kataware",
authorRole: "Dept. of Civil & Infrastructure Engineering",
imgSrc: FICImg2,
},
];

return (
Expand Down
7 changes: 1 addition & 6 deletions src/component/Pages/menteacher/First.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@ function First() {
mail: "[email protected]",
phone: "",
},
{
name: "Pulkit Kathuria",
mail: "[email protected]",
phone: "",
},
{
name: "Eluri Harshita",
mail: "[email protected]",
Expand Down Expand Up @@ -435,7 +430,7 @@ function First() {
}}
>
<div className="card col-md-6">
<div className="card-body" style={{ height: "80vh" }}>
<div className="card-body" style={{ height: "76vh" }}>
<h3 className="text-center">Senior Coordinators</h3>
<div className="row">
{seniorCoordinators.map((member, index) => (
Expand Down
4 changes: 2 additions & 2 deletions src/component/headerone/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function Main() {
</li>
<li>
<Link
to="https://drive.google.com/file/d/1N3gjPwgOSC2XvUOwhdcfDpJ74VrTUHUt/view"
to="https://drive.google.com/file/d/12pAxMUUjzrhTeVq0xXWOv84mGW_dbEvO/view"
target="_blank"
>
Brochure
Expand Down Expand Up @@ -298,7 +298,7 @@ function Main() {
</li>
<li onClick={() => setmobile(!mobile)}>
<Link
to="https://drive.google.com/file/d/1N3gjPwgOSC2XvUOwhdcfDpJ74VrTUHUt/view"
to="https://drive.google.com/file/d/12pAxMUUjzrhTeVq0xXWOv84mGW_dbEvO/view"
target="_blank"
>
Brochure
Expand Down
1 change: 1 addition & 0 deletions src/component/home/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import Blog from "../menhome/Blog";
import Subscribe from "../menhome/Subscribe";
import Testimonialthree from "../menhomethree/Testimonialthree";

// Currently, I have comment out twitter timeline as Sameer Sir said -- Parikshit
function Main() {
return (
<>
Expand Down
3 changes: 2 additions & 1 deletion src/component/menhome/Blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ function Blog() {
</div>
</div> */}
</div>
<TwitterTimeline />

{/* <TwitterTimeline /> */}
</div>
</section>
</>
Expand Down
2 changes: 1 addition & 1 deletion src/component/menhome/Sliderone.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ function Sliderone() {
</div> */}
<div className="text">
<h5>
<Link to="https://drive.google.com/file/d/1N3gjPwgOSC2XvUOwhdcfDpJ74VrTUHUt/view">
<Link to="https://drive.google.com/file/d/12pAxMUUjzrhTeVq0xXWOv84mGW_dbEvO/view">
Read our brochure
</Link>
</h5>
Expand Down
11 changes: 10 additions & 1 deletion src/component/menhomethree/Testimonialthree.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import CssData from "./../../CustomCSS/TestimonialthreeCSS.json";

import directorImg from "./../../assets/img/director/Director.jpeg";
import deanApImg from "./../../assets/img/director/dean_ap.jpg";
import deanRndImg from "./../../assets/img/director/dean_rnd.jpeg";
import FICImg from "./../../assets/img/director/Satya_Priya_Image.jpeg";
import FICImg2 from "./../../assets/img/team/ankit_v_k.JPG";

function SampleNextArrow(props) {
const { className, style, onClick } = props;
Expand Down Expand Up @@ -65,6 +65,15 @@ function Testimonialthree() {
authorRole: "Dept. of Mechanical, Materials and Aerospace Engineering",
imgSrc: FICImg,
},
{
id: 4,
title: "Faculty In Charge's Message",
quote:
"Dear Esteemed Guests, it brings me immense pleasure to extend a heartfelt invitation on behalf of the entire IIT Dharwad community. We eagerly anticipate your involvement in hiring interns from pre-final year students. We believe your visit will mark the beginning of a promising and enduring relationship between our esteemed Institute and your organization.",
authorName: "Prof. Aniket Kataware",
authorRole: "Dept. of Civil & Infrastructure Engineering",
imgSrc: FICImg2,
},
];

const settings = {
Expand Down
Loading

0 comments on commit d3b7c23

Please sign in to comment.