This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Green Tea ~ A node-non-web-framework. | |
Green Tea is a collection of tools to | |
make writing web applications in node | |
a whole lot easier! | |
Created By Jesse Sibley. | |
On the 28th June 2014. | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>{Title}</title> | |
<link rel="shortcut icon" href="{Favicon}"> | |
<link rel="alternate" type="application/rss+xml" href="{RSS}"> | |
{block:Description} | |
<meta name="description" content="{MetaDescription}" /> | |
{/block:Description} | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. CSS | |
1. SCSS (Sassy CSS) | |
2. Bootstrap / Foundation / Skeleton (prefered as minimal) | |
3. normalize.css | |
4. fontawesome | |
2. JS | |
1. JQuery (hmmm... maybe not for much longer) | |
2. React (hmmm... only for mainly dynamic interactive sites) | |
3. *CSS extentions (like Bootstrap or Foundation) |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ { iata: 'HKV', | |
lon: '25.55', | |
iso: 'BG', | |
status: 1, | |
name: 'Haskovo Airport', | |
continent: 'EU', | |
type: 'airport', | |
lat: '41.933334', | |
size: 'small' }, | |
{ iata: 'HKV', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
thebestdesigns.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Joy | |
---- | |
* packages all files.. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict" | |
/** | |
HLT - 0000 | |
*/ | |
let accumulator = 0 | |
let halt = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://giphy.com/gifs/black-and-white-ocean-landscape-ta1FnIa4yApri/fullscreen | |
http://giphy.com/gifs/black-and-white-pretty-water-yOfwINp0DhyIE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Crossroad Church</title> | |
<!-- Styles --> | |
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"> | |
<link href="bootstrap/css/featurette.css" rel="stylesheet"> |
OlderNewer