mirror of
https://github.com/harivansh-afk/React-Portfolio.git
synced 2026-04-20 10:01:28 +00:00
updates
This commit is contained in:
parent
792b49e656
commit
c73262065d
7 changed files with 119 additions and 34 deletions
|
|
@ -47,14 +47,14 @@ export const Home = () => {
|
|||
<div className="intro_sec d-block d-lg-flex align-items-center ">
|
||||
<div
|
||||
className="h_bg-image order-1 order-lg-2 h-100 "
|
||||
style={{ backgroundImage: `url(/assets/images/Image%20with%20Background%20Removed.png)` }}
|
||||
style={{ backgroundImage: `url(/assets/images/new_headshot.png)` }}
|
||||
></div>
|
||||
<div className="text order-2 order-lg-1 h-100 d-lg-flex justify-content-center">
|
||||
<div className="align-self-center ">
|
||||
<div className="intro mx-auto">
|
||||
<div
|
||||
className="mobile-image d-lg-none"
|
||||
style={{ backgroundImage: `url(/assets/images/Image%20with%20Background%20Removed.png)` }}
|
||||
style={{ backgroundImage: `url(/assets/images/new_headshot.png)` }}
|
||||
></div>
|
||||
<h2 className="mb-1x">{introdata.title}</h2>
|
||||
<h1 className="fluidz-48 mb-1x">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue