Skip to content

Commit

Permalink
Merge branch 'develop' into topic/hir/InitialMovement
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-bertschi authored Nov 8, 2019
2 parents 64f0719 + b975c0a commit af93268
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 4 deletions.
17 changes: 17 additions & 0 deletions docs/input/assets/css/override.less
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,21 @@ pre:hover .btn-copy {
a, a:active, a:hover, a:focus {
color: #fff;
}
}

/* For feature list */

.feature-list li {
display: block;
}

.feature-list li:before {
/*Using a Bootstrap glyphicon as the bullet point*/
content: "\e013";
font-family: 'Glyphicons Halflings';
font-size: 12px;
float: left;
margin-top: 1px;
margin-left: -25px;
color: green;
}
24 changes: 20 additions & 4 deletions docs/input/index.cshtml
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>

0 comments on commit af93268

Please sign in to comment.