Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1277 from orangedog22/gh-pages
Browse files Browse the repository at this point in the history
Add "Fusion pages" to be used within external iframe
  • Loading branch information
interactivellama committed May 8, 2015
2 parents 27b0315 + 78331ea commit b2f973e
Show file tree
Hide file tree
Showing 24 changed files with 223 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Fuel UX - Live Documentation

### Notes
* Any h tag with an id will automagically be given a little link thing to its left that people can use to link back to the documentation. The more h tags have ids, the more reference-able our documentation will be.

* The fusion folder breaks each section down into its own page. Doing this exposes individual control documentation to other web sites.
20 changes: 20 additions & 0 deletions _layouts/fusion-home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en" class="fuelux">
<head>
<!-- Meta, title, CSS, favicons, etc. -->
{% include header.html %}

<!-- fusion specific css -->
<link type="text/css" href="/assets/css/fusion.css" rel="stylesheet" />
</head>
<body>
<div id="fusion-body">
<!-- Page Content -->
{{ content }}
</div>
<!-- Script is pulled from footer -->
<script>
require(['jquery', 'bootstrap', 'moment', 'assets/js/application'], function($){});
</script>
</body>
</html>
1 change: 0 additions & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<!-- Meta, title, CSS, favicons, etc. -->
{% include header.html %}
</head>
<!-- <body style="display:none;"> -->
<body>
<!-- Master Nav -->
{% include nav/main.html %}
Expand Down
22 changes: 22 additions & 0 deletions assets/css/fusion.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#fusion-body{
padding:50px;
padding-top:0px;
}
h1 .header-anchor{
left:-1px;
}
h2 .header-anchor{
left:7px;
}
h3 .header-anchor{
left:12px;
}
h4 .header-anchor{
left:15px;
}
dt .header-anchor{
left:20px;
}
h1:first-of-type{
padding-top:0px;
}
9 changes: 9 additions & 0 deletions fusion/checkbox.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
base_url: "./"
layout: fusion-home
slug: checkbox
title: Fuel UX
mctheme: true
---

{% include js/checkbox.html %}
9 changes: 9 additions & 0 deletions fusion/combobox.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
base_url: "./"
layout: fusion-home
slug: combobox
title: Fuel UX
mctheme: true
---

{% include js/combobox.html %}
9 changes: 9 additions & 0 deletions fusion/datepicker.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
base_url: "./"
layout: fusion-home
slug: datepicker
title: Fuel UX
mctheme: true
---

{% include js/datepicker.html %}
9 changes: 9 additions & 0 deletions fusion/extensions/community.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
base_url: "./"
layout: fusion-home
slug: community
title: Fuel UX
mctheme: true
---

{% include extensions/community.html %}
9 changes: 9 additions & 0 deletions fusion/extensions/dropdown-autoflip.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
base_url: "./"
layout: fusion-home
slug: dropdown-autoflip
title: Fuel UX
mctheme: true
---

{% include extensions/dropdown-autoflip.html %}
9 changes: 9 additions & 0 deletions fusion/extensions/repeater-list.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
base_url: "./"
layout: fusion-home
slug: repeater-list
title: Fuel UX
mctheme: true
---

{% include extensions/repeater-list.html %}
9 changes: 9 additions & 0 deletions fusion/extensions/repeater-thumbnail.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
base_url: "./"
layout: fusion-home
slug: repeater-thumbnail
title: Fuel UX
mctheme: true
---

{% include extensions/repeater-thumbnail.html %}
9 changes: 9 additions & 0 deletions fusion/extensions/writing.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
base_url: "./"
layout: fusion-home
slug: writing
title: Fuel UX
mctheme: true
---

{% include extensions/writing.html %}
9 changes: 9 additions & 0 deletions fusion/infinite-scroll.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
base_url: "./"
layout: fusion-home
slug: infinite-scroll
title: Fuel UX
mctheme: true
---

{% include js/infinite-scroll.html %}
9 changes: 9 additions & 0 deletions fusion/loader.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
base_url: "./"
layout: fusion-home
slug: loader
title: Fuel UX
mctheme: true
---

{% include js/loader.html %}
9 changes: 9 additions & 0 deletions fusion/pillbox.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
base_url: "./"
layout: fusion-home
slug: pillbox
title: Fuel UX
mctheme: true
---

{% include js/pillbox.html %}
9 changes: 9 additions & 0 deletions fusion/placard.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
base_url: "./"
layout: fusion-home
slug: placard
title: Fuel UX
mctheme: true
---

{% include js/placard.html %}
9 changes: 9 additions & 0 deletions fusion/radio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
base_url: "./"
layout: fusion-home
slug: radio
title: Fuel UX
mctheme: true
---

{% include js/radio.html %}
9 changes: 9 additions & 0 deletions fusion/repeater.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
base_url: "./"
layout: fusion-home
slug: repeater
title: Fuel UX
mctheme: true
---

{% include js/repeater.html %}
9 changes: 9 additions & 0 deletions fusion/scheduler.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
base_url: "./"
layout: fusion-home
slug: scheduler
title: Fuel UX
mctheme: true
---

{% include js/scheduler.html %}
9 changes: 9 additions & 0 deletions fusion/search.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
base_url: "./"
layout: fusion-home
slug: search
title: Fuel UX
mctheme: true
---

{% include js/search.html %}
9 changes: 9 additions & 0 deletions fusion/selectlist.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
base_url: "./"
layout: fusion-home
slug: selectlist
title: Fuel UX
mctheme: true
---

{% include js/selectlist.html %}
9 changes: 9 additions & 0 deletions fusion/spinbox.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
base_url: "./"
layout: fusion-home
slug: spinbox
title: Fuel UX
mctheme: true
---

{% include js/spinbox.html %}
9 changes: 9 additions & 0 deletions fusion/tree.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
base_url: "./"
layout: fusion-home
slug: tree
title: Fuel UX
mctheme: true
---

{% include js/tree.html %}
9 changes: 9 additions & 0 deletions fusion/wizard.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
base_url: "./"
layout: fusion-home
slug: wizard
title: Fuel UX
mctheme: true
---

{% include js/wizard.html %}

0 comments on commit b2f973e

Please sign in to comment.