Skip to content
View tayla-orsmond's full-sized avatar
  • University of Pretoria
  • South Africa

Highlights

  • Pro
Block or Report

Block or report tayla-orsmond

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

Hey there, I'm Tayla πŸ™‚

πŸŽ“ I'm in my final year of BIS Multimedia at the University of Pretoria, South Africa


About Me πŸ™ƒ

import { Skills } from './exp';

export class TaylaπŸ™‚ extends Skills {

    constructor() {
        super();

        this.name = 'Tayla Orsmond';
        this.pronouns = 'she/her';
        this.age = 20;
        this.location = 'Pretoria, South Africa';
        this.favouriteEmoji = '🐸';

        this.interests = ['Web Development', 'UI/UX Design', 'Game Development', 
        'Machine Learning', 'Artificial Intelligence'];

        this.sayHi();
    }

    sayHi(name) {
        return `Hi ${name}, I'm Tayla!πŸ‘‹
        My pronouns are ${this.pronouns}.

        I am diligent, timely, and passionate about what I do. 
        I enjoy picking up new skills and bringing visions to life. 
        I learn quickly and am always looking for new opportunities to grow 🌱.`;
    }

My Skills πŸ•ΉοΈ

    mySkills('πŸ‘©β€πŸ’»') {
        let languages = ['JavaScript', 'HTML5', 'CSS3', 'SCSS', 'PHP', 'C++', 'Java'];

        let frameworks = ['React', 'Vue', 'Node', 'Express', 'Bootstrap', 'jQuery'];

        let databases = ['MySQL', 'MongoDB'];

        let tools = ['Git', 'GitHub', 'VS Code', 'Figma', 'Netlify', 'Notion', 
        'Adobe Photoshop', 'Adobe Illustrator', 'Postman', 'Rive'];

        this.languages.map(language => writeCode(language));

        this.frameworks.every(docsRead(framework)) 
            ? readDocs(framework) 
                : writeCode(framework);

        this.databases.forEach(database => query(database));

        this.tools.forEach(tool => use(tool));
    }


    learn('πŸ“š') {
        this.languages.push('TypeScript');
        this.frameworks.push('Tailwind');
        this.frameworks.push('Angular');
        this.tools.push(improve('Git'));
    }

}

My Stats πŸ”₯

Tayla's GitHub stats

[Top Langs]

Streak

Popular repositories Loading

  1. COS-214 COS-214 Public

    Code for my second-year module: COS 214 (Software Modelling)

    C++

  2. IMY-220 IMY-220 Public

    Code for my second-year module: IMY 220 (Advanced Web Technologies 2)

    JavaScript

  3. IMY-220-project IMY-220-project Public

    The repo for my IMY 220 events website

    PHP

  4. VIO-202 VIO-202 Public

    Code for my second-year module: VIO 202 (Visual Design 2)

    HTML

  5. IMY220-Assignment3 IMY220-Assignment3 Public

    JavaScript

  6. COS-226 COS-226 Public

    Code for my second-year module: COS 226 (Concurrent Systems)

    Java