Skip to content
View HereHaveTheseFlowers's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report HereHaveTheseFlowers

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

Hi🌱
I love the web.

class HereHaveTheseFlowers {
  constructor() {
    this.name = "Sergei Kozlov";
    this.tech = [
      "Typescript",
      "SCSS",
      "React",
      "Are.na",
    ];
  }

  get info() {
    return (
      `My name is ${this.name} and I'm focusing on Front End development and web design. \n` +
      `I love learning new technologies and ways to explore/create the web every day. \n` +
      `My second favourite thing after dogs is talking to other people. \n` +
      `Technologies I use the most are ${this.tech[0]}, ${this.tech[1]}, ${this.tech[2]} and ${this.tech[3]}. \n` +
      `My special talent is solving problems in the most creative ways possible. \n\n`      
    );
  }
}

const Me = new HereHaveTheseFlowers();
console.log(Me.info);
My Top Languages

Projects selection

Readme Card Readme Card Readme Card Readme Card

Pinned

  1. anyobjects anyobjects Public

    Curated project about Russian production. We have created an archive of objects that we found beautiful.

    TypeScript 3

  2. rinaveremejchik.com rinaveremejchik.com Public

    Portfolio website for a post production artist & high-end retoucher Rina Veremejchik.

    Astro 1

  3. middle.messenger.praktikum.yandex middle.messenger.praktikum.yandex Public

    A project for "Middle Frontend" Course by Yandex

    TypeScript 1

  4. simplebgslider simplebgslider Public

    Simple python-written windows background slider.

    Python