Skip to content

Commit d61bafe

Browse files
committed
NEW
1 parent 75b2ce7 commit d61bafe

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed

src/App.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import Glimpses from './assets/Components/Glimpses/Glimpses'
1111
import Testimonial from './assets/Components/Testimonials/Testimonial'
1212
import Testimonials_2 from './assets/Components/Testimonials/Testimonials_2'
1313
import Contact from './assets/Components/Contact/Contact'
14+
import Collabs from './assets/Components/Collabs/Collabs';
1415
const App = () => {
1516
return (
1617
<BrowserRouter>
@@ -29,7 +30,7 @@ const App = () => {
2930
{/* <Title title='TESTIMONIALS' subtitle='What student says'></Title> */}
3031
{/* <Testimonial></Testimonial> */}
3132
<Title title='COMMUNITIES AND ORGANIZATIONS' subtitle='Partnership and Collaboration With'></Title>
32-
<Glimpses></Glimpses>
33+
<Collabs></Collabs>
3334
<Title title='TESTIMONIALS' subtitle='From Board and Advisors'></Title>
3435
<Testimonials_2></Testimonials_2>
3536
<Title title='LEAVE A FEEDBACK' subtitle='Suggestions and Plans'></Title>

src/assets/Components/Collabs/Collabs.jsx

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,29 @@
11
import React from 'react'
22
import "../Glimpses/Glimpses.css"
3+
import amc from '../amc.jpg'
4+
import abs from '../abs.jpg'
5+
import bmcit from '../bmcit.jpg'
6+
import cfc from '../cfc.jpg'
7+
import collab from '../collab.jpg'
8+
import conb from '../conb.jpg'
9+
import dgtl from '../dgtl.jpg'
10+
import dr from '../dr.jpg'
11+
import poster from "../nposter.png"
312
const Collabs = () => {
413
return (
514
<div className="album">
615
<div className="gallery">
7-
<img src={poster} alt="" />
8-
<img src={poster} alt="" />
9-
<img src={poster} alt="" />
10-
<img src={poster} alt="" />
16+
<img src={amc} alt="" />
17+
<img src={dr} alt="" />
18+
<img src={conb} alt="" />
19+
<img src={collab} alt="" />
1120

1221
</div>
1322
<div className="gallery">
14-
<img src={poster} alt="" />
15-
<img src={poster} alt="" />
16-
<img src={poster} alt="" />
17-
<img src={poster} alt="" />
23+
<img src={bmcit} alt="" />
24+
<img src={dgtl} alt="" />
25+
{/* <img src={poster} alt="" />
26+
<img src={poster} alt="" /> */}
1827

1928
</div>
2029
<button className="btn dark-btn">See more here &nbsp;<i className="fa-solid fa-arrow-right"></i> </button>

src/assets/Components/Glimpses/Glimpses.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from 'react'
22
import './Glimpses.css'
33
import poster from "../nposter.png"
4+
import amc from '../amc.jpg'
45
const Glimpses = () => {
56
return (
67
<div className="album" id='album'>

0 commit comments

Comments
 (0)