-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into topic/hir/InitialMovement
- Loading branch information
Showing
2 changed files
with
37 additions
and
4 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 |
---|---|---|
@@ -1,13 +1,29 @@ | ||
--- | ||
Title: BBT.StructureTools | ||
NoSidebar: true | ||
NoContainer: false | ||
NoContainer: true | ||
NoGutter: true | ||
--- | ||
|
||
<div class="container"> | ||
<h1>What is it?</h1> | ||
<div class="jumbotron"> | ||
<div class="container"> | ||
<h1 class="display-4">BBT.StructureTools</h1> | ||
<p> | ||
.NET. classes for copying, comparing and converting object structures<br/> | ||
</p> | ||
<a class="btn btn-primary btn-lg" href="/BBT.StructureTools/docs" role="button">Learn more</a> | ||
<a class="btn btn-primary btn-lg" href="/BBT.StructureTools/api/BBT.StructureTools" role="button">API documentation</a> | ||
</div> | ||
</div> | ||
|
||
<div class="container"> | ||
<p style="height: 35px;"> | ||
<img alt="GitHub" src="https://img.shields.io/github/license/bbtsoftware/BBT.StructureTools"> | ||
<img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/bbtsoftware/BBT.StructureTools"> | ||
<img alt="Nuget" src="https://img.shields.io/nuget/dt/BBT.StructureTools"> | ||
</p> | ||
|
||
<p> | ||
This NuGet package provides .NET. classes for copying, comparing and converting object structures. | ||
BBT.StructureTools provides .NET. classes for copying, comparing and converting object structures. | ||
</p> | ||
</div> |