Skip to content
View Ismaaa's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Ismaaa

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

Pinned

  1. frontend-resources frontend-resources Public

    A little list of useful and free resources to help you get started with frontend

    JavaScript 8 3

  2. frontend-training frontend-training Public

    ⭐ πŸš€ πŸš€ πŸš€ ⭐

    CSS

  3. Javascript Slugify Javascript Slugify
    1
    function slugify(text)
    2
    {
    3
      return text.toString().toLowerCase()
    4
        .replace(/\s+/g, '-')           // Replace spaces with -
    5
        .replace(/[^\w\-]+/g, '')       // Remove all non-word chars
  4. Advanced SCSS, or, 16 cool things yo... Advanced SCSS, or, 16 cool things you may not have known your stylesheets could do
    1
    [⇐ back to the gist-blog at jrw.fi](http://jrw.fi/)
    2
    
                  
    3
    # Advanced SCSS
    4
    
                  
    5
    Or, **16 cool things you may not have known your stylesheets could do.**  I'd rather have kept it to a nice round number like 10, but they just kept coming.  Sorry.
  5. SASS @font-face mixin SASS @font-face mixin
    1
    # Font Face
    2
    
                  
    3
    A mixin for writing @font-face rules in SASS.
    4
    
                  
    5
    ## Usage
  6. natours natours Public

    HTML