feat: Added personal website

This commit is contained in:
Lino Silva
2026-04-01 23:31:05 +01:00
parent 06ba9b4688
commit 03865d6f16
39 changed files with 36951 additions and 2 deletions
+13
View File
@@ -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,
};
+8
View File
@@ -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",
};
+12
View File
@@ -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