Diff of /landingpage/index.html [r165] .. [r166]  Maximize  Restore

Switch to unified view

a/landingpage/index.html b/landingpage/index.html
...
...
29
29
30
        <div class="collapse navbar-collapse navbar-ex1-collapse">
30
        <div class="collapse navbar-collapse navbar-ex1-collapse">
31
          <ul class="nav navbar-nav navbar-right">
31
          <ul class="nav navbar-nav navbar-right">
32
            <li><a href="#features" class="nav-link">Features</a></li>
32
            <li><a href="#features" class="nav-link">Features</a></li>
33
            <li><a href="#tour-head" class="nav-link">Tour</a></li>
33
            <li><a href="#tour-head" class="nav-link">Tour</a></li>
34
            <li><a href="#faqs" class="nav-link">FAQs </a></li>
34
            <li><a href="#start" class="nav-link">Getting started</a></li>
35
            <li><a href="#manuals" class="nav-link">Manuals</a></li>
35
            <li><a href="#Download">Download </a></li>
36
            <li><a href="#Download">Download</a></li>
36
            <li><a href="#about" class="nav-link">About</a></li>
37
            <li><a href="#about" class="nav-link">About</a></li>
37
          </ul>
38
          </ul>
38
        </div> <!-- /.navbar-collapse -->
39
        </div> <!-- /.navbar-collapse -->
39
      </div> <!-- /.container -->
40
      </div> <!-- /.container -->
40
    </nav> <!-- /.navbar -->
41
    </nav> <!-- /.navbar -->
...
...
149
      </div> <!-- /.container -->
150
      </div> <!-- /.container -->
150
    </div> <!-- /.container-alternate -->
151
    </div> <!-- /.container-alternate -->
151
152
152
    
153
    
153
    <div class="container">
154
    <div class="container">
154
      <h3 id="faqs" class="subhead">Frequently Asked Questions</h3>
155
      <h3 id="start" class="subhead">Getting started</h3>
155
      <div class="row faqs">
156
      <div class="row start">
156
        <p class="col-md-4 col-sm-6">
157
        <p class="col-md-4 col-sm-6">
157
          <strong>Getting started</strong><br>
158
          <strong>Getting started</strong><br>
158
          All you need to do is to download & install the library and provide a<br> 
159
          All you need to do is to download & install the library and provide a<br> 
159
          reference of the CfUnit-library in your project. Now you are ready and<br>
160
          reference of the CfUnit-library in your project. Now you are ready and<br>
160
          you can start to write your test code.
161
          you can start to write your test code.
...
...
168
              <li>Call the CfUnit-assert methods to compare the expected output to the actual output,</li>
169
              <li>Call the CfUnit-assert methods to compare the expected output to the actual output,</li>
169
              <li>Close the test with <code>TEST_FINISHED()</code> when finished.</li>
170
              <li>Close the test with <code>TEST_FINISHED()</code> when finished.</li>
170
            </ul>
171
            </ul>
171
          </ul> 
172
          </ul> 
172
        </p>
173
        </p>
173
        <p><ul class="col-md-4 col-sm-6">
174
      </div> <!-- /.start -->
174
          <strong>Tuturials</strong>
175
    </div> <!-- /.container -->
175
            <ul>
176
              <li>Quick start <a href="https://forge.codesys.com/prj/cfunit/home/Home/">instructions</a>.</li>
177
              <li>Checking test <a href="https://forge.codesys.com/prj/cfunit/home/Home/">results</a>.</li>
176
    
178
              <li>Or follow <a href="https://forge.codesys.com/prj/cfunit/home/Home/">this introduction user guide</a>.<br></li>
177
    
179
              The end result of the tuturial (Simple Usage Example) can be downloaded <a href="#Download">here.</a>
178
    <div class="container">
180
            </ul>
179
      <h3 id="manuals" class="subhead">Manuals</h3>
181
          </ul> 
180
      <div class="row manuals">
182
        </p>
183
        <p class="col-md-4 col-sm-6">
181
        <p class="col-md-4 col-sm-6">
184
          <strong>API</strong><br>
182
          <strong>API</strong><br>
185
          <a href="https://forge.codesys.com/prj/cfunit/home/CfUnit%20API%20Reference/">Online API reference can be found here</a>.
183
          <a href="https://forge.codesys.com/prj/cfunit/home/CfUnit%20API%20Reference/">Online API reference can be found here</a>.
186
        </p>        
184
        </p>        
187
        <p class="col-md-4 col-sm-6">
185
        <p class="col-md-4 col-sm-6">
188
          <strong>Report bugs</strong><br>
186
          <strong>Bugs</strong><br>
189
          Bugs can be reported by opening a <a href="https://forge.codesys.com/prj/cfunit/tickets/">ticket</a> here.
187
          Bugs can be reported by opening a <a href="https://forge.codesys.com/prj/cfunit/tickets/">ticket</a> here.
190
        </p>
188
        </p>
191
        <p class="col-md-4 col-sm-6">
189
        <p class="col-md-4 col-sm-6">
192
          <strong>Q&A </strong><br>
190
          <strong>Q&A</strong><br>
193
          If you have any questions, <a href="https://forge.codesys.com/prj/cfunit/questions/">you can drop them here</a>.<br>
191
          If you have any questions, <a href="https://forge.codesys.com/prj/cfunit/questions/">you can drop them here</a>.<br>
194
          If you cannot find your anwser, you can always drop a question in the comment.<br>
192
          If you cannot find your anwser, you can always drop a question in the comment.<br>
195
          Posted questions will be modderated into the Q&A for future reference.
193
          Posted questions will be modderated into the Q&A for future reference.
196
        </p>
194
        </p>
197
        <p class="col-md-4 col-sm-6">
195
      </div> <!-- /.manuals -->
198
          <strong>Development Log</strong><br>
199
          A <a href="https://forge.codesys.com/prj/cfunit/home/Development%20Log/">development log</a> can be found here.
200
        </p>
201
      </div> <!-- /.faqs -->
202
    </div> <!-- /.container -->
196
    </div> <!-- /.container -->
203
    
197
    
204
    
198
    
205
    <div class="container">
199
    <div class="container">
206
      <h3 id="Download" class="subhead">Download</h3>
200
      <h3 id="Download" class="subhead">Download</h3>
...
...
234
        <p class="col-md-4 col-sm-6">
228
        <p class="col-md-4 col-sm-6">
235
          <strong>CfUnitTimedTestExample.project</strong><br>
229
          <strong>CfUnitTimedTestExample.project</strong><br>
236
          Timed Testing example<br>
230
          Timed Testing example<br>
237
          <a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v0.9.1.0/CfUnitTimedTestExample.project?format=raw" class="btn btn-primary">Download</a>
231
          <a href="https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v0.9.1.0/CfUnitTimedTestExample.project?format=raw" class="btn btn-primary">Download</a>
238
        </p>
232
        </p>
233
        <p class="col-md-4 col-sm-6">
234
          <strong>Development Log</strong><br>
235
          A <a href="https://forge.codesys.com/prj/cfunit/home/Development%20Log/">development log</a> can be found here.
236
        </p>
239
      </div> <!-- /.row Download -->
237
      </div> <!-- /.row Download -->
240
    </div> <!-- /.container -->
238
    </div> <!-- /.container -->
241
    
239
    
242
240
243
    <div class="container-alternate">
241
    <div class="container-alternate">