Skip to content

Commit

Permalink
Update Home
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-petrov1 committed Apr 21, 2024
1 parent 0e9601f commit 073b2a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
4 changes: 0 additions & 4 deletions client/src/pages/home/Home.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
import HomeExploreBySkill from './home-explore-by-skill/HomeExploreBySkill';
import HomeHero from './home-hero/HomeHero';
import HomeHowToStart from './home-how-to-start/HomeHowToStart';
import HomeSearch from './home-search/HomeSearch';

function Home() {
return (
<>
<HomeHero />
<HomeSearch />
<HomeExploreBySkill />
<HomeHowToStart />
</>
);
Expand Down
17 changes: 7 additions & 10 deletions client/src/pages/home/home-hero/HomeHero.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { Link } from 'react-router-dom';
import { PageEnum } from '../../../types';
import carousel1 from './img/carousel-1.jpg';

function HomeHero() {
Expand All @@ -13,23 +15,18 @@ function HomeHero() {
<div className="row justify-content-start">
<div className="col-10 col-lg-8">
<h1 className="display-3 text-white animated slideInDown mb-4">
Find The Perfect Job That You Deserved
Find The Perfect Event That You Deserved
</h1>
<p className="fs-5 fw-medium text-white mb-4 pb-2">
Vero elitr justo clita lorem. Ipsum dolor at sed stet sit
diam no. Kasd rebum ipsum et diam justo clita et kasd rebum
sea elitr.
</p>
<a
href=""
<Link
to={PageEnum.Events}
className="btn btn-primary py-md-3 px-md-5 me-3 animated slideInLeft">
Search A Job
</a>
<a
href=""
className="btn btn-secondary py-md-3 px-md-5 animated slideInRight">
Find A Talent
</a>
Search An Event
</Link>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/home/home-how-to-start/HomeHowToStart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function HomeHowToStart() {
</div>
<div className="col-lg-6 wow fadeIn" data-wow-delay="0.5s">
<h1 className="mb-4">
We Help To Get The Best Job And Find A Talent
We Help To Get The Best Event And Find A Talent
</h1>
<p className="mb-4">
Tempor erat elitr rebum at clita. Diam dolor diam ipsum sit. Aliqu
Expand Down

0 comments on commit 073b2a2

Please sign in to comment.