a/trunk/landingpage/index.html | b/trunk/landingpage/index.html | ||
---|---|---|---|
... |
... |
||
39 | </div> <!-- /.container --> |
39 | </div> <!-- /.container --> |
40 | </nav> <!-- /.navbar --> |
40 | </nav> <!-- /.navbar --> |
41 | 41 | ||
42 | <div id="top" class="jumbotron"> |
42 | <div id="top" class="jumbotron"> |
43 | <div class="container"> |
43 | <div class="container"> |
44 | <h1>CfUnit — Unit Testing framework</h1> |
44 | <h1>CfUnit — CODESYS Forge Unit Testing framework</h1> |
45 | <h2>In short 'CfUnit' is a free open-source unit testing framework, motivated by absence of 'good and free' IEC61131-3 automated unit-testing solutions. |
45 | <h2>In short 'CfUnit' is a free open-source unit testing framework, motivated by absence of 'good and free' IEC61131-3 automated unit-testing solutions. Written in Structured Text for CODESYS based PLC systems. Released under MIT-License</h2> |
46 | Written in Structured Text for CODESYS based PLC systems. |
||
47 | Released under MIT-License</h2> |
||
48 | <p><a class="btn btn-primary btn-lg" href="#Download">Download <span class="glyphicon glyphicon-circle-arrow-right"></span></a></p> |
46 | <p><a class="btn btn-primary btn-lg" href="#Download">Download <span class="glyphicon glyphicon-circle-arrow-right"></span></a></p> |
49 | </div> <!-- /.container --> |
47 | </div> <!-- /.container --> |
50 | </div> <!-- /.jumbotron --> |
48 | </div> <!-- /.jumbotron --> |
51 | 49 | ||
52 | 50 |