Skip to content
View PedroHRFerreira's full-sized avatar
:shipit:
Focusing
:shipit:
Focusing

Block or report PedroHRFerreira

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
PedroHRFerreira/README.md
<?php

class Profile 
{
    public function personalProfile() 
    {
        $information = [
            "Name" => "Pedro Henrique",
            "Age" => "17 years",
            "Location" => "Governador Valadares, MG, Brazil"
        ];

        foreach ($information as $personal => $personalInformation) {
            echo $personal . ": " . $personalInformation . PHP_EOL;
        }
    }
}

$profile = new Profile;
$profile->personalProfile();

?>

Visit counter

PedroHRFerreira github stats

💻 Some statistics 💻

Statistics

🔨 Tools and languages 🔨

Vue.js Nuxt.js MySQL Yarn Badge npm Badge Git Badge Insomnia
HTML5 CSS3 Sass JSON JavaScript TypeScript PHP

Pinned Loading

  1. Sistema-de-Login Sistema-de-Login Public

    PHP 3

  2. Sitema-Marketplace Sitema-Marketplace Public

    JavaScript 3

  3. Projeto-bank Projeto-bank Public

    PHP 2

  4. Projeto-do-Bytebank Projeto-do-Bytebank Public

    JavaScript 3

  5. portfolio portfolio Public

    Portfolio

    Vue 3

  6. Projeto Projeto Public

    Site still under development, wait for other commits.

    Vue 6 1