This gist contains the settings for Atom
This file contains hidden or 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
<template> | |
<div id="app"> | |
<button :disabled="loading" @click="triggerAction">Trigger action</button> | |
<div v-if="loading">Loading....</div> | |
<div v-else>Not loading</div> | |
</div> | |
</template> | |
<script> | |
export default { |
This file contains hidden or 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
Verifying my Blockstack ID is secured with the address 18M1iZb6RnmrvsxLV8nqU6B3mEnG7gDcvd https://explorer.blockstack.org/address/18M1iZb6RnmrvsxLV8nqU6B3mEnG7gDcvd |
This file contains hidden or 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
{"lastUpload":"2020-06-27T09:27:42.937Z","extensionVersion":"v3.4.3"} |
This file contains hidden or 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
/* styles for '...' */ | |
.block-with-text { | |
/* hide text if it more than N lines */ | |
overflow: hidden; | |
/* for set '...' in absolute position */ | |
position: relative; | |
/* use this value to count block height */ | |
line-height: 1.2em; | |
/* max-height = line-height (1.2) * lines max number (3) */ | |
max-height: 3.6em; |
This file contains hidden or 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
var IonicModule = angular.module('ionic'), | |
extend = angular.extend, | |
forEach = angular.forEach, | |
isDefined = angular.isDefined, | |
isString = angular.isString, | |
jqLite = angular.element; | |
/** | |
* @ngdoc directive | |
* @name ionVerticalSlideBox |
This file contains hidden or 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
- @icons = ["happy", "wink", "devil", "wink2", "unhappy", "sleep", "thumbsup", "surprised", "displeased", "angry", "cry", "shoot"] | |
%header | |
.container | |
%h1 Direction-aware hover effect | |
%p CSS & bits of JS | |
.container | |
%ul | |
- @icons.each do |face| | |
%li |
This file contains hidden or 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
- @icons = ["happy", "wink", "devil", "wink2", "unhappy", "sleep", "thumbsup", "surprised", "displeased", "angry", "cry", "shoot"] | |
%header | |
.container | |
%h1 Direction-aware hover effect | |
%p CSS & bits of JS | |
.container | |
%ul | |
- @icons.each do |face| | |
%li |