Skip to content
View MartialEscudero's full-sized avatar

Block or report MartialEscudero

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MartialEscudero/README.md

Pinned Loading

  1. martial_escudero-website martial_escudero-website Public

    Site Web Portfolio - Martial Escudero (Upgrade to Nuxt 3)

    Vue 1

  2. nuxt-auth-strapi-example nuxt-auth-strapi-example Public

    TypeScript

  3. luxxdriver-website luxxdriver-website Public

    Site Web - LuxxDriver

    Vue 1

  4. Button with double transparent borde... Button with double transparent border // Bouton avec double bordure transparente
    1
    <!DOCTYPE html>
    2
    <html>
    3
    <head>
    4
      <meta charset="utf-8">
    5
      <meta name="viewport" content="width=device-width">
  5. Liste des départements français et d... Liste des départements français et de leurs régions au format JSON // List of French departments and their regions in JSON format
    1
    [
    2
        {
    3
            "code": "01",
    4
            "dep_name": "Ain",
    5
            "reg_name": "Auvergne-Rhône-Alpes"
  6. Liste des régions françaises et de l... Liste des régions françaises et de leurs départements au format JSON // List of French regions and their departments in JSON format
    1
    {
    2
        "Auvergne-Rhône-Alpes": [
    3
            {
    4
                "code": "01",
    5
                "name": "Ain"