| <!DOCTYPE html> |
| <!--[if IE 8]> <html class="no-js lt-ie9" lang="en" > <![endif]--> |
| <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> |
| <head> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=device-width"> |
| <title>Eclipse - Welcome to the Eclipse IDE</title> |
| <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700|Yanone+Kaffeesatz:400,700' rel='stylesheet' type='text/css'> |
| <link rel="stylesheet" href="stylesheets/app.css"> |
| <script src="javascripts/vendor/custom.modernizr.js"></script> |
| </head> |
| <body> |
| <div class="navigation"> |
| <div class="row"> |
| <div class="large-6 columns"><a href="http://www.eclipse.org/"><img src="images/eclipse-logo.png" alt="Eclipse logo"></a></div> |
| <div class="large-6 columns"> |
| <ul id="main-menu" class="inline-list"> |
| <li><a href="http://marketplace.eclipse.org/">Plugins</a></li> |
| <li><a href="http://www.eclipse.org/users/">Getting Started</a></li> |
| <li><a href="http://www.eclipse.org/forums/">Forums</a></li> |
| <li><a href="http://www.eclipse.org/">More...</a></li> |
| </ul> |
| </div> |
| </div> |
| </div> |
| <div id="main-container" class="row"> |
| <div class="large-6 columns right-side"> |
| <h1>ECLIPSE KEPLER:<br> |
| JAVA IDE AND MORE</h1> |
| <p>The award winning Eclipse IDE, and all the tools needed to develop and debug: Java and Plug-in Development Tooling, Git and CVS support, including source and developer documentation.</p> |
| <ul class="inline-list brands-logo"> |
| <li><img src="images/icon-windows.jpg" alt="Windows logo"></li> |
| <li><img src="images/icon-linux.jpg" alt="Linux logo"></li> |
| <li><img src="images/icon-apple.jpg" alt="Apple logo"></li> |
| </ul> |
| <button class="button large js-btn-download" data-reveal-id="downloads">Download</button> |
| <a href="#downloads" class="button large nojs-btn-download">Download</a> |
| </div> |
| <div class="large-6 columns left-side"> |
| <img src="images/screenshot.jpg" alt="Screenshot of Eclipse software."> |
| <div id="downloads" class="reveal-modal tiny downloads"> |
| <header><h2>DOWNLOAD ECLIPSE</h2></header> |
| <section> |
| <p>Download the Eclipse Standard package, then extend it with additional features from the included Kepler repository or <a href="http://marketplace.eclipse.org">Eclipse Marketplace</a>.</p> |
| <ul class="no-bullet download-types"> |
| <li class="windows"> |
| <a href="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/kepler/SR1/eclipse-standard-kepler-SR1-win32.zip&r=1" class="button">Windows 32</a><br> |
| <a href="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/kepler/SR1/eclipse-standard-kepler-SR1-win32-x86_64.zip&r=1" class="button">Windows 64</a> |
| </li> |
| <li class="linux"> |
| <a href="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/kepler/SR1/eclipse-standard-kepler-SR1-linux-gtk.tar.gz&r=1" class="button">Linux 32</a><br> |
| <a href="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/kepler/SR1/eclipse-standard-kepler-SR1-linux-gtk-x86_64.tar.gz&r=1" class="button">Linux 64</a> |
| </li> |
| <li class="apple"> |
| <a href="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/kepler/SR1/eclipse-standard-kepler-SR1-macosx-cocoa-x86_64.tar.gz&r=1" class="button">Mac OS X</a> |
| </li> |
| </ul> |
| </section> |
| <a class="close-reveal-modal">×</a> |
| </div> |
| </div> |
| </div> |
| <div class="row"> |
| <div class="large-12 columns"> |
| <footer> |
| <div class="row"> |
| <div class="small-centered columns"><p><a href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a>   |
| <a href="http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a>   |
| <a href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a>   |
| <a href="http://www.eclipse.org/legal/">Legal</a>   |
| <a href="http://www.eclipse.org/org/foundation/contact.php">Contact Us</a>   |
| © 2013 The <a href="http://eclipse.org">Eclipse Foundation</a>. All Rights reserved.</div> |
| </div> |
| </footer> |
| </div> |
| </div> |
| <script> |
| document.write('<script src=' + |
| ('__proto__' in {} ? 'javascripts/vendor/zepto' : 'javascripts/vendor/jquery') + |
| '.js><\/script>') |
| </script> |
| <script src="javascripts/foundation/foundation.js"></script> |
| <script src="javascripts/foundation/foundation.reveal.js"></script> |
| <script> |
| $(document).foundation(); |
| </script> |
| </body> |
| </html> |