This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1277 from orangedog22/gh-pages
Add "Fusion pages" to be used within external iframe
- Loading branch information
Showing
24 changed files
with
223 additions
and
2 deletions.
There are no files selected for viewing
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
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
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> |
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
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
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; | ||
} |
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
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 %} |
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
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 %} |
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
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 %} |
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
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 %} |
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
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 %} |
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
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 %} |
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
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 %} |
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
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 %} |
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
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 %} |
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
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 %} |
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
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 %} |
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
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 %} |
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
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 %} |
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
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 %} |
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
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 %} |
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
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 %} |
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
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 %} |
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
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 %} |
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
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 %} |
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
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 %} |