Skip to content

Commit

Permalink
update doc home page, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpinero committed Feb 17, 2018
1 parent c47a493 commit 58f3e76
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Tyfy Bootstrap
# Tyfy for Bootstrap

A Tyfy-based theme for Bootstrap 4.
_this is a pre-release package for testing_

Tyfy for Bootstrap is a themed version of Bootstrap 4. The tools for modular scale, baseline grid, and intelligent margins from the Tyfy framework are combined Bootstrap's grid system and user interface components.

Tyfy for Bootstrap has been created according to Bootstrap's theming guide. Modules from the Tyfy framework add variables and functions that are used to help customize Bootstrap's SASS variables.

Tyfy for Bootstrap overrides some Bootstrap styles to help Tyfy blend harmoniously with Bootstrap's components. The result is theme that can be applied to an existing Bootstrap 4 project with little or no change to the HTML structure or class attributes.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ <h1 class="font-weight-normal display-3">Tyfy for Bootstrap</h1>
<div class="container-fluid">
<div class="row">
<div class="col-md-9 col-xl-7">
<p class="lead">Tyfy for Bootstrap is a Bootstrap 4 theme that adds the tools for modular scale, baseline grid, and intelligent margins from the <a href="http://aaronpinero.net/tyfy/docs"><strong class="tyfy">Tyfy</strong> framework</a> to Bootstrap's grid system and user interface components.</p>
<p class="lead">Tyfy for Bootstrap is a themed version of Bootstrap 4. The tools for modular scale, baseline grid, and intelligent margins from the <a href="http://aaronpinero.net/tyfy/docs"><strong class="tyfy">Tyfy</strong> framework</a> are combined with Bootstrap's grid system and user interface components.</p>
<p>Tyfy for Bootstrap has been created according to Bootstrap's <a href="https://getbootstrap.com/docs/4.0/getting-started/theming/">theming guide</a>. Modules from the <strong class="tyfy">Tyfy</strong> framework add variables and functions that are used to help customize Bootstrap's SASS variables.</p>
<p>Tyfy for Bootstrap overrides some Bootstrap styles to help <strong class="tyfy">Tyfy</strong> blend harmoniously with Bootstrap's components. The result is theme that can be applied to an existing Bootstrap 4 project with little or no change to the HTML structure or class attributes.</p>
<p>Tyfy for Bootstrap overrides some Bootstrap styles to help <strong class="tyfy">Tyfy</strong> blend harmoniously with Bootstrap's components. The result is theme that can be applied to an existing Bootstrap 4 project with little change to the HTML structure or class attributes.</p>
<p><a href="docs-start.html" class="btn btn-primary" role="button">Get Started <i class="far fa-hand-point-right ml-1"></i></a></p>
</div>
<aside class="col-md-3 offset-xl-2">
Expand Down
4 changes: 2 additions & 2 deletions source/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ <h1 class="font-weight-normal display-3">Tyfy for Bootstrap</h1>
<div class="container-fluid">
<div class="row">
<div class="col-md-9 col-xl-7">
<p class="lead">Tyfy for Bootstrap is a Bootstrap 4 theme that adds the tools for modular scale, baseline grid, and intelligent margins from the <a href="http://aaronpinero.net/tyfy/docs"><strong class="tyfy">Tyfy</strong> framework</a> to Bootstrap's grid system and user interface components.</p>
<p class="lead">Tyfy for Bootstrap is a themed version of Bootstrap 4. The tools for modular scale, baseline grid, and intelligent margins from the <a href="http://aaronpinero.net/tyfy/docs"><strong class="tyfy">Tyfy</strong> framework</a> are combined with Bootstrap's grid system and user interface components.</p>
<p>Tyfy for Bootstrap has been created according to Bootstrap's <a href="https://getbootstrap.com/docs/4.0/getting-started/theming/">theming guide</a>. Modules from the <strong class="tyfy">Tyfy</strong> framework add variables and functions that are used to help customize Bootstrap's SASS variables.</p>
<p>Tyfy for Bootstrap overrides some Bootstrap styles to help <strong class="tyfy">Tyfy</strong> blend harmoniously with Bootstrap's components. The result is theme that can be applied to an existing Bootstrap 4 project with little or no change to the HTML structure or class attributes.</p>
<p>Tyfy for Bootstrap overrides some Bootstrap styles to help <strong class="tyfy">Tyfy</strong> blend harmoniously with Bootstrap's components. The result is theme that can be applied to an existing Bootstrap 4 project with little change to the HTML structure or class attributes.</p>
<p><a href="docs-start.html" class="btn btn-primary" role="button">Get Started <i class="far fa-hand-point-right ml-1"></i></a></p>
</div>
<aside class="col-md-3 offset-xl-2">
Expand Down

0 comments on commit 58f3e76

Please sign in to comment.