Skip to content

Instantly share code, notes, and snippets.

View chuckh's full-sized avatar

Chuck Horton chuckh

View GitHub Profile
@chuckh
chuckh / index.html
Created April 30, 2020 23:04
Kukun Loan Page Acorn Example
<div id="q-app">
<template>
<q-layout view="hHh lpR fFf">
<q-header elevated class="bg-white text-black q-header">
<q-toolbar>
<q-toolbar-title>
<img class="nav-logo" src="https://fs.acornfinance.com/companies/logos/kukun-logo.svg">
</q-toolbar-title>
<q-btn @click="loadApply">Load Apply</q-btn>
@chuckh
chuckh / index.html
Created April 30, 2020 22:54
Kukun Loan Page Example
<div id="q-app">
<template>
<q-layout view="hHh lpR fFf">
<q-header elevated class="bg-white text-black q-header">
<q-toolbar>
<q-toolbar-title>
<img class="nav-logo" src="https://fs.acornfinance.com/companies/logos/kukun-logo.svg">
</q-toolbar-title>
<q-btn @click="loadApply">Load Apply</q-btn>
@chuckh
chuckh / index.html
Created April 30, 2020 22:54
Kukun Loan Page Example
<div id="q-app">
<template>
<q-layout view="hHh lpR fFf">
<q-header elevated class="bg-white text-black q-header">
<q-toolbar>
<q-toolbar-title>
<img class="nav-logo" src="https://fs.acornfinance.com/companies/logos/kukun-logo.svg">
</q-toolbar-title>
<q-btn @click="loadApply">Load Apply</q-btn>
@chuckh
chuckh / edit-name.html
Created March 15, 2016 12:38 — forked from justinribeiro/edit-name.html
Basic updating with custom Polymer element, firebase-collection, and firebase-document
<link rel="import" href="bower_components/polymer/polymer.html">
<link rel="import" href="bower_components/firebase-element/firebase-document.html">
<dom-element id="edit-name">
<template>
<style>
:host {
display: block;
padding: 1em;
}
@chuckh
chuckh / paper-scroll-header-panel-demo10.html
Last active October 14, 2016 16:17
Polymer paper-scroll-header-panel enhanced title scrolling
<!doctype html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
@chuckh
chuckh / paper-scroll-header-panel-demo.html
Created June 24, 2015 16:32
Polymer paper-scroll-header-panel using keep-condensed-header
<!doctype html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
@chuckh
chuckh / designer.html
Created January 9, 2015 19:16
designer
<link rel="import" href="../yt-video/yt-search-video.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@chuckh
chuckh / designer.html
Last active August 29, 2015 14:10
designer
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../core-item/core-item.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
@chuckh
chuckh / index.html
Created November 4, 2014 12:50
Polymer // source http://jsbin.com/deqabu
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Polymer</title>
<script src="http://www.polymer-project.org/platform.js"></script>
<link rel="import" href="http://www.polymer-project.org/components/polymer/polymer.html">
<link rel="import" href="http://www.polymer-project.org/components/paper-dropdown-menu/paper-dropdown-menu.html">
<link rel="import" href="http://www.polymer-project.org/components/paper-item/paper-item.html">
<link rel="import" href="http://www.polymer-project.org/components/core-ajax/core-ajax.html">
@chuckh
chuckh / designer.html
Last active August 29, 2015 14:06
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../paper-checkbox/paper-checkbox.html">
<link rel="import" href="../paper-input/paper-input.html">
<link rel="import" href="../paper-button/paper-button.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../paper-icon-button/paper-icon-button.html">
<link rel="import" href="../core-icons/av-icons.html">
<link rel="import" href="../paper-fab/paper-fab.html">