Skip to content

Instantly share code, notes, and snippets.

if ($_GET['page'] == '#news'):
$result['copy'] = '
<h1>News</h1>
<p>Coming Soon.</p>
<ul id="footer-list-content">
<li>&copy; 2013 Foxcode, Inc. All Rights Reserved</li>
<li> | </li>
<li>Legal</li>
<li>Sitemap</li>
<li>Privacy</li>
;(function($) {
if (!$.aniAutoHeight) {
$.extend({
aniAutoHeight: function(elm, speed) {
if (!speed) speed = 200;
return elm.each(function(index){
var curHeight = $(this).height(),
autoHeight = $(this).css('height', 'auto').height();
$(this).height(curHeight).animate({height: autoHeight}, speed, function() { $(this).height('auto'); });
});
@bmegod
bmegod / gist:5731763
Created June 7, 2013 19:30
index.html
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- clean cache -->
<meta http-equiv="cache-control" content="no-cache" />
<title>HTML Mockup | Foxcode</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
/* ==========================================================================
Globals
========================================================================== */
@font-face {
font-family: 'GaramondPro';
src: url('fonts/AGaramondPro-Regular.otf');
font-weight: normal;
font-style: normal;
}
<?php
if ($_GET['page'] == 'home'):
$result['copy'] = '
<p id="home-p">Foxcode is an investment and merchant banking Firm which advises and invests in small to mid-market companies and projects globally.</p>
';
$result['background'] = 'img/layout/bg_home.jpg';
echo json_encode($result);
endif;
@bmegod
bmegod / gist:5784705
Created June 14, 2013 19:47
index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>button demo</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
</head>
@bmegod
bmegod / gist:5785019
Created June 14, 2013 20:29
index.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>button demo</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
<link type="text/css" rel="stylesheet" href="D://han/www/css/home.css" />
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>