Skip to content

Commit eabfd79

Browse files
authored
Merge pull request #13 from NepTechTribe/dev-2
Dev 2
2 parents bcc20bc + d61bafe commit eabfd79

File tree

18 files changed

+48
-32
lines changed

18 files changed

+48
-32
lines changed

src/App.jsx

Lines changed: 4 additions & 3 deletions
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>
@@ -26,10 +27,10 @@ const App = () => {
2627
<Upcoming></Upcoming>
2728
<Title title='Glimpses' subtitle='sneekpeek from past events'></Title>
2829
<Glimpses> </Glimpses>
29-
<Title title='TESTIMONIALS' subtitle='What student says'></Title>
30-
<Testimonial></Testimonial>
30+
{/* <Title title='TESTIMONIALS' subtitle='What student says'></Title> */}
31+
{/* <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/About/About.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ const About = () => {
1111
<div className="about-right">
1212
<h2>Fostering Collaborative & Positive Environment</h2>
1313
<br/>
14-
<p>Neptech Tribe is a dynamic non-specialist organization established by a group of practical, knowledgeable and visionary young professionals with an interest in practice and education. The primary goal is to provide comprehensive digital electronics programs to organizations that include operators and equipment from a variety of backgrounds requiring irrigation equipment. Yaso gerer, neptech trib le neid seip bheka personalharolai drut rupa vikas va digital worlda garn r successful hun able banaunch.
14+
<p>NepTech Tribe is a forward-thinking, non-profit organization founded by a group of passionate and visionary young professionals with a strong commitment to digital education and empowerment. Our primary mission is to deliver comprehensive digital literacy and technology programs to diverse organizations, equipping participants with the essential skills needed to thrive in the digital era.
1515

16-
Neptech Tribe's philosophy is to believe in the central focus of knowledge, good resources, strong support, innovation, collaboration and collaborative environment, and fast-forward. The organization is a community where members live and participate freely in thought-provoking activities and contribute to collective development. Through this positive and inclusive environment that encourages creativity and innovation, we empower our members to drive meaningful change within and outside the community.
16+
At NepTech Tribe, we believe that knowledge, innovation, and collaboration are the cornerstones of success. We foster a vibrant community where members freely engage in thought-provoking activities, contribute to collective development, and are empowered to drive meaningful change both within and beyond our community. Through workshops, traditional training sessions, and skill development initiatives, we offer hands-on practical training that cultivates critical thinking and prepares individuals to become active contributors to the digital economy.
1717

18-
Workshop, Traditional Training Sessions, March, Neptech Tribe Le Personalharoge Nayan Practical Training Sessions, Kritikta Soch Skill Development Group and Digital Economy Active Contributing Artist Bann Sikounch. With technology that is affordable and affordable, Neptech Tribal Digital is shaping the future by empowering digital leaders.</p>
18+
With a focus on making technology accessible and affordable, NepTech Tribe is shaping the future by empowering the next generation of digital leaders. Our inclusive and supportive environment encourages creativity and innovation, ensuring that our members are well-equipped to succeed in an ever-evolving digital landscape.</p>
1919
</div>
2020
</div>
2121
)

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'>

src/assets/Components/Testimonials/Testimonials_2.jsx

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
import React, { useRef } from 'react';
2-
import Sub_testimonial from './Sub_testimonial'; // Ensure this matches the file name exactly
3-
import userImage from '../user-demo.png'; // Make sure the path is correct and the image exists
4-
2+
import Sub_testimonial from './Sub_testimonial';
3+
import userImage from '../user-demo.png';
4+
import bijaydai from '../bijaydai.jpg'
5+
import sudhirdai from '../sudhirdai.jpg'
6+
import prabindai from '../prabindai.jpg'
7+
import sushantdai from '../sushantdai.jpg'
58
const Testimonials_2 = () => {
69
const slider = useRef();
710
let tx = 0;
@@ -24,28 +27,30 @@ const Testimonials_2 = () => {
2427
<div className='slider'>
2528
<ul ref={slider}>
2629
<Sub_testimonial
27-
userImage={userImage}
30+
userImage={prabindai}
2831
userName="Prabin Adhikari"
29-
userTitle="Executive Member"
30-
userMessage="Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellendus quam suscipit soluta porro maiores nihil, ut quod autem facere dignissimos atque sed modi ex aliquid voluptate ipsa error. Accusantium, beatae."
32+
userTitle="Community Leader"
33+
userMessage="Being part of NepTech Tribe has been a truly rewarding experience. Our community thrives on the simple yet powerful motto of 'Learn and Grow.' Every event, workshop, and discussion is centered around this philosophy, providing a space where everyone can enhance their skills, share knowledge, and support one another. The connections I've made here have been invaluable, as we've all grown together both personally and professionally. I’m proud to be part of a community that is dedicated to continuous learning and mutual growth, making a lasting impact in the society."
3134
/>
3235
<Sub_testimonial
33-
userImage={userImage}
34-
userName="Prabin Adhikari"
35-
userTitle="Executive Member"
36-
userMessage="Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellendus quam suscipit soluta porro maiores nihil, ut quod autem facere dignissimos atque sed modi ex aliquid voluptate ipsa error. Accusantium, beatae."
36+
userImage={sushantdai}
37+
userName="MinRaj Adhikari"
38+
userTitle="Program Coordinator"
39+
userMessage="At NepTech, we value the utmost enthusiasm of students from all over Nepal to create an enhanced environment to Learn & Grow. Getting along with similar-minded people alongside hands-on experience in community operations, collaboration on various projects, and personal life development skills is what we serve on the table. We foresee every member as the future shaper for a better IT environment in Nepal.
40+
Moreover, we're just a young group willing to make an impact and a change in our IT education platform.
41+
"
3742
/>
3843
<Sub_testimonial
39-
userImage={userImage}
40-
userName="Prabin Adhikari"
41-
userTitle="Executive Member"
42-
userMessage="Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellendus quam suscipit soluta porro maiores nihil, ut quod autem facere dignissimos atque sed modi ex aliquid voluptate ipsa error. Accusantium, beatae."
44+
userImage={sudhirdai}
45+
userName="Sudhir Aryal"
46+
userTitle="Secretary"
47+
userMessage="As a proud member of NepTech Tribe, I’ve witnessed firsthand the incredible impact this organization has on the IT community. Their commitment to fostering innovation and collaboration among tech professionals is truly inspiring. NepTech Tribe not only supports personal and professional growth but also drives meaningful change in the technology sector. I am honored to be part of this transformative journey."
4348
/>
4449
<Sub_testimonial
45-
userImage={userImage}
46-
userName="Prabin Adhikari"
47-
userTitle="Executive Member"
48-
userMessage="Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellendus quam suscipit soluta porro maiores nihil, ut quod autem facere dignissimos atque sed modi ex aliquid voluptate ipsa error. Accusantium, beatae."
50+
userImage={bijaydai}
51+
userName="Bijay Koirala"
52+
userTitle="Event Manager"
53+
userMessage="From the initial days, being a part of NepTech Tribe has been an exceptionally rewarding experience. I've had an opportunity to witness personally the growth and impact of this community via organizing events and collaborating with dedicated individuals. Besides providing a platform for learning and growth, NepTech Tribe has given me a feeling of connection and focus. As an integral part of a movement that is shaping technology and empowering the next phase of tech enthusiasts is inspiring."
4954
/>
5055
</ul>
5156
</div>

src/assets/Components/abs.jpg

48.7 KB
Loading

src/assets/Components/amc.jpg

52 KB
Loading

src/assets/Components/bijaydai.jpg

557 KB
Loading

src/assets/Components/bmcit.jpg

77.1 KB
Loading

src/assets/Components/cfc.jpg

55.9 KB
Loading

0 commit comments

Comments
 (0)