Added the container into the Home.jsx
This commit is contained in:
parent
f376a808ff
commit
ad6736d97a
@ -1,10 +1,12 @@
|
|||||||
import './styles.sass';
|
import './styles.sass';
|
||||||
import SocialBackground from '@/assets/SocialBackground.svg';
|
import SocialBackground from '@/assets/SocialBackground.svg';
|
||||||
|
import SheepstarEllipse from '@/assets/SheepstarEllipse.svg';
|
||||||
import {faInstagram, faTwitter, faYoutube} from "@fortawesome/free-brands-svg-icons";
|
import {faInstagram, faTwitter, faYoutube} from "@fortawesome/free-brands-svg-icons";
|
||||||
import SocialLink from "@/pages/Home/components/SocialLink/index.js";
|
import SocialLink from "@/pages/Home/components/SocialLink/index.js";
|
||||||
import Kratos from "@/assets/services/Kratos.png";
|
import Kratos from "@/assets/services/Kratos.png";
|
||||||
import Garry from "@/assets/services/Garry.png";
|
import Garry from "@/assets/services/Garry.png";
|
||||||
import Tim from "@/assets/services/Tim.png";
|
import Tim from "@/assets/services/Tim.png";
|
||||||
|
import SheepstarSittingHQ from "@/assets/SheepstarSittingHQ.png";
|
||||||
import Polly from "@/assets/services/Polly.png";
|
import Polly from "@/assets/services/Polly.png";
|
||||||
import ReactTyped from "react-typed";
|
import ReactTyped from "react-typed";
|
||||||
|
|
||||||
@ -22,6 +24,10 @@ const Home = () => (
|
|||||||
<img src={Polly} alt="Polly" className="bot-img bot-polly"/>
|
<img src={Polly} alt="Polly" className="bot-img bot-polly"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="sheep-container">
|
||||||
|
<img className="sheep" src={SheepstarEllipse} alt="Sheepstar Ellipse"/>
|
||||||
|
<img className="sheepstar-img" src={SheepstarSittingHQ} alt="Sheepstar sitting"/>
|
||||||
|
</div>
|
||||||
<div className="social-container">
|
<div className="social-container">
|
||||||
<img className="socials" src={SocialBackground} alt="Socials"/>
|
<img className="socials" src={SocialBackground} alt="Socials"/>
|
||||||
<div className="social-links">
|
<div className="social-links">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user