Skip to content

Commit

Permalink
Merged in bourbon-marketing page. Added favicons. Retinaized the logo…
Browse files Browse the repository at this point in the history
… on docs
  • Loading branch information
Phil LaPier committed Jan 19, 2013
1 parent 913ec38 commit c046bc1
Show file tree
Hide file tree
Showing 94 changed files with 4,940 additions and 107 deletions.
6 changes: 2 additions & 4 deletions _config.yml
@@ -1,19 +1,18 @@
safe: false
auto: true
server: false
server: true
server_port: 4000
base-url: /

source: .
destination: ./_site
plugins: ./_plugins
exclude: ./app, ./doc, ./bourbon, ./demo, ./lib, sass, ./bourbon.gemspec, ./Gemfile, ./Gemfile.lock, ./generate-bourbon.sh, ./LICENSE, ./Rakefile, ./readme.md, ./features
exclude: ./app, ./documentation, ./bourbon, ./demo, ./lib, sass, ./bourbon.gemspec, ./Gemfile, ./Gemfile.lock, ./generate-bourbon.sh, ./LICENSE, ./Rakefile, ./readme.md, ./features

future: true
lsi: false
pygments: true
markdown: maruku
permalink: date

maruku:
use_tex: false
Expand All @@ -39,4 +38,3 @@ kramdown:
coderay_tab_width: 4
coderay_bold_every: 10
coderay_css: style

33 changes: 33 additions & 0 deletions _layouts/default.html
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<meta name="description" content="{{ page.meta_description }}">
<meta name="keywords" content="{{ page.meta_keywords}}" >
<link rel="stylesheet" href="stylesheets/application.css" media="screen">
<link rel="shortcut icon" href="favicon.ico"/>
</head>
<body>

{{ content }}

<script type="text/javascript" src="//use.typekit.net/icc0mhe.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="js/vendor/jgestures.min.js"></script>
<script type="text/javascript" src="js/application.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1485842-21']);
_gaq.push(['_setDomainName', 'bourbon.io']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
35 changes: 35 additions & 0 deletions _layouts/docs.html
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<meta name="description" content="{{ page.meta_description }}">
<meta name="keywords" content="{{ page.meta_keywords}}" >
<link rel="stylesheet" href="/stylesheets/style.css">
<link rel="shortcut icon" href="favicon.ico"/>
</head>
<body>

{{ content }}

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="/js/waypoints.min.js"></script>
<script src="/js/smoothscroll.js"></script>
<script src="/js/ticker.js"></script>
<script src="/js/stickem.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1485842-21']);
_gaq.push(['_setDomainName', 'bourbon.io']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript" src="//use.typekit.net/icc0mhe.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</body>
</html>
81 changes: 81 additions & 0 deletions doc.html
@@ -0,0 +1,81 @@
---
layout: docs
title: Bourbon Documentation
permalink: /docs/
meta_keywords: Bourbon, documentation, sass, scss, library, framework, syntactically awesome stylesheets, css, web design, web development, thoughtbot, open source
meta_description: A simple and lightweight mixin library for Sass.
---

<div class="main-content">
{% include navigation.html %}

<div class="main-inner">
<section class="intro-wrapper">
<article>
<a href="/"><h1 class="logo">Bourbon &ndash; Sass Mixin Library</h1></a>
<h2 class="tagline">A simple and lightweight mixin library for Sass.</h2>

{% include intro.html %}
</article>
</section>

<h1 id="mixins" class="">Mixins</h1>
<section class="mixins">
{% include animation.html %}
{% include appearance.html %}
{% include background.html %}
{% include background-image.html %}
{% include background-size.html %}
{% include border-image.html %}
{% include border-radius.html %}
{% include box-shadow.html %}
{% include box-sizing.html %}
{% include columns.html %}
{% include flex-box.html %}
{% include font-face.html %}
{% include hidpi-media-query.html %}
{% include image-rendering.html %}
{% include linear-gradient.html %}
{% include perspective.html %}
{% include radial-gradient.html %}
{% include transform.html %}
{% include transitions.html %}
{% include user-select.html %}
</section>

<h1 id="functions">Functions</h1>
<section ckass="functions">
{% include compact.html %}
{% include flex-grid.html %}
{% include golden-ratio.html %}
{% include grid-width.html %}
{% include linear-gradient-function.html %}
{% include modular-scale.html %}
{% include radial-gradient-function.html %}
{% include tint-shade.html %}
</section>

<h1 id="add-ons">Add-ons</h1>
<section class="addons">
{% include buttons.html %}
{% include clearfix.html %}
{% include font-family.html %}
{% include hide-text.html %}
{% include html5-input-types.html %}
{% include inline-block.html %}
{% include position.html %}
{% include prefixer.html %}
{% include timing-functions.html %}
</section>

<h1 id="complete-list">Complete List</h1>
<section class="complete-list">
{% include complete-list.html %}
</section>

<h1 id="footer"></h1>
<section class="footer">
{% include footer.html %}
</section>
</div>
</div>
File renamed without changes.
Binary file added favicon.ico
Binary file not shown.
Binary file added images/apps.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/bourbon-logo-home.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/bourbon-logo@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/browser-frame.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/browser-frame@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/checkthis.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/codekit.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/codekit@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/edge.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/fdn.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hammer.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hammer@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/livereload.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/livereload@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ruby.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/yourgrind.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c046bc1

Please sign in to comment.