Skip to content
View vicvr823's full-sized avatar
🇵🇪
🇵🇪

Highlights

  • Pro
Block or Report

Block or report vicvr823

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
vicvr823/README.md

Hi 👋, I'm Victor Valencia

A passionate frontend developer from Peru

  • 🌱 I’m currently learning Web development and project management

  • 💬 Ask me about project management

  • 📫 How to reach me vicvr8_08@hotmail.com

Languages and Tools:

bootstrap css3 figma git html5 javascript selenium xd

Pinned

  1. Portfolio-Bootstrap Portfolio-Bootstrap Public

    Portafolio hecho con el framework css bootstrap

    HTML

  2. youtube-clon youtube-clon Public

    Clon de youtube hecho con html y css

    HTML

  3. scripting_basic scripting_basic Public

    Desarrollo de scripts basicos

    Shell

  4. Personalizacion-Windows-Terminal Personalizacion-Windows-Terminal Public

    Configuracion Windows Terminal

  5. Scripts simples para ejecutar permis... Scripts simples para ejecutar permisos de lectura, escritura y ejecución
    1
    function chmod {
    2
      $path = Read-Host -Prompt "Ingresa nombre archivo"
    3
      $name = Read-Host -Prompt "Ingresar permiso"
    4
      switch ($name) {
    5
        "leer" {