Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View beckymarques's full-sized avatar

Block or report beckymarques

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
beckymarques/README.md

Hi 👋, I'm Becky

A passionate frontend developer from Brazil.

<?php

namespace BeckyMarques;

class Resume extends Me
{
  public function getCurrentWorkplace(): array
  {
    return [
      'workplace' => [
        'company' => 'Blue Gravity Studios',
        'position' => 'WordPress Developer',
        'location' => 'Remote',
        'start' => date_format(date_create('2024-08-19'), 'Y-m-d'),
        'end' => false,
        'current' => true,
        'description' => 'Develop Websites and WordPress themes/plugins, w/ or w/o ACF and Elementor, optimise SEO and accessibility, host server maintenance, provide IT assistance. HTML, CSS(SASS), JavaScript, jQuery, PHP, Bootstrap, Git, Agile, Laravel etc.'
      ]
    ];
  }

  public function getEducation(): array
  {
    return [
      'postgraduate' => [
        'institution' => 'Anhembi Morumbi University',
        'subject' => 'IT',
        'type' => 'Lato sensu',
        'start' => 2023,
        'end' => 2024,
        'current' => false,
        'completed' => true,
        'description' => 'Development with Agile Methodologies'
      ],
      'undergraduate' => array(
        [
          'institution' => 'Anhembi Morumbi University',
          'subject' => 'Information Systems',
          'type' => 'Undergraduate Degree (Transfer Credits)',
          'start' => 2023,
          'end' => 2025,
          'current' => true,
          'completed' => false,
          'description' => null
        ],
        [
          'institution' => 'Anhembi Morumbi University',
          'subject' => 'Law Degree',
          'type' => 'Undergraduate Degree',
          'start' => 2012,
          'end' => 2017,
          'current' => false,
          'completed' => true,
          'description' => null
        ]
      )
    ];
  }

  public function getDailyKnowledge(): array
  {
    return [
      WordPress::class,
      Php::class,
      jQuery::class,
      Javascript::class,
      Laravel::class,
      SCSS::class,
      CSS::class,
      HTML::class,
      MySQL::class,
      Bootstrap::class,
      Git::class,
      Figma::class,
      AdobeXD::class,
      Photoshop::class,
      Illustrator::class,
      InDesign::class,
      Aws::class,
      Linux::class,
    ];
  }

  public function getCareerObjective(): string
  {
    return 'Contribute in a position working with WordPress, Front-End development or Project Management (fully remote) where welcomes innovative ideas, offers growth opportunities and positive workplace environment for applying years of experience in order to accomplishing awesome projects.';
  }
}

Connect with me:

beckymarques beckymarques beckymarques Becky#5221

Stats:

Anurag's GitHub stats

aws bootstrap css3 docker figma git html5 illustrator javascript laravel linux materialize mysql photoshop php sass xd zapier

Popular repositories Loading

  1. wp-breadcrumb-function wp-breadcrumb-function Public

    Forked from ahmadthedev/wp-breadcrumb-function

    PHP

  2. colmeia colmeia Public

    PHP

  3. meditacaotranscendental meditacaotranscendental Public

    PHP

  4. mt_ameliabooking mt_ameliabooking Public

    Plugin WP - Add features to WP Amelia

    PHP

  5. beckymarques beckymarques Public

  6. mt-area mt-area Public

    MT - Comunity

    JavaScript