| title | Sample | ||||
|---|---|---|---|---|---|
| date | 2018-08-21 08:52:29 -0400 | ||||
| draft | false | ||||
| menu |
|
This is my sample markdown post. The goal is to show off text & different text elements in a realistic way.
| .sp { | |
| width: 1rem; | |
| float: right; | |
| height: 1rem; | |
| margin-left: 1rem; | |
| clear: both; | |
| margin: .5rem auto; | |
| } | |
| /* Spinner Circle Rotation */ | |
| .sp-circle { |
| // https://github.com/dwyl/learn-to-send-email-via-google-script-html-no-server | |
| // https://developers.google.com/apps-script/reference/mail/mail-app | |
| // https://developers.google.com/apps-script/guides/services/quotas | |
| $("#hire-me-to-speak").submit(function(e) { | |
| e.preventDefault(); | |
| // Toggle loading spinner | |
| $(this).find('[type="submit"]').children().toggleClass('dn').blur(); | |
| var $form = $(this); |
| $(".js-smoothscroll").click(function() { | |
| $([document.documentElement, document.body]).animate({ | |
| scrollTop: $("#elementtoScrollToID").offset().top | |
| }, 2000); | |
| }); |
| node_modules/ | |
| dist/ | |
| site/data/webpack.json | |
| **/styleguide | |
| *sg-* |
| title | Sample | ||||
|---|---|---|---|---|---|
| date | 2018-08-21 08:52:29 -0400 | ||||
| draft | false | ||||
| menu |
|
This is my sample markdown post. The goal is to show off text & different text elements in a realistic way.
| /** | |
| * Outline all classes. | |
| */ | |
| [class] { | |
| outline: 5px solid lightgrey; | |
| } | |
| /** | |
| * Outline all BEM Elements. | |
| */ |