This commit is contained in:
parent
1d4d70c26c
commit
69d4b4f59e
1
public/img/icons8-linkedin.svg
Normal file
1
public/img/icons8-linkedin.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48px" height="48px"><path fill="#0288D1" d="M42,37c0,2.762-2.238,5-5,5H11c-2.761,0-5-2.238-5-5V11c0-2.762,2.239-5,5-5h26c2.762,0,5,2.238,5,5V37z"/><path fill="#FFF" d="M12 19H17V36H12zM14.485 17h-.028C12.965 17 12 15.888 12 14.499 12 13.08 12.995 12 14.514 12c1.521 0 2.458 1.08 2.486 2.499C17 15.887 16.035 17 14.485 17zM36 36h-5v-9.099c0-2.198-1.225-3.698-3.192-3.698-1.501 0-2.313 1.012-2.707 1.99C24.957 25.543 25 26.511 25 27v9h-5V19h5v2.616C25.721 20.5 26.85 19 29.738 19c3.578 0 6.261 2.25 6.261 7.274L36 36 36 36z"/></svg>
|
||||||
|
After Width: | Height: | Size: 598 B |
@ -3,6 +3,7 @@ function Contact() {
|
|||||||
<div className="relative">
|
<div className="relative">
|
||||||
<div id="contact" className=" absolute -top-16 "></div>
|
<div id="contact" className=" absolute -top-16 "></div>
|
||||||
<h1>Contact me</h1>
|
<h1>Contact me</h1>
|
||||||
|
<p></p>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -37,6 +37,16 @@ function Start() {
|
|||||||
, who’s always hanging out with me while I work! */}
|
, who’s always hanging out with me while I work! */}
|
||||||
{/* "Hi, I’m Mariia! I’m a frontend developer with experience in startup projects, working with JavaScript, React, Node.js, and SQL. I love combining my technical skills with my passion for art and design, especially through 3D projects. Let’s connect and see what we can create together—also, say hi to my mini poodle, Oreo, who’s always by my side in my creative space!" */}
|
{/* "Hi, I’m Mariia! I’m a frontend developer with experience in startup projects, working with JavaScript, React, Node.js, and SQL. I love combining my technical skills with my passion for art and design, especially through 3D projects. Let’s connect and see what we can create together—also, say hi to my mini poodle, Oreo, who’s always by my side in my creative space!" */}
|
||||||
</p>
|
</p>
|
||||||
|
<div>
|
||||||
|
<a href="https://www.linkedin.com/in/mariia-shabelnik/">
|
||||||
|
<img
|
||||||
|
src="/img/icons8-linkedin.svg"
|
||||||
|
alt="oreo_logo"
|
||||||
|
className=" inline h-"
|
||||||
|
/>
|
||||||
|
LinkedIn
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>{" "}
|
</div>{" "}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user