feat: Added personal website
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import resume from "../assets/pdf/Lino_Silva_-_Resume.pdf";
|
||||
import image from "../assets/jpeg/profile.jpeg";
|
||||
|
||||
export const headerData = {
|
||||
name: "Lino Silva",
|
||||
title: "",
|
||||
description:
|
||||
"I'm an Engineer and tinkerer at heart, with over 15 years of experience on the tech / e-commerce / fashion / luxury / retail / crypto market.",
|
||||
description2:
|
||||
"Currently self-employed and not actively looking for new opportunities, but always open to connect with like-minded professionals.",
|
||||
image: image,
|
||||
resumePdf: resume,
|
||||
};
|
||||
@@ -0,0 +1,8 @@
|
||||
export const socialsData = {
|
||||
github: "https://github.com/lino-silva",
|
||||
linkedIn: "https://www.linkedin.com/in/linosilva/",
|
||||
stackOverflow: "https://stackoverflow.com/users/717007/lino-silva",
|
||||
mastodon: "https://social.lino.cooking/@lino",
|
||||
twitch: "https://www.twitch.tv/linosilva",
|
||||
printables: "https://www.printables.com/@linosilva_87854",
|
||||
};
|
||||
@@ -0,0 +1,12 @@
|
||||
/* eslint-disable */
|
||||
import {
|
||||
greenThemeLight, greenThemeDark, bwThemeLight, bwThemeDark, blueThemeLight, blueThemeDark, redThemeLight, redThemeDark, orangeThemeLight, orangeThemeDark, purpleThemeLight, purpleThemeDark, pinkThemeLight, pinkThemeDark, yellowThemeLight, yellowThemeDark
|
||||
} from '../theme/theme'
|
||||
|
||||
|
||||
export const themeData = {
|
||||
theme: orangeThemeDark
|
||||
}
|
||||
|
||||
|
||||
// Choose theme from above
|
||||
Reference in New Issue
Block a user