Skip to content
View beatricebock's full-sized avatar

Block or report beatricebock

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

Hi there, I'm Beatrice 👋

🔭 I’m currently working on ...

  • Being a product manager at LottieFiles for the Web and Plugins teams

🌱 I’m currently learning ...

  • Product management for SAAS products

💬 Ask me about ...

  • Writing resumes/cover letters for People in Tech
  • Behavioural/Situational interview tips
  • Salary negotiation

🤔 I’m looking for help with ...

  • Fully distributed remote teams looking for a product manager
  • Great project-based React courses/tutorials

Pinned Loading

  1. stylestage stylestage Public

    Soff, a style for StyleStage.dev

    HTML

  2. frontendmentor frontendmentor Public

    All my Frontend Mentor exercises

  3. anu0012/awesome-computer-science-opportunities anu0012/awesome-computer-science-opportunities Public

    An awesome list of events and fellowship opportunities for Computer Science students

    3.7k 381

  4. boilerplate boilerplate Public

    Starting point for frontend projects

    JavaScript

  5. Gulpfile that works for simple scss/... Gulpfile that works for simple scss/html, Modified from this tutorial: https://themesberg.com/blog/tutorial/gulp-4-bootstrap-sass-browsersync
    1
    var gulp = require("gulp");
    2
    var browserSync = require("browser-sync").create();
    3
    var sass = require("gulp-sass");
    4
    
                  
    5
    // Compile sass into CSS & auto-inject into browsers