This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install.packages("base64enc") | |
library(base64enc) | |
secret <- list( | |
list(pos = 16, val = "eW91"), | |
list(pos = 22, val = "TmV2ZXI="), | |
list(pos = 1, val = "Z29ubmE="), | |
list(pos = 6, val = "Z29ubmE="), | |
list(pos = 18, val = "Z29ubmE="), | |
list(pos = 23, val = "Z29ubmE="), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.14) | |
// Compass (v1.0.1) | |
// ---- | |
$VIEWPORT--HAND_START: 320px; | |
$VIEWPORT--HAND_END: 480px; | |
$BP--WITHIN--HAND: "(min-width: #{$VIEWPORT--HAND_START}) and (max-width: #{$VIEWPORT--HAND_END})"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.box { | |
// base/"mobile" styles | |
} | |
.box--within--hand { | |
@include media-query($BP--WITHIN--HAND) { | |
// |---hand---| styles | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="stack stack--large"> | |
<div class="cover with--lighter-bg"> | |
<div class="cover__img" style="background-image: url('http://thedesktopcollection.com/free-wallpaper/woodpile-jono-renton.jpg');"></div> | |
<div class="wrapper wrapper--wide"> | |
<div class="cover__specs"> | |
<div class="cover__specs__img"> | |
<img src="http://fillmurray.com/320/200" alt=""> | |
</div> | |
<div class="cover__specs__body"> | |
<div class="cover__specs__body__title"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Propose an Item -> | |
+ Title | |
+ Price | |
+ Image | |
+ URL | |
+ Description |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/User/Piatto Dark (SL).tmTheme", | |
"create_window_at_startup": false, | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": true, | |
"folder_exclude_patterns": | |
[ | |
"bin", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*------------------------------------*\ | |
Alternate Layout Method | |
\*------------------------------------*/ | |
/** | |
* Margins | |
*/ | |
.margin { @include rem(margin, 2 * $base-spacing-unit); } | |
.margin--lg { @include rem(margin, 4 * $base-spacing-unit); } | |
.margin--sm { @include rem(margin, $base-spacing-unit); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.4) | |
// Compass (v1.0.0.alpha.18) | |
// ---- | |
// Assumptions | |
$base-font-size: 12px; // mobile | |
$base-font-size--large: 16px; // desktop | |
$line-height-ratio: 1.5; | |
$legacy-ie: false; // separate ie.scss stylesheet sets this to true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.4) | |
// Compass (v1.0.0.alpha.18) | |
// ---- | |
// Assumptions | |
$base-font-size: 12px; // mobile | |
$base-font-size--large: 16px; // desktop | |
$line-height-ratio: 1.5; | |
$legacy-ie: true; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Bootstrap Less | |
// -------------------------------------------------- | |
/** | |
* Suit.css Component Name | |
*/ | |
NewerOlder