Date: [date]
Between us [company name] and you [customer name].
In short; neither of us will share any confidential information about each-other, by any means, with anyone else.
| ### Keybase proof | |
| I hereby claim: | |
| * I am floq-design on github. | |
| * I am floqdesign (https://keybase.io/floqdesign) on keybase. | |
| * I have a public key ASCuP3MLsTzLyOl44lHwdmAPEEkbQZJ8AL4UJdg5XyF--wo | |
| To claim this, I am signing this object: |
| to pauseSongbird() | |
| tell application "System Events" | |
| tell process "Songbird" | |
| tell menu bar 1 | |
| tell menu bar item "Controls" | |
| tell menu "Controls" | |
| set state to get name of menu item 1 | |
| -- display dialog state | |
| if state is equal to "Pause" then | |
| click menu item 1 |
| /*! http://responsiveslides.com v1.54 by @viljamis */ | |
| .rslides { | |
| position: relative; | |
| list-style: none; | |
| overflow: hidden; | |
| width: 100%; | |
| padding: 0; | |
| margin: 0; | |
| /* | |
| * jQuery Nivo Slider v3.2 | |
| * http://nivo.dev7studios.com | |
| * | |
| * Copyright 2012, Dev7studios | |
| * Free to use and abuse under the MIT license. | |
| * http://www.opensource.org/licenses/mit-license.php | |
| */ | |
| /* The Nivo Slider styles */ |
| // @import "mixins"; | |
| @mixin darkorlighttextshadow($a, $opacity: 0.8) { | |
| @if lightness($a) >= 65% { | |
| @include text-shadow( 0, -1px, 0, rgba(0,0,0,$opacity) ); | |
| } | |
| @else { | |
| @include text-shadow( 0, 1px, 0, rgba(255,255,255,$opacity) ); | |
| } | |
| } |
| /*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */ | |
| .fancybox-wrap, | |
| .fancybox-skin, | |
| .fancybox-outer, | |
| .fancybox-inner, | |
| .fancybox-image, | |
| .fancybox-wrap iframe, | |
| .fancybox-wrap object, | |
| .fancybox-nav, | |
| .fancybox-nav span, |
| /* | |
| * jQuery FlexSlider v2.0 | |
| * http://www.woothemes.com/flexslider/ | |
| * | |
| * Copyright 2012 WooThemes | |
| * Free to use under the GPLv2 license. | |
| * http://www.gnu.org/licenses/gpl-2.0.html | |
| * | |
| * Contributing author: Tyler Smith (@mbmufffin) | |
| */ |
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>List Maker</title> | |
| <script> | |
| var prefix = "bingo_", // prefix | |
| extension = ".bmp", // file extension | |
| suffix = " 9", // output suffix | |
| countStart = 10, // start number |