Improved texts and profile pic added
This commit is contained in:
@@ -12,12 +12,13 @@ export default function Contact() {
|
||||
|
||||
<div className={styles.body}>
|
||||
<p className={styles.lede}>
|
||||
A short message inviting visitors to reach out. Let them know
|
||||
you're open to new opportunities, collaborations, or just a chat.
|
||||
I'm currently employed, but my inbox is always open. Whether you have a question or
|
||||
just want to say hi, I'll try my best to get back to you!
|
||||
</p>
|
||||
<p>I also have a small company if you are interested in collaboration or services.</p>
|
||||
|
||||
<a
|
||||
href="mailto:your@email.com"
|
||||
href="mailto:veikko@lintujarvi.fi"
|
||||
className={styles.emailBtn}
|
||||
>
|
||||
Say hello ↗
|
||||
@@ -25,9 +26,9 @@ export default function Contact() {
|
||||
|
||||
<ul className={styles.socials}>
|
||||
{[
|
||||
{ label: 'GitHub', href: '#' },
|
||||
{ label: 'LinkedIn', href: '#' },
|
||||
{ label: 'Platform', href: '#' },
|
||||
{ label: 'Gitea', href: 'https://gitea.tietokonepaja.fi/' },
|
||||
{ label: 'LinkedIn', href: 'https://www.linkedin.com/in/veikko-lintuj%C3%A4rvi-5888a6175/' },
|
||||
{ label: 'Company', href: 'https://www.tietokonepaja.fi/' },
|
||||
].map(({ label, href }) => (
|
||||
<li key={label}>
|
||||
<a href={href} target="_blank" rel="noreferrer">
|
||||
|
||||
Reference in New Issue
Block a user