Skip to content

Instantly share code, notes, and snippets.

@lyonsun
lyonsun / 1 Gist conventions
Last active August 3, 2017 12:19 — forked from PavloBezpalov/1 Gist conventions
Deploy Rails 5.0.0.beta3 to VPS(Ubuntu 14.04.4 LTS). Nginx, Puma, Capistrano3, PostgreSQL, Rbenv.
<<APP>> change this variables
@lyonsun
lyonsun / index.html
Created February 28, 2016 19:35 — forked from anonymous/index.html
Parallax backgrounds with centered content Parallax backgrounds with centered content // source http://jsbin.com/roqiqedipa
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Parallax backgrounds with centered content</title>
<meta name="description" content="Parallax backgrounds with centered content">
<style id="jsbin-css">
/* background setup */
.background {
background-repeat:no-repeat;
@lyonsun
lyonsun / config.json
Created December 8, 2015 13:04 — forked from anonymous/config.json
Bootstrap Customizer Config
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "darken(#2fa4e7, 6.5%)",
"@brand-success": "#73a839",