Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions public/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 14 additions & 13 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ hr {
bottom: -1px;
width: 0;
height: 2px;
background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
background: linear-gradient(to right, #004138 0%, #359E88 100%);
content: "";
transition: width 0.2s;
}
Expand All @@ -125,7 +125,7 @@ hr {
bottom: -1px !important;
width: 100% !important;
height: 2px !important;
background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%) !important;
background: linear-gradient(to right, #004138 0%, #359E88 100%) !important;
content: "" !important;
transition: width 0.2s !important;
}
Expand All @@ -152,7 +152,7 @@ hr {
.section-title h2::after {
position: absolute;
content: "";
background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
background: linear-gradient(to right, #359E88 0%, #004138 100%);
height: 4px;
width: 60px;
bottom: 0;
Expand All @@ -166,8 +166,8 @@ hr {
font-family: "Raleway", sans-serif;
text-transform: uppercase;
color: #fff;
background-color: #5ca9fb;
background-image: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
background-color: #359E88;
background-image: linear-gradient(to right, #359E88 0%, #004138 100%);
padding: 14px 34px;
letter-spacing: 1px;
margin: 0;
Expand All @@ -184,7 +184,7 @@ hr {
.btn-custom.active {
color: #fff;
background-image: none;
background-color: #6372ff;
background-color: #004138;
}
.btn:active,
.btn.active {
Expand Down Expand Up @@ -229,7 +229,7 @@ a:focus,
}
.intro h1 span {
font-weight: 800;
color: #5ca9fb;
color: #359E88;
}
.intro p {
color: #fff;
Expand Down Expand Up @@ -257,7 +257,7 @@ header .intro-text {
height: 100px;
padding: 30px 0;
border-radius: 50%;
background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
background: linear-gradient(to right, #004138 0%, #359E88 100%);
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
/* About Section */
Expand All @@ -276,7 +276,7 @@ header .intro-text {
#about h2::after {
position: absolute;
content: "";
background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
background: linear-gradient(to right, #359E88 0%, #004138 100%);
height: 4px;
width: 60px;
bottom: 0;
Expand All @@ -291,7 +291,7 @@ header .intro-text {
#about .about-text li:before {
content: "\f00c";
font-family: "FontAwesome";
color: #5ca9fb;
color: #359E88;
font-size: 11px;
font-weight: 300;
padding-right: 8px;
Expand All @@ -310,7 +310,7 @@ header .intro-text {
/* Services Section */
#services {
padding: 100px 0;
background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
background: linear-gradient(to right, #004138 0%, #359E88 100%);
color: #fff;
}
#services .service-desc {
Expand All @@ -334,7 +334,7 @@ header .intro-text {
width: 120px;
height: 120px;
padding: 40px 0;
background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
background: linear-gradient(to right, #004138 0%, #359E88 100%);
border-radius: 50%;
color: #fff;
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
Expand Down Expand Up @@ -448,6 +448,7 @@ header .intro-text {
}
#team .team-img {
width: 240px;
height: 240px;
}
#team .thumbnail {
background: transparent;
Expand All @@ -460,7 +461,7 @@ header .intro-text {
/* Contact Section */
#contact {
padding: 100px 0 60px;
background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
background: linear-gradient(to right, #004138 0%, #359E88 100%);
color: rgba(255, 255, 255, 0.75);
}
#contact .section-title {
Expand Down
Binary file added public/img/BuddaLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/budda-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/team/01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/team/02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/team/03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ const App = () => {
<Features data={landingPageData.Features} />
<About data={landingPageData.About} />
<Services data={landingPageData.Services} />
<Gallery data={landingPageData.Gallery} />
<Testimonials data={landingPageData.Testimonials} />
{/* <Gallery data={landingPageData.Gallery} /> */}
{/* <Testimonials data={landingPageData.Testimonials} /> */}
<Team data={landingPageData.Team} />
<Contact data={landingPageData.Contact} />
</div>
Expand Down
5 changes: 2 additions & 3 deletions src/components/Team.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ export const Team = (props) => {
<div className="col-md-8 col-md-offset-2 section-title">
<h2>Meet the Team</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit duis sed
dapibus leonec.
Our team members are doing their best to provide you with the greatest support possible.
</p>
</div>
<div id="row">
{props.data
? props.data.map((d, i) => (
<div key={`${d.name}-${i}`} className="col-md-3 col-sm-6 team">
<div key={`${d.name}-${i}`} className="col-md-4 col-sm-5 team">
<div className="thumbnail">
{" "}
<img src={d.img} alt="..." className="team-img" />
Expand Down
2 changes: 1 addition & 1 deletion src/components/features.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const Features = (props) => {
<div className="row">
{props.data
? props.data.map((d, i) => (
<div key={`${d.title}-${i}`} className="col-xs-6 col-md-3">
<div key={`${d.title}-${i}`} className="col-xs-5 col-md-4">
{" "}
<i className={d.icon}></i>
<h3>{d.title}</h3>
Expand Down
18 changes: 11 additions & 7 deletions src/components/navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const Navigation = (props) => {
return (
<nav id="menu" className="navbar navbar-default navbar-fixed-top">
<div className="container">
<div className="navbar-header">
{/* <div className="navbar-header"> */}
<button
type="button"
className="navbar-toggle collapsed"
Expand All @@ -18,9 +18,13 @@ export const Navigation = (props) => {
<span className="icon-bar"></span>{" "}
</button>
<a className="navbar-brand page-scroll" href="#page-top">
React Landing Page
<img
src="/img/budda-logo.png"
alt="Budda Logo"
style={{ width: "auto", height: "inherit" }}
/>
</a>{" "}
</div>
{/* </div> */}

<div
className="collapse navbar-collapse"
Expand All @@ -42,16 +46,16 @@ export const Navigation = (props) => {
Services
</a>
</li>
<li>
{/* <li>
<a href="#portfolio" className="page-scroll">
Gallery
</a>
</li>
<li>
</li> */}
{/* <li>
<a href="#testimonials" className="page-scroll">
Testimonials
</a>
</li>
</li> */}
<li>
<a href="#team" className="page-scroll">
Team
Expand Down
92 changes: 41 additions & 51 deletions src/data/data.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"Header": {
"title": "We are a Landing Page",
"paragraph": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sed dapibus leo nec ornare diam sed commodo nibh ante facilisis bibendum."
"title": "Standing Strong with Educated Voices",
"paragraph": "Offering coaching support for recommendation letters, essays, and motivation letters, along with workshops to empower Afghanistan's youth."
},
"About": {
"paragraph": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
"paragraph": "Given the challenges in Afghanistan, where the young generation faces a lack of proper education, soft skills, and access to trustworthy, well-trained scholarship advisors, there is a critical need for an agency to bridge this gap. Our mission is to address these needs through insightful and practical solutions.",
"Why": [
"Lorem ipsum dolor",
"Tempor incididunt",
"Lorem ipsum dolor",
"Incididunt ut labore"
"Empower Afghanistan",
"awareness in terms of education",
"scholarship coaching",
"opportunities"
],
"Why2": [
"Aliquip ex ea commodo",
"capacity building",
"Lorem ipsum dolor",
"Exercitation ullamco",
"Lorem ipsum dolor"
Expand Down Expand Up @@ -67,34 +67,34 @@
],
"Services": [
{
"icon": "fa fa-wordpress",
"name": "Lorem ipsum dolor",
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sed dapibus leo nec ornare diam sedasd commodo nibh ante facilisis bibendum dolor feugiat at."
"icon": "fa fa-file-text-o",
"name": "Coaching for Academic Documents",
"text": "Provide personalized guidance for writing recommendation letters, essays, and motivation letters."
},
{
"icon": "fa fa-cart-arrow-down",
"name": "Consectetur adipiscing",
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sed dapibus leo nec ornare diam sedasd commodo nibh ante facilisis bibendum dolor feugiat at."
"icon": "fa fa-users",
"name": "Development Workshops",
"text": "Conduct workshops to enhance soft skills, leadership, and critical thinking."
},
{
"icon": "fa fa-cloud-download",
"name": "Lorem ipsum dolor",
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sed dapibus leo nec ornare diam sedasd commodo nibh ante facilisis bibendum dolor feugiat at."
"icon": "fa fa-university",
"name": "Scholarship Guidance",
"text": "Offer reliable support and mentorship for scholarship applications, from research to submission."
},
{
"icon": "fa fa-language",
"name": "Consectetur adipiscing",
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sed dapibus leo nec ornare diam sedasd commodo nibh ante facilisis bibendum dolor feugiat at."
"icon": "fa fa-graduation-cap",
"name": "Bridging Educational Gaps",
"text": "Address the lack of proper education by creating tailored programs to empower Afghanistan’s youth."
},
{
"icon": "fa fa-plane",
"name": "Lorem ipsum dolor",
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sed dapibus leo nec ornare diam sedasd commodo nibh ante facilisis bibendum dolor feugiat at."
"icon": "fa fa-lightbulb-o",
"name": "Empowering Young Leaders",
"text": "Inspire and equip the young generation to become proactive leaders and changemakers."
},
{
"icon": "fa fa-pie-chart",
"name": "Consectetur adipiscing",
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sed dapibus leo nec ornare diam sedasd commodo nibh ante facilisis bibendum dolor feugiat at."
"icon": "fa fa-globe",
"name": "Community Building",
"text": "Build a network of educated and skilled individuals committed to contributing to Afghanistan’s future."
}
],
"Testimonials": [
Expand Down Expand Up @@ -132,53 +132,43 @@
"Team": [
{
"img": "img/team/01.jpg",
"name": "John Doe",
"job": "Director"
"name": "Afifa Iqbalzada",
"job": "Program director"
},
{
"img": "img/team/02.jpg",
"name": "Mike Doe",
"job": "Senior Designer"
"name": "Shokria Mohsini",
"job": "Media Manager"
},
{
"img": "img/team/03.jpg",
"name": "Jane Doe",
"job": "Senior Designer"
},
{
"img": "img/team/04.jpg",
"name": "Karen Doe",
"job": "Project Manager"
"name": "Sakina Naimi",
"job": "HR manager and Program director"
}
],
"Contact": {
"address": "4321 California St, San Francisco, CA 12345 ",
"phone": "+1 123 456 1234",
"email": "info@company.com",
"address": "Online",
"phone": "+8801404034039",
"email": "budhabridge.24@gmail.com",
"facebook": "fb.com",
"twitter": "twitter.com",
"youtube": "youtube.com"
},
"Features": [
{
"icon": "fa fa-comments-o",
"title": "Lorem ipsum",
"text": "Lorem ipsum dolor sit amet placerat facilisis felis mi in tempus eleifend pellentesque natoque etiam."
"title": "Providing online boot camps",
"text": "To educate people with new knowledge and skills and lead positive changes in Afghanistan. Also help them to be ready for the job sectors."
},
{
"icon": "fa fa-bullhorn",
"title": "Lorem ipsum",
"text": "Lorem ipsum dolor sit amet placerat facilisis felis mi in tempus eleifend pellentesque natoque etiam."
"title": "Scholarship registration services",
"text": "Providing support in filling up scholarship aplication and giving them instruction to do it by themselves."
},
{
"icon": "fa fa-group",
"title": "Lorem ipsum",
"text": "Lorem ipsum dolor sit amet placerat facilisis felis mi in tempus eleifend pellentesque natoque etiam."
},
{
"icon": "fa fa-magic",
"title": "Lorem ipsum",
"text": "Lorem ipsum dolor sit amet placerat facilisis felis mi in tempus eleifend pellentesque natoque etiam."
"title": "Coaching services",
"text": "Providing a period of coaching and a coach for students who wants to apply for scholarships in abroad.Coaches will help I writing SOP, Motivation letter, cover letter, and essential essays for applying for scholarships.Students need to book a time and choose a coach based on the level of scholarship (Phd, Master, Bachelor, and high school) that they want to apply."
}
]
}
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4688,11 +4688,6 @@ fs.realpath@^1.0.0:
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==

fsevents@^2.3.2, fsevents@~2.3.2:
version "2.3.2"
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz"
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==

function-bind@^1.1.1:
version "1.1.1"
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
Expand Down