Skip to content

Cut0x/card-page-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 

Repository files navigation

Here is a small template for a card page.

Need help? CLICK HERE!

Resources

BootstrapIcons@1.10.5, HTML5, CSS3, JavaScript

How to configure?

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 */
};

For help

I invite you to contact me on my Twitter or on my contact page by private message.

Preview

Credit

Developed and designed with ❤️ by V Loïc (aka Cut0x).