| <!doctype html> |
| <html> |
| <link rel="icon" type="image/png" href="favicon.ico" /> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| <title>CHESS</title> |
| <link rel="stylesheet" href="styles.css" type="text/css" /> |
| </head> |
| <body> |
| <header> |
| <div class="logo-left width"> |
| <a href="index.html"><img src="images/logo_chess_350.gif" alt="CHESS logo" width=""></a> |
| </div> |
| </header> |
| <nav> |
| |
| <div class="width"> |
| <ul> |
| <li class="start"><a href="index.html">Home</a></li> |
| <li class="divider-vertical-second-menu"></li> |
| <li><a href="features.html">Features</a></li> |
| <li class="divider-vertical-second-menu"></li> |
| <li><a href="start.html">Getting Started</a></li> |
| <li class="divider-vertical-second-menu"></li> |
| <li class="selected"><a href="events.html">Events</a></li> |
| <li class="divider-vertical-second-menu"></li> |
| <li class="end"><a href="community.html">Community</a></li> |
| <li style="text-align:right;"><a href="download.html" class="box">Download</a></li> |
| <li style="float:none;"><br style="clear:both;" /></li> |
| </ul> |
| </div> |
| |
| </nav> |
| |
| <div id="hrdiv"> |
| <img src="images/bg_breadcrumb.jpg" width="" alt="" height="" /> |
| </div> |
| |
| <div id="body" class="width-started"> |
| |
| <section id="content"> |
| <article class="expanded" id="construction"> |
| <table> |
| <tr> |
| <th> |
| CHESS events coming soon! |
| <!-- |
| <h3>2015</h3> |
| <h5>June</h5> |
| <ul> |
| <li> |
| </li> |
| </ul> |
| <br /> |
| <br /> |
| <h5>February</h5> |
| <ul> |
| <li> |
| </li> |
| </ul> |
| <br /> |
| <br /> |
| |
| <br /> |
| --> |
| </th> |
| </tr> |
| </table> |
| </article> |
| |
| |
| </section> |
| |
| |
| |
| <div class="clear"></div> |
| </div> |
| <footer> |
| <div class="footer-content width"> |
| <ul> |
| <li><h4>Eclipse Foundation</h4></li> |
| <li><a href="https://www.eclipse.org/org/">About</a></li> |
| <li><a href="https://www.eclipse.org/org/foundation/contact.php">Contact Us</a></li> |
| <li><a href="https://projects.eclipse.org/projects/polarsys.chess">CHESS |
| Project Page</a></li> |
| </ul> |
| <ul> |
| <li><h4>Legal</h4></li> |
| <li><a href="http://www.eclipse.org/legal/privacy.php">Privacy |
| Policy</a></li> |
| <li><a href="http://www.eclipse.org/legal/termsofuse.php">Terms |
| of Use</a></li> |
| <li><a href="http://www.eclipse.org/legal/copyright.php">Copyright |
| Agent</a></li> |
| <li><a href="http://www.eclipse.org/org/documents/epl-v10.php">Eclipse |
| Public License</a></li> |
| <li><a href="http://www.eclipse.org/legal/">Legal Resources</a></li> |
| </ul> |
| <ul> |
| <li><h4>Useful Links</h4></li> |
| <li><a |
| href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Chess">Report |
| a Bug</a></li> |
| <li><a href="https://wiki.eclipse.org/CHESS">Documentation</a></li> |
| <li><a |
| href="https://wiki.eclipse.org/CHESS/Technical_Information">How |
| to Contribute</a></li> |
| <li><a href="https://accounts.eclipse.org/mailing-list/chess-dev">Mailing |
| List</a></li> |
| <li><a href="https://www.eclipse.org/forums/index.php/f/529/">Forum</a></li> |
| </ul> |
| <ul class="endfooter"> |
| <li><h4>Other</h4></li> |
| <li><a href="https://es.fbk.eu/">Fondazione Bruno Kessler</a></li> |
| <li><a href="http://www.intecs.it/">Intecs</a></li> |
| <li><a href="http://www.unipd.it">University of Padova</a></li> |
| <li><a href="http://www.mdh.se/">Mälardalen University</a></li> |
| </ul> |
| <table> |
| <tr> |
| <td><a href="https://www.yourkit.com"><img |
| src="images/yklogo.png" alt="YourKit logo" |
| style="width: 25%; height: 25%"></a> <br /> <font size="2">Thanks |
| YourKit for providing us free licenses of <a |
| href="https://www.yourkit.com/java/profiler/">YourKit Java |
| Profiler</a> |
| </font></td> |
| <td> |
| <div class="right-footer"> |
| <a href="http://www.eclipse.org/"><img |
| src="images/eclipse.png" alt="Eclipse logo"></a> <br /> |
| Copyright ©<span id="year">2016</span> The Eclipse Foundation. <br /> |
| All Rights Reserved. |
| </div> |
| </td> |
| </tr> |
| </table> |
| |
| <div class="clear"></div> |
| </div> |
| |
| </footer> |
| </body> |
| </html> |