Skip to content

Instantly share code, notes, and snippets.

View mborsare's full-sized avatar
🎯
Focusing

Mike Borsare mborsare

🎯
Focusing
View GitHub Profile
@mborsare
mborsare / _function-rem.scss
Created March 30, 2018 20:15
Convert pixels to rems
@function rem($pixels, $context: $font-size-global) {
@if (unitless($pixels)) {
$pixels: $pixels * 1px;
}
@if (unitless($context)) {
$context: $context * 1px;
}
@return $pixels / $context * 1rem;

thoughtbot is a digital studio of designers and developers. We partner with organizations of all sizes to design, develop, and grow their products.

Design at thoughtbot

Products at thoughtbot are shaped by user-centered design. We build quickly and test frequently. Each iteration gets us closer to the ideal product for the user. Designers at thoughtbot hold a broad skill base and are experts in one or two areas. The core skill sets each one of our designers share are: UI, UX, front-end development, user research, consulting, diplomacy, and visual design.

About you

You're as excited about conducting usability tests as you are about great graphic design. You're not afraid to implement your designs using prototyping tools or HTML/CSS. You're highly efficient in the tools of the trade, i.e. Sketch, Adobe CS, Invision, Origami Studio, HTML/CSS, etc. You want to work closely with users, clients, and colleagues to achieve the best results. You care about the details just as much as the overall experience

  • Rambox
  • Browserstack
  • HTML5 Outliner
  • Honey for coupons
  • JSON view
  • JoinTabs
  • Mac2Imgur
  • One tab
  • Papier
  • Smile always
<style> figcaption { margin-bottom: 3rem; } .mc-screenshot { box-shadow: 0 0 35px rgba(64, 64, 79, 0.15), 0 5px 15px rgba(0, 0, 0, 0.07); } .mc-point-list {
@mborsare
mborsare / html-css-quiz-base.scss
Last active February 21, 2018 19:57
Base styles for thoughtbot's html & css quiz
// Variables
$body-font-family: "Poppins", sans-serif;
$display-font-family: "Share Tech Mono", monospace;
$action-color: black;
$secondary-color: #e05359;
$base-spacing: 1rem;
$large-spacing: $base-spacing * 2;
$largest-spacing: $base-spacing * 4;
$small-spacing: $base-spacing / 2;
$smallest-spacing: $base-spacing / 4;
@mborsare
mborsare / charleston-todo.txt
Last active April 15, 2017 01:29
Charleston
Leonsoystershop.com
Rooftop bar at Vendue
The Rarebit
dribbble.com/fletcherdesign
Callie's hot little biscuit
Watch Top Chef Charleston
Home Team BBQ
The Rarebit
Kiawah daytrip?
Middleton Place Plantation
// ----
// Sass (v3.4.1)
// Compass (v1.0.1)
// ----
$countries: (
austria: red,
england: blue,
france: mediumseagreen,
germany: dimgray,
@mborsare
mborsare / SassMeister-input.scss
Created August 28, 2014 14:39
Sass each loop with a list – Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0)
// ----
$austria-base: red;
$england-base: blue;
$france-base: mediumseagreen;
$germany-base: dimgray;
@mborsare
mborsare / SassMeister-input.scss
Created August 6, 2014 20:59
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0.rc.1)
// ----
// The Mixin
////////////////////////////////////////////////////////////////////////////
@mixin comprehension-highlight($content-type, $element-type) {
$comprehensions: weak, fair, strong;