Skip to content

Instantly share code, notes, and snippets.

View KyFaSt's full-sized avatar
🐈‍⬛

Kylie Stradley KyFaSt

🐈‍⬛
View GitHub Profile
@KyFaSt
KyFaSt / .travis.yml
Last active December 3, 2015 20:25
ES6 Mocha Testing
language: node_js
node_js:
- "4.1"
#
# Cookbook Name:: users
# Recipe:: default
#
# Copyright 2015, YOUR_COMPANY_NAME
#
# All rights reserved - Do Not Redistribute
#
search("users", "*:*").each do |user_data|
user user_data["id"] do
kyfast.net
@KyFaSt
KyFaSt / gist:8342708
Created January 9, 2014 21:50
using the internationalization file to "translate" changed copy
# Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
# I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
@KyFaSt
KyFaSt / mobile
Created November 10, 2013 21:19
images 01,06,09 stored in static folder
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../docs-assets/ico/favicon.png">
@KyFaSt
KyFaSt / edit app
Created November 10, 2013 19:44
edit application
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@KyFaSt
KyFaSt / ProgBar Update
Created November 10, 2013 16:14
Updated with KFC-15%
<div class="row">
<div class="col-md-8"></div>
<div class="col-md-4">
<div class="panel panel-default">
<!-- Default panel contents -->
<div class="panel-heading">Completion Status</div>
<div class="panel-body">
<h5>KFC</h5>
<div class="progress progress-striped">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="15" aria-valuemin="0" aria-valuemax="100" style="width: 15%">
@KyFaSt
KyFaSt / ProgressBar-Initial
Last active December 27, 2015 22:39
Initial Progress Bar- before update
<div class="row">
<div class="col-md-8"></div>
<div class="col-md-4">
<div class="panel panel-default">
<!-- Default panel contents -->
<div class="panel-heading">Completion Status</div>
<div class="panel-body">
<h5>Toyota Academic Excellence</h5>
<div class="progress progress-striped">
@KyFaSt
KyFaSt / New App
Created November 10, 2013 14:54
New Application Form
<form class="form-horizontal">
<fieldset>
<!-- Form Name -->
<legend>Form Name</legend>
<!-- Text input-->
<div class="form-group">
<label class="col-md-4 control-label" for="ScholarshipName">Scholarship Name:</label>
<div class="col-md-4">
@KyFaSt
KyFaSt / gist:7392839
Created November 10, 2013 02:21
write it down
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../docs-assets/ico/favicon.png">