-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'gh-pages' of https://github.com/daigofuji/jekyll-founda…
…tion-6-starter into gh-pages
- Loading branch information
Showing
502 changed files
with
117,277 additions
and
39,341 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,5 +1,25 @@ | ||
<li><a href="{{ site.url }}">Home</a></li> | ||
<li><a href="https://github.com/daigofuji/jekyll-foundation-6-starter">Source</a></li> | ||
<li><a href="page-html-unit-test.html">Unit Test</a></li> | ||
<li><a href="page-foundation-example.html">Foundation</a></li> | ||
<li><a href="page-template-example.html">Template</a></li> | ||
<li> | ||
<a href="{{ site.url }}"> | ||
<i class="fas fa-home"></i> Home | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/daigofuji/jekyll-foundation-6-starter"> | ||
<i class="fab fa-github"></i> Source | ||
</a> | ||
</li> | ||
<li> | ||
<a href="page-html-unit-test.html"> | ||
<i class="fas fa-flask"></i> Unit Test | ||
</a> | ||
</li> | ||
<li> | ||
<a href="page-foundation-example.html"> | ||
<i class="fas fa-magic"></i> Foundation | ||
</a> | ||
</li> | ||
<li> | ||
<a href="page-template-example.html"> | ||
<i class="fas fa-object-group"></i> Template | ||
</a> | ||
</li> |
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
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"directory": "bower_components" | ||
"directory": "bower_components", | ||
"modules": 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
26 changes: 18 additions & 8 deletions
26
bower_components/foundation-sites/.github/ISSUE_TEMPLATE.md
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 |
---|---|---|
@@ -1,18 +1,28 @@ | ||
<!-- Please only file bugs with Foundation on GitHub. If you've got a more general question about how to use Foundation, we can help you on the Foundation Forum: http://foundation.zurb.com/forum --> | ||
<!-- For replicatable bugs or feature requests GitHub is the right place. The [Foundation Forum](http://foundation.zurb.com/forum) would be a great place to seek some help with general questions or help with your code. There you can reach out to the community to share your insights or ask questions. --> | ||
|
||
**How can we reproduce this bug?** | ||
#### How to reproduce this bug: | ||
|
||
1. Step one | ||
2. Step two | ||
3. Step three | ||
|
||
**What did you expect to happen?** | ||
#### What should happen: | ||
|
||
**What happened instead?** | ||
#### What happened instead: | ||
|
||
**Test case:** | ||
#### Browser(s) and Device(s) tested on: | ||
|
||
Give us a link to a CodePen or JSFiddle that recreates the issue. | ||
#### Foundation Version(s) you are using: | ||
|
||
- [CodePen with Foundation 6 and MotionUI](http://codepen.io/rafibomb/pen/xVVGOB) | ||
- [CodePen with Foundation 6, Flexbox grid and MotionUI](http://codepen.io/rafibomb/pen/jqqPra) | ||
#### Test case link: | ||
|
||
<!-- Give us a link to a CodePen or JSFiddle that recreates the issue. --> | ||
|
||
- [CodePen with Foundation 6.3.1, Float Grid and MotionUI](http://codepen.io/IamManchanda/pen/LWGZxR) | ||
- [CodePen with Foundation 6.3.1, Float Grid with RTL Direction and MotionUI](http://codepen.io/IamManchanda/pen/bRYOMv) | ||
- [CodePen with Foundation 6.3.1, Flexbox grid and MotionUI](http://codepen.io/IamManchanda/pen/zZrBEv) | ||
|
||
- [CodePen with Foundation 6.4.1, XY Flexbox grid and MotionUI](http://codepen.io/IamManchanda/pen/EXbGKJ) | ||
- [CodePen with Foundation 6.4.1, XY Flexbox grid with RTL Direction and MotionUI](http://codepen.io/IamManchanda/pen/qjVLoO) | ||
- [CodePen with Foundation 6.4.1, XY Flexbox grid with Prototype Mode and MotionUI](http://codepen.io/IamManchanda/pen/XgzopG) | ||
- [CodePen with Foundation 6.4.1, Float Grid and MotionUI](http://codepen.io/IamManchanda/pen/qjVLrB) |
4 changes: 2 additions & 2 deletions
4
bower_components/foundation-sites/.github/PULL_REQUEST_TEMPLATE.md
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
Oops, something went wrong.