Skip to content

Instantly share code, notes, and snippets.

View afjlambert's full-sized avatar

André Lambert afjlambert

View GitHub Profile
import React from "react";
import Question from "../sttr_client/models/question";
type State = {
active: boolean;
finished: boolean;
checked: boolean;
};
@afjlambert
afjlambert / Stepbystep.tsx
Last active September 8, 2020 11:53
Step by step / timeline nav
import React from "react";
import Question from "../sttr_client/models/question";
type State = {
active: boolean;
finished: boolean;
checked: boolean;
};
@afjlambert
afjlambert / two-jquery.js
Last active March 17, 2018 09:21
multiple jquery's
<!doctype html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.js"></script>
<script>
_$ = jQuery.noConflict(); // make our own safe version
$ = jQuery; // support cms widgets and other third parties
(function(version){
@afjlambert
afjlambert / SassMeister-input.scss
Last active November 16, 2015 23:52
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
@mixin for-theme($theme) {
@media (theme: $theme) {
& {
@content;
}
}
/*
* Copyright (c) 2011, Yahoo! Inc. All rights reserved.
* Copyright (c) 2012, Log-Normal, Inc. All rights reserved.
* Copyright (c) 2014, SOASTA, Inc. All rights reserved.
* Copyrights licensed under the BSD License. See the accompanying LICENSE.txt file for terms.
*/
/**
\file boomerang.js
boomerang measures various performance characteristics of your user's browsing
@afjlambert
afjlambert / tagmanager-adsense-tag
Last active August 29, 2015 14:18
Create a new custom tag in your tagmanager and paste this in. Add the html div to your page.
<script>
/*
Replace the 'pub-xxxxxxxxxxxxxxxx' with your own Google Adsense publisher-id.
Update the 'positions' with the data from your Google Adsense account page.
Usage:
<div class="tagmanager_ad" data-name="rectangle"></div>
*/
var publisherId = "pub-xxxxxxxxxxxxxxxx",