Skip to content
View SergJCerro's full-sized avatar
🎯
Focusing
🎯
Focusing
  • TELUS International
  • Belize City, Belize
  • X @SergJCerro

Highlights

  • Pro
Block or Report

Block or report SergJCerro

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

Hello ! WELCOME TO MY GITHUB! πŸ’™

const app = new Vue({
        el: "#app",
        data: {
          basicInfo :[
              new Info(
              "Hello! My Name is ",
              "Sergio J Cerritos.",
              "I am 23 Years Old",
              "I am From the Beatuiful Country Of ",
              "Belize", 
              "Pleasure In meeting your Acquaintance")
          ],
          languageList: [
            new Post("Spanish", "C2"),
            new Post("English", "C2"),
            new Post("Deutsch", "A2")
          ],
          programmingLanguages&&Other : [
              new Pro("HTML","90%"),
              new Pro("CSS","85%"),
              new Pro("JS","90%"),
              new Pro("Wordpress","95%")
          ],
          learning:[
            new Still("VueJs","MySQL","PHP","Project Management")
          ]
        }
        });

Websites

  • Dressy Owl Boutique

  • SergJCerro

Popular repositories Loading

  1. truckfarmsport truckfarmsport Public

    CSS 2

  2. SergJCerro.github.io SergJCerro.github.io Public

    Welcome to My WDD-230 Project Github

    HTML 1 2

  3. ByGrace ByGrace Public

    A Mock Up Site for "By Grace Design Jewelry Store

    HTML 1

  4. SergJCerro SergJCerro Public

    Config files for my GitHub profile.

  5. CodingProjects CodingProjects Public

    Welcome to My GitHub Projects Page , I hope you find it Very Interactive

    HTML

  6. Weather Weather Public

    This Is My Weather API Project using JSON

    JavaScript