Skip to content

Commit

Permalink
added some photos
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiwangPande committed Mar 6, 2024
1 parent 6edb20e commit f49e774
Show file tree
Hide file tree
Showing 5 changed files with 253 additions and 11 deletions.
6 changes: 4 additions & 2 deletions src/components/Collaberation.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ function Collaberation() {
<td>Shruti Vaibhav Wazalwar
</td>
<td>3 Years</td>
<td><img src="https://i.postimg.cc/bvkM6KWf/pdf.png" alt="" style={{ width: "35px", cursor: "pointer" }} /></td>
<td><img src="https://i.postimg.cc/bvkM6KWf/pdf.png" alt="" style={{ width: "35px", cursor: "pointer" }} />

</td>
</tr>
<tr>
<td>2</td>
Expand Down Expand Up @@ -71,7 +73,7 @@ function Collaberation() {
<hr />
<Row className='my-5 border border-3 border-dark'>
<Col sm={4} className='d-flex justify-content-center'>
<img src="https://i.postimg.cc/W3dTkPM0/MOU-2.png" className="mou my-3" style={{ maxHeight: "350px" }} alt="" />
<img src="https://i.postimg.cc/2jGq8FNf/Whats-App-Image-2024-03-05-at-23-01-35-1.webp" className="mou my-3" style={{ maxHeight: "350px" }} alt="" />
</Col>
<Col sm={8} className=' mou_line'>
<h5 className='m-3 p-4'> Mechanical Engineering Department signed
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default function Footer() {
[email protected]
</p>
<p>
<MDBIcon icon="phone" className="me-3" /> Tech Head: +918459795840
<MDBIcon icon="phone" className="me-3" /> Vice-President: +918459795840
</p>
<p>
<MDBIcon icon="print" className="me-3" /> Joint-Secretary: +918237050035
Expand Down
218 changes: 218 additions & 0 deletions src/components/MesaActivities2.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,218 @@
import React, { Component } from "react";
import Container from 'react-bootstrap/Container';
import Card from 'react-bootstrap/Card';
import Footer from './Footer';
import Button from 'react-bootstrap/Button';
import SlideShowGallery from './SlideShowGallery';
import Slider from "react-slick";
import NavBar from './Navbar';


export default class MesaActivities extends Component {
render() {
var settings = {
dots: true,
infinite: true,
speed: 500,
autoplay: true,
autoplaySpeed: 2000,
slidesToShow: 4,
slidesToScroll: 1,
initialSlide: 0,
responsive: [
{
breakpoint: 1024,
settings: {
slidesToShow: 3,
slidesToScroll: 3,
infinite: true,
dots: true
}
},
{
breakpoint: 600,
settings: {
slidesToShow: 2,
slidesToScroll: 2,
initialSlide: 2
}
},
{
breakpoint: 480,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}
]
}
return (
<div>
<NavBar />
<SlideShowGallery />
<Container>
<h1 style={{ textAlign: "center", marginTop: "50px", marginBottom: "50px" }}>Events & Industrial Visits</h1>
<div style={{ margin: "30px 0px" }}>
<Slider {...settings} variant="dark" className="d-flex align-items-center justify-content-center" >
<div className="d-flex align-items-center justify-content-center" >
<Card className="activity_card" style={{ backgroundColor: "rgb(57 62 70)" }}>
<Card.Img className="activity_image" variant="top" src="https://i.postimg.cc/rwpG7bK3/mesa-214.webp" />
<Card.Body style={{ height: "200px" }} classNamed='flex align-items-center justify-content-center'>
<Card.Title style={{ fontSize: "18.5px" }}>SPICE</Card.Title>
<Card.Text style={{ fontSize: "13px" }}>
Student Project Innovation Competition & Exhibition competition was organized by the MESA
committee of the government college of engineering Nagpur on the
occasion of engineers day on 20th of September 2022.
</Card.Text>
</Card.Body>
<a href="https://drive.google.com/file/d/1Bv-AZU4b1IrgjKhLvkMafIxBB-7huKAV/view?usp=sharing" target={"_blank"}>
<Button style={{ textAlign: "center" }} variant="outline-light" size="m-lg">View Report
</Button></a>
</Card>
</div>
{/* https://www.linkpicture.com/q/1_921.jpg */}
<div className="d-flex align-items-center justify-content-center">
<Card className="activity_card" style={{ backgroundColor: "rgb(57 62 70)" }}>
<Card.Img className="activity_image" variant="top" src="https://i.postimg.cc/8zJjQxrn/mesa-204.webp" />
<Card.Body style={{ height: "200px" }}>
<Card.Title style={{ fontSize: "18px" }}>TECHNICAL QUIZ</Card.Title>
<Card.Text style={{ fontSize: "15px" }}>
Mesa committee of government college of
engineering Nagpur, organized an inter branch
technical quiz competition on an occasion of
engineers day.
</Card.Text>
</Card.Body>
<a href="https://drive.google.com/file/d/1CM67RjfsrK3VtyAFZ84gd8t5ooNwNATd/view?usp=sharing" target={"_blank"}>
<Button style={{ textAlign: "center" }} variant="outline-light" size="m-lg">View Report
</Button></a>
</Card>
</div>
<div className="d-flex align-items-center justify-content-center">
<Card className="activity_card" style={{ backgroundColor: "rgb(57 62 70)" }}>
<Card.Img className="activity_image" variant="top" src="https://i.postimg.cc/264rm01N/mesa-164.webp" />
<Card.Body style={{ height: "200px" }}>
<Card.Title style={{ fontSize: "18px" }}>GOVERNMENT: ITI VISIT</Card.Title>
<Card.Text style={{ fontSize: "15px" }}>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sit aut illum eaque sequi placeat mollitia
</Card.Text>
</Card.Body>
<a href="https://drive.google.com/file/d/1LPY64ilWrxbO5HVSM-FADPLDEkuUwDlO/view?usp=sharing" target={"_blank"}>
<Button style={{ textAlign: "center" }} variant="outline-light" size="m-lg">View Report
</Button></a>
</Card>
</div>
<div className="d-flex align-items-center justify-content-center">
<Card className="activity_card" style={{ backgroundColor: "rgb(57 62 70)" }}>
<Card.Img className="activity_image" variant="top" src="https://i.postimg.cc/9F1F6Jkq/mesa-153.webp" />
<Card.Body style={{ height: "200px" }}>
<Card.Title style={{ fontSize: "17px" }}>INDUSTRIAL VISIT - THERMAL POWER PLANT</Card.Title>
<Card.Text style={{ fontSize: "14px" }}>
The M.E.S.A committee of the Government College
of Engineering, Nagpur organized an industrial visit
of both 2nd year and 3rd year to the thermal power
plant situated at Koradi.
</Card.Text>
</Card.Body>
<a href="https://drive.google.com/file/d/1DcvAlog8YhoH_QdJPk2y4P6ZQJxEyVna/view?usp=share_link" target={"_blank"}>
<Button style={{ textAlign: "center" }} variant="outline-light" size="m-lg">View Report
</Button></a>
</Card>
</div>
<div className="d-flex align-items-center justify-content-center">
<Card className="activity_card" style={{ backgroundColor: "rgb(57 62 70)" }} >
<Card.Img className="activity_image" variant="top" src="https://i.postimg.cc/W1LLfrNJ/mesa-61.webp" />
<Card.Body style={{ height: "200px" }}>
<Card.Title style={{ fontSize: "18px" }}>INDUTRIAL ROBOTICS & AUTOMATION</Card.Title>
<Card.Text style={{ fontSize: "15px" }}>
The Mechanical engineering student association, MESA organized a workshop
on Industrial Robotics and Automation and its Future opportunities.
</Card.Text>
</Card.Body>
<a href="https://drive.google.com/file/d/1DUrdOW0_k4P5ManE4llwR1r6JXpx0xnE/view?usp=sharing" target={"_blank"}>
<Button style={{ textAlign: "center" }} variant="outline-light" size="m-lg">View Report
</Button></a>
</Card>
</div>
<div className="d-flex align-items-center justify-content-center">
<Card className="activity_card" style={{ backgroundColor: "rgb(57 62 70)" }} >
<Card.Img className="activity_image" variant="top" src="https://i.postimg.cc/j5gCzvrf/mesa-79.webp" style={{ height: "196px" }} />
<Card.Body style={{ height: "200px" }}>
<Card.Title style={{ fontSize: "18px" }}>Bureau of Indian Standards.</Card.Title>
<Card.Text style={{ fontSize: "15px" }}>
The Mechanical engineering student association, MESA organized a guest lecture Bureau of Indian Standards.
</Card.Text>
</Card.Body>
<a href="https://drive.google.com/file/d/1DEiFyYEquNb4IQKk-cyBtevI2Pp8oPFV/view?usp=share_link" target={"_blank"}>
<Button style={{ textAlign: "center" }} variant="outline-light" size="m-lg">View Report
</Button></a>
</Card>
</div>
<div className="d-flex align-items-center justify-content-center">
<Card className="activity_card" style={{ backgroundColor: "rgb(57 62 70)" }} >
<Card.Img className="activity_image" variant="top" src="https://i.postimg.cc/7PBT731D/asdasdasdasdasdc-1.png" style={{ height: "196px" }} />
<Card.Body style={{ height: "200px" }}>
<Card.Title style={{ fontSize: "18px" }}>CATIA Workshop</Card.Title>
<Card.Text style={{ fontSize: "15px" }}>
A three day workshop on “CATIA Software” has been organised by the Mechanical
Engineering Student Association from 21st February to 23rd February 2023.
</Card.Text>
</Card.Body>
<a href="https://drive.google.com/file/d/1PyB-Awkphn2Y23Q8Z1W_eBuyiGbghKK3/view?usp=share_link" target={"_blank"}>
<Button style={{ textAlign: "center" }} variant="outline-light" size="m-lg">View Report
</Button></a>
</Card>
</div>
{/* <div className="d-flex align-items-center justify-content-center">
<Card style={{ minHeight: "440px", width: '500px', backgroundColor: 'rgb(57 62 70)', color: "#eeeeee", borderRadius: "20px", border: '1.3mm ridge rgb(34 40 49)' }} >
<Card.Img variant="top" src='https://www.linkpicture.com/q/Mr.Aayush-Ulhas-Deshmukh_3.png' style={{ height: "300px", borderRadius: "20px 20px 0 0" }} />
<Card.Body style={{ height: "200px" }}>
<Card.Title style={{ fontSize: "18px" }}>Mr.Ayush Ulhas Deshmukh</Card.Title>
<Card.Text style={{ fontSize: "15px" }}>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sit aut illum eaque sequi placeat mollitia
</Card.Text>
</Card.Body>
<Link to="/gallery#Thermal-PowerPlant" >
<Button style={{ textAlign: "center" }} variant="outline-light" size="m-lg">View Report
</Button></Link>
</Card>
</div>
<div className="d-flex align-items-center justify-content-center">
<Card style={{ minHeight: "440px", width: '500px', backgroundColor: 'rgb(57 62 70)', color: "#eeeeee", borderRadius: "20px", border: '1.3mm ridge rgb(34 40 49)' }} >
<Card.Img variant="top" src="https://www.linkpicture.com/q/3rd-year-9_2.jpg" style={{ height: "300px", borderRadius: "20px 20px 0 0" }} />
<Card.Body style={{ height: "200px" }}>
<Card.Title style={{ fontSize: "18px" }}>Mr.Ankit Jamaiwar</Card.Title>
<Card.Text style={{ fontSize: "15px" }}>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sit aut illum eaque sequi placeat mollitia
</Card.Text>
</Card.Body>
<Link to="/gallery#Thermal-PowerPlant">
<Button style={{ textAlign: "center" }} variant="outline-light" size="m-lg">View Report
</Button></Link>
</Card>
</div>
<div className="d-flex align-items-center justify-content-center">
<Card style={{ minHeight: "440px", width: '500px', backgroundColor: 'rgb(57 62 70)', color: "#eeeeee", borderRadius: "20px", border: '1.3mm ridge rgb(34 40 49)' }} >
<Card.Img variant="top" src='https://www.linkpicture.com/q/Ms.Akshita-Sukesh-Baghel_3.png' style={{ height: "300px", borderRadius: "20px 20px 0 0" }} />
<Card.Body style={{ height: "200px" }}>
<Card.Title style={{ fontSize: "18px" }}>Ms Akshita Sukesh Baghel</Card.Title>
<Card.Text style={{ fontSize: "15px" }}>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sit aut illum eaque sequi placeat mollitia
</Card.Text>
</Card.Body>
<Link to="/gallery#Thermal-PowerPlant">
<Button style={{ textAlign: "center" }} variant="outline-light" size="m-lg">View Report
</Button></Link>
</Card>
</div> */}
</Slider>
</div>
{/* <div className="form">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfQzT4egtT6ZTpOK7yA08kXI11MyPBF1qctshrA0xoUWtJw4w/viewform?embedded=true" width="640" height="1725px" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div> */}
</Container>
<Footer />
</div>
);
}
}
9 changes: 5 additions & 4 deletions src/components/NavTabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,18 @@ export default function Navtabs() {
<tr >
<marquee behavior="smooth" direction="left" >
<td style={{ cursor: "pointer" }}>
<a href="/Team" style={{ color: "blue", marginLeft: "10px" }}> <u>
CHECK NEW COMMITTEE
</u></a>
<a href="http://ndl.iitkgp.ac.in" style={{ color: "blue", marginLeft: "10px" }}> <u>

Discover IIT Kharagpur's National Digital Library with 4.6 crore books for students.
</u></a>
</td>
</marquee>
{/* </tr>
<tr > */}
<marquee behavior="smooth" direction="left" >
<td style={{ cursor: "pointer" }}>
{/* <br /> */}
<a href="" style={{ color: "blue", marginLeft: "20px" }}><u>Drishti comming soon</u></a>
<a href="https://forms.gle/UsDK7i3bzsSU845dA" style={{ color: "blue", marginLeft: "20px" }}><u>Register for Display Board Competition</u></a>
</td></marquee>
{/* </tr>
<tr > */}
Expand Down
29 changes: 25 additions & 4 deletions src/components/SlideShow.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,50 @@ function SlideShow() {
return (
<Carousel activeIndex={index} onSelect={handleSelect}>
<Carousel.Item >
<img
{/* <img
className="slide_show d-block"
src="https://i.postimg.cc/nLJBvW47/committee-Pic-jpg.webp"
alt="First slide"
/> */}
<img
className="slide_show d-block"
src="https://i.postimg.cc/zvzVF3WM/Whats-App-Image-2024-03-05-at-23-02-34-1.webp"
alt="First slide"
/>
{/* <Carousel.Caption style={{ color: "black" }}>
<h2 >Committe Pic</h2>
<p >At Government College Of Engineering, Nagpur</p>
</Carousel.Caption> */}
</Carousel.Item>
<Carousel.Item >
{/* <img
className="slide_show d-block"
src="https://i.postimg.cc/nLJBvW47/committee-Pic-jpg.webp"
alt="First slide"
/> */}
<img
className="slide_show d-block object-fit-contain"
src="https://i.postimg.cc/CL6zbhKP/Whats-App-Image-2024-03-05-at-23-02-33-1.webp"
alt="First slide"
/>
{/* <Carousel.Caption style={{ color: "black" }}>
<h2 >Committe Pic</h2>
<p >At Government College Of Engineering, Nagpur</p>
</Carousel.Caption> */}
</Carousel.Item>
{/* <Carousel.Item >
<img
className="slide_show d-block "
src="https://i.postimg.cc/xTmXtRTP/trophy-jpg.webp"
alt="Second slide"
/>
/> */}

{/* <Carousel.Caption style={{ color: "black" }}>
{/* <Carousel.Caption style={{ color: "black" }}>
<h2>Second slide label</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</Carousel.Caption> */}
</Carousel.Item>
{/* </Carousel.Item> */}
<Carousel.Item >
{/* <Carousel.Caption style={{ color: "black" }}>
<h2>Third slide label</h2>
Expand Down

0 comments on commit f49e774

Please sign in to comment.