Skip to content

Instantly share code, notes, and snippets.

@aaronfischer
aaronfischer / video.html
Last active February 21, 2016 05:23
Full screen background video
<video id="video" class="full-bleed" preload="" autoplay="">
<source src="/videos/MMI-Feature-Vid-01.2.webmhd.webm" type="video/webm">
<source src="/videos/MMI-Feature-Vid-01.3.mp4" type="video/mp4">
</video>
@itsme-renee
itsme-renee / mailchimp_subscribe.php
Created April 22, 2014 13:02
Mail Chimp Api subscribe to list example
<?php
/**
* First things first
*
* get the mailchimp api php package (you can use composer or just download it)
*
* https://packagist.org/packages/mailchimp/mailchimp
*
* Put it somewhere that you can access it and then instantiate it. (see the require_once line)
*