Skip to content

Instantly share code, notes, and snippets.

View beachead's full-sized avatar

Geoffrey Brookins beachead

View GitHub Profile
@beachead
beachead / retool_component
Created September 10, 2019 02:37
Retool Component: Attempting to have text overlayed over an image.
// BEGIN MODEL TEXT
// { "displayText": "My headline", "SwiftTipImage": "https://cf.swifttips.co/st-17.jpg" }
// END MODEL TEXT
// BEGIN RETOOL CUSTOM COMPONENT
// REMOVE COMMENTS WHEN LOADING
<style>
body {
@beachead
beachead / viewController.swift
Created February 26, 2019 01:49
Ios / AppSync
//
// ViewController.swift
// GraphQL
//
// Created by Geoff on 2/25/19.
// Copyright © 2019 Beachead Technologies Inc. All rights reserved.
//
import UIKit
import AWSAppSync
@beachead
beachead / dabblet.css
Created July 22, 2016 20:19
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@beachead
beachead / dabblet.css
Created July 22, 2016 20:16
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;