Skip to content
View henrrypirir's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report henrrypirir

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

HenrryPirir->says('Que onda!! 👋');

Web Developer

I'm the Flex-box Gallery creator, it's a plugin for the community to create galleries in a free and easy way 🤯

<?php

namespace HenrryPirir;

class About extends Me{

    public function get_workplace(){
        return [
                'company' => 'Nexa {Devs}',
                'position' => 'Back-end Developer'         
            ];
    }
    
    public function get_backend(){
        return [
            'code' => [
                Php::class,
                Laravel::class,
                Codeigniter:class
            ],
            'database' => ['MySql', 'Maria DB'],
            'CMS' => ['WordPress', 'Drupal']
        ];
    }
    
    public function get_frontend(){
        return [
            'code' => [
                'Javascript',
                'jQuery',
                'Alpine',
                'HTML',
                'CSS',
                'Bootstrap',
                'Tailwind CSS'
            ],
            'preprocessor' => ['SASS', 'LESS']
        ];
    }
}

📫 Contáctame


⭐️ @henrrypirir 🧙‍♂️💻

Pinned Loading

  1. henrrypirir.github.io henrrypirir.github.io Public

    New personal site design, biography, so flat, responsive

    JavaScript

  2. flexbox-gallery flexbox-gallery Public

    Gallery with random size image, jQuery plugin.

    HTML 2 1

  3. basic-CRUD-php basic-CRUD-php Public

    PHP

  4. portfolio-api portfolio-api Public

    PHP

  5. manifestacion manifestacion Public

    Prueba para Inner Lemonade

    CSS

  6. snapcamera snapcamera Public

    App test like snap, you need enable device camera

    JavaScript