Skip to content

Instantly share code, notes, and snippets.

View KatieK2's full-sized avatar

KatieK KatieK2

View GitHub Profile
@KatieK2
KatieK2 / rolling-spider-eye-codes.md
Last active January 18, 2022 00:49
The LEDs in Parrot's Rolling Spider drone tell you the status of the bot.

#Rolling Spider Eye Codes

The LEDs in Parrot's Rolling Spider drone tell you the status of the bot. Here's what they mean, I think.

  • Left: Off / Right: Red = Charging
  • Left: Green / Right: Green = Connected via Bluetooth
  • Left: Off / Right: Off = Done Charging or Powered Off?
  • Left: Red / Right: Red = Turning On?
  • Left: Green / Right: Red = Connected as a USB Drive?
@KatieK2
KatieK2 / SassMeister-input.scss
Created February 18, 2015 04:21
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
%visually-hidden {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
@KatieK2
KatieK2 / SassMeister-input.scss
Created February 18, 2015 04:16
GDI Sass, Class 1, Slide 5 example - SassMeister.com
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
$brandColor: #f90000;
$accentColor: #fff;
header {
background-color: $brandColor;
color: $accentColor;
@KatieK2
KatieK2 / SassMeister-input.scss
Created February 18, 2015 04:12
GDI Sass, Class 1, Slide 4 example - SassMeister.com
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
$brandColor: #f90000;
$accentColor: #fff;
header {
background-color: $brandColor;
color: $accentColor;
<nav>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
</nav>
<div id="page" class="hfeed site">
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
<header id="masthead" class="site-header" role="banner">
Masthead<br />
Am et dictum<br />
enim nec<br />
mollis nisl<br />
</header><!-- #masthead -->
@KatieK2
KatieK2 / SassMeister-input.scss
Created December 3, 2014 21:50
Generated by SassMeister.com.
// ----
// libsass (v3.0.1)
// ----
$pink: #C6538C;
.l-pink {
color: lighten($pink, 20%);
}
@KatieK2
KatieK2 / SassMeister-input.scss
Created December 3, 2014 06:11
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
$pink: #C6538C;
.l-pink {
color: lighten($pink, 20%);
}
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
@import "compass";
$color: #C6538C;
.box {
@KatieK2
KatieK2 / config.rb
Last active August 29, 2015 14:08
autoprefixer-rails-3.1.2.20141016
# Require any additional compass plugins here.
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "./"
sass_dir = "./sass"
images_dir = "../images/site-styles"
javascripts_dir = "../js"
# You can select your preferred output style here (can be overridden via the command line):