Here is a small template for a card page.
Need help? CLICK HERE!
BootstrapIcons@1.10.5
, HTML5
, CSS3
, JavaScript
Go to the config.js file (./src/js/config.js
) and put your information there!
const config = {
user: {
name: "Your Name",
tagline: "Your Tagline",
avatar: "https://placehold.co/150.png?text=Avatar&font=roboto"
},
about: "Your bio goes here.",
socialNetworks: [
{
name: "Discord",
link: "https://discord.gg/",
icon: "bi-discord"
},
{
name: "GitHub",
link: "https://github.com/",
icon: "bi-github"
},
{
name: "Twitter",
link: "https://twitter.com/",
icon: "bi-twitter"
}
],
projects: [
{
title: "Modern Project",
description: "Modern project description.",
link: "https://example.com/modern-project"
},
{
title: "Clean Project",
description: "Clean project description.",
link: "https://example.com/clean-project"
},
{
title: "Responsive Project",
description: "Responsive project description.",
link: "https://example.com/responsive-project"
}
],
/* DARK THEME */
};
I invite you to contact me on my Twitter or on my contact page by private message.
Developed and designed with ❤️ by V Loïc (aka Cut0x).