Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
/ card-page-web Public archive

Voici un petit template d'une page de card (un peu comme LinkTree) !

Notifications You must be signed in to change notification settings

Cut0x/card-page-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Template site card

Voici un petit template d'une page de card (un peu comme LinkTree) !

Besoin d'aide ? CLIQUE ICI !

Ressources

Vue@2, BootstrapIcons@1.10.4, HTML5, CSS3

Comment configurer ?

Dirigez vous sur le fichier config.js (./src/js/config.js) et mettez y vos informations !

const config = {
    USERNAME: "Username",
    TAG: "0000",
    DESCRIPTION: "Votre description",
    PICTURE: "url_de_votre_pdp",
    ID: "votre_id",
    
    PROJECTS:  [
        {
            id: "p1",
            img: "url_de_la_pdp_du_projet",
            url: "url_du_projet",
            name: "nom_du_projet"
        },
    ],

    SOCIAL: [
        {
            class_name: "bi bi-twitter",
            link: "https://twitter.com/discord"
        },
        {
            class_name: "bi bi-github",
            link: "https://github.com/discordjs"
        },
        {
            class_name: "bi bi-twitch",
            link: "https://twitch.tv/discord"
        },
    ]
};

Pour de l'aide

Je vous invite à me contacter sur mon Twitter ou mon Instagram par message privé.

Apperçu

image

Crédit

Développé et designé avec coeur par Cut0x
Inspiré de IchiiDev