123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303 |
- <!DOCTYPE HTML>
- <!--
- Dimension by HTML5 UP
- html5up.net | @ajlkn
- Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
- -->
- <html>
- <head>
- <title>Web-Demos von CVGJ</title>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
- <link rel="stylesheet" href="assets/css/main.css" />
- <noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
- </head>
- <body class="is-preload">
- <!-- Wrapper -->
- <div id="wrapper">
- <!-- Header -->
- <header id="header">
- <div class="logo">
- <span class="icon fa-eye"></span>
- </div>
- <div class="content">
- <div class="inner">
- <h1>Web-Demos</h1>
- <h2>von <a href="http://www.inf-cv.uni-jena.de" target="_new">Computer Vision Group Jena</a></h2>
- <p>Here you can find some of our web demos presenting some of the current research projects.</p>
- </div>
- </div>
- <nav>
- <ul>
- <li><a href="#elements">Elements</a></li>
- </ul>
- </nav>
- </header>
- <!-- Main -->
- <div id="main">
- <!-- Elements -->
- <article id="elements">
- <h2 class="major">Elements</h2>
- <section>
- <h3 class="major">Text</h3>
- <p>This is <b>bold</b> and this is <strong>strong</strong>. This is <i>italic</i> and this is <em>emphasized</em>.
- This is <sup>superscript</sup> text and this is <sub>subscript</sub> text.
- This is <u>underlined</u> and this is code: <code>for (;;) { ... }</code>. Finally, <a href="#">this is a link</a>.</p>
- <hr />
- <h2>Heading Level 2</h2>
- <h3>Heading Level 3</h3>
- <h4>Heading Level 4</h4>
- <h5>Heading Level 5</h5>
- <h6>Heading Level 6</h6>
- <hr />
- <h4>Blockquote</h4>
- <blockquote>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.</blockquote>
- <h4>Preformatted</h4>
- <pre></pre>
- </section>
- <section>
- <h3 class="major">Lists</h3>
- <h4>Unordered</h4>
- <ul>
- <li>Dolor pulvinar etiam.</li>
- <li>Sagittis adipiscing.</li>
- <li>Felis enim feugiat.</li>
- </ul>
- <h4>Alternate</h4>
- <ul class="alt">
- <li>Dolor pulvinar etiam.</li>
- <li>Sagittis adipiscing.</li>
- <li>Felis enim feugiat.</li>
- </ul>
- <h4>Ordered</h4>
- <ol>
- <li>Dolor pulvinar etiam.</li>
- <li>Etiam vel felis viverra.</li>
- <li>Felis enim feugiat.</li>
- <li>Dolor pulvinar etiam.</li>
- <li>Etiam vel felis lorem.</li>
- <li>Felis enim et feugiat.</li>
- </ol>
- <h4>Icons</h4>
- <ul class="icons">
- <li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
- <li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
- <li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
- <li><a href="#" class="icon fa-github"><span class="label">Github</span></a></li>
- </ul>
- <h4>Actions</h4>
- <ul class="actions">
- <li><a href="#" class="button primary">Default</a></li>
- <li><a href="#" class="button">Default</a></li>
- </ul>
- <ul class="actions stacked">
- <li><a href="#" class="button primary">Default</a></li>
- <li><a href="#" class="button">Default</a></li>
- </ul>
- </section>
- <section>
- <h3 class="major">Table</h3>
- <h4>Default</h4>
- <div class="table-wrapper">
- <table>
- <thead>
- <tr>
- <th>Name</th>
- <th>Description</th>
- <th>Price</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>Item One</td>
- <td>Ante turpis integer aliquet porttitor.</td>
- <td>29.99</td>
- </tr>
- <tr>
- <td>Item Two</td>
- <td>Vis ac commodo adipiscing arcu aliquet.</td>
- <td>19.99</td>
- </tr>
- <tr>
- <td>Item Three</td>
- <td> Morbi faucibus arcu accumsan lorem.</td>
- <td>29.99</td>
- </tr>
- <tr>
- <td>Item Four</td>
- <td>Vitae integer tempus condimentum.</td>
- <td>19.99</td>
- </tr>
- <tr>
- <td>Item Five</td>
- <td>Ante turpis integer aliquet porttitor.</td>
- <td>29.99</td>
- </tr>
- </tbody>
- <tfoot>
- <tr>
- <td colspan="2"></td>
- <td>100.00</td>
- </tr>
- </tfoot>
- </table>
- </div>
- <h4>Alternate</h4>
- <div class="table-wrapper">
- <table class="alt">
- <thead>
- <tr>
- <th>Name</th>
- <th>Description</th>
- <th>Price</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>Item One</td>
- <td>Ante turpis integer aliquet porttitor.</td>
- <td>29.99</td>
- </tr>
- <tr>
- <td>Item Two</td>
- <td>Vis ac commodo adipiscing arcu aliquet.</td>
- <td>19.99</td>
- </tr>
- <tr>
- <td>Item Three</td>
- <td> Morbi faucibus arcu accumsan lorem.</td>
- <td>29.99</td>
- </tr>
- <tr>
- <td>Item Four</td>
- <td>Vitae integer tempus condimentum.</td>
- <td>19.99</td>
- </tr>
- <tr>
- <td>Item Five</td>
- <td>Ante turpis integer aliquet porttitor.</td>
- <td>29.99</td>
- </tr>
- </tbody>
- <tfoot>
- <tr>
- <td colspan="2"></td>
- <td>100.00</td>
- </tr>
- </tfoot>
- </table>
- </div>
- </section>
- <section>
- <h3 class="major">Buttons</h3>
- <ul class="actions">
- <li><a href="#" class="button primary">Primary</a></li>
- <li><a href="#" class="button">Default</a></li>
- </ul>
- <ul class="actions">
- <li><a href="#" class="button">Default</a></li>
- <li><a href="#" class="button small">Small</a></li>
- </ul>
- <ul class="actions">
- <li><a href="#" class="button primary icon fa-download">Icon</a></li>
- <li><a href="#" class="button icon fa-download">Icon</a></li>
- </ul>
- <ul class="actions">
- <li><span class="button primary disabled">Disabled</span></li>
- <li><span class="button disabled">Disabled</span></li>
- </ul>
- </section>
- <section>
- <h3 class="major">Form</h3>
- <form method="post" action="#">
- <div class="fields">
- <div class="field half">
- <label for="demo-name">Name</label>
- <input type="text" name="demo-name" id="demo-name" value="" placeholder="Jane Doe" />
- </div>
- <div class="field half">
- <label for="demo-email">Email</label>
- <input type="email" name="demo-email" id="demo-email" value="" placeholder="jane@untitled.tld" />
- </div>
- <div class="field">
- <label for="demo-category">Category</label>
- <select name="demo-category" id="demo-category">
- <option value="">-</option>
- <option value="1">Manufacturing</option>
- <option value="1">Shipping</option>
- <option value="1">Administration</option>
- <option value="1">Human Resources</option>
- </select>
- </div>
- <div class="field half">
- <input type="radio" id="demo-priority-low" name="demo-priority" checked>
- <label for="demo-priority-low">Low</label>
- </div>
- <div class="field half">
- <input type="radio" id="demo-priority-high" name="demo-priority">
- <label for="demo-priority-high">High</label>
- </div>
- <div class="field half">
- <input type="checkbox" id="demo-copy" name="demo-copy">
- <label for="demo-copy">Email me a copy</label>
- </div>
- <div class="field half">
- <input type="checkbox" id="demo-human" name="demo-human" checked>
- <label for="demo-human">Not a robot</label>
- </div>
- <div class="field">
- <label for="demo-message">Message</label>
- <textarea name="demo-message" id="demo-message" placeholder="Enter your message" rows="6"></textarea>
- </div>
- </div>
- <ul class="actions">
- <li><input type="submit" value="Send Message" class="primary" /></li>
- <li><input type="reset" value="Reset" /></li>
- </ul>
- </form>
- </section>
- </article>
- </div>
- <!-- Footer -->
- <footer id="footer">
- <p class="copyright">© Untitled. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
- </footer>
- </div>
- <!-- BG -->
- <div id="bg"></div>
- <!-- Scripts -->
- <script src="assets/js/jquery.min.js"></script>
- <script src="assets/js/browser.min.js"></script>
- <script src="assets/js/breakpoints.min.js"></script>
- <script src="assets/js/util.js"></script>
- <script src="assets/js/main.js"></script>
- <style type="text/css">
- article p {
- text-align: justify;
- }
- </style>
- </body>
- </html>
|