Wim Jongman | 074dc6b | 2013-05-04 15:47:08 -0400 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> |
| 3 | <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> |
| 4 | <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> |
| 5 | <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> |
| 6 | |
| 7 | <html> |
| 8 | <head> |
| 9 | <meta charset="utf-8"> |
| 10 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| 11 | <title>Nebula</title> |
| 12 | <meta name="description" content=""> |
| 13 | <meta name="viewport" content="width=device-width"> |
| 14 | |
| 15 | <meta name="keywords" content="eclipse, project, nebula" /> |
| 16 | <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> |
| 17 | <link rel="stylesheet" type="text/css" href="/eclipse.org-common/yui/2.6.0/build/menu/assets/skins/sam/menu.css" media="screen" /> |
| 18 | <link rel="stylesheet" type="text/css" href="/eclipse.org-common/themes/Nova/css/layout.css" media="screen" /> |
| 19 | <link rel="stylesheet" type="text/css" href="/eclipse.org-common/themes/Nova/css/header.css" media="screen" /> |
| 20 | <link rel="stylesheet" type="text/css" href="/eclipse.org-common/themes/Nova/css/footer.css" media="screen" /> |
| 21 | <link rel="stylesheet" type="text/css" href="/eclipse.org-common/themes/Nova/css/print.css" media="print" /> |
| 22 | |
| 23 | <link rel="stylesheet" href="css/bootstrap.css"> |
| 24 | <link rel="stylesheet" href="css/bootstrap-responsive.min.css"> |
| 25 | <link rel="stylesheet" href="css/main.css"> |
| 26 | <script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script> |
| 27 | |
| 28 | <div class="container" > |
| 29 | <div id="promotion" style="float:left;padding: 11px 0 0 0;"> |
| 30 | <a href="http://www.eclipsecon.org/france2013/registration/"> |
| 31 | <img src="/home/promotions/france2013/register-now-b.png" alt="EclipseCon France 2013"/> |
| 32 | </a> |
| 33 | </div> |
| 34 | |
| 35 | <div id="otherSites" style="float:right;padding: 0 0 20px 0;background: #737db9;"> |
| 36 | <div id="sites"> |
| 37 | <ul id="sitesUL"> |
| 38 | <li><a href='http://marketplace.eclipse.org'><img alt="Eclipse Marketplace" src="http://dev.eclipse.org/custom_icons/marketplace.png"/> <span>Eclipse Marketplace</span></a></li> |
| 39 | <li><a href='http://www.youtube.com/user/EclipseFdn' target="_blank"><img alt="Eclipse YouTube Channel" src="http://dev.eclipse.org/custom_icons/audio-input-microphone-bw.png"/> <span>Eclipse YouTube Channel</span></a></li> |
| 40 | <li><a href='https://bugs.eclipse.org/bugs/'><img alt="Bugzilla" src="http://dev.eclipse.org/custom_icons/system-search-bw.png"/> <span>Bugzilla</span></a></li> |
| 41 | <li><a href='http://www.eclipse.org/forums/'><img alt="Forums" src="http://dev.eclipse.org/large_icons/apps/internet-group-chat.png"/> <span>Eclipse Forums</span></a></li> |
| 42 | <li><a href='http://www.planeteclipse.org/'><img alt="Planet Eclipse" src="http://dev.eclipse.org/large_icons/devices/audio-card.png"/> <span>Planet Eclipse</span></a></li> |
| 43 | <li><a href='http://wiki.eclipse.org/'><img alt="Eclipse Wiki" src="http://dev.eclipse.org/custom_icons/accessories-text-editor-bw.png"/> <span>Eclipse Wiki</span></a></li> |
| 44 | <li><a href='http://portal.eclipse.org'><img alt="MyFoundation Portal" src="http://dev.eclipse.org/custom_icons/preferences-system-network-proxy-bw.png"/><span>My Foundation Portal</span></a></li> |
| 45 | </ul> |
| 46 | </div> |
| 47 | </div> |
| 48 | </div> |
| 49 | </head> |
| 50 | <body> |
| 51 | |
Wim Jongman | 074dc6b | 2013-05-04 15:47:08 -0400 | [diff] [blame] | 52 | <div class="container" > |
| 53 | <div class="hero-unit"> |
| 54 | <div style="margin-left: 200px;"> |
| 55 | <h2><font color=#F8F8F8>Nebula</font> is a place where different Eclipse projects and independent developers <font color=FFFFCC>collaborate</font> on |
| 56 | building custom <font color=#FFFFCC>UI-Components</font> using <font color=#FFFFCC>SWT, JFace</font> and <font color=#FFFFCC>RAP</font>.</h2> |
| 57 | </div> |
| 58 | </div> |
| 59 | |
| 60 | <!-- Example row of columns --> |
| 61 | <div> |
| 62 | <div class="hero-box" onmousemove="m_in(this)" onmouseout="m_out(this)" style="background:#452b86 url('img/download.png') no-repeat bottom center;background-size: contain;"> |
| 63 | Download |
| 64 | </div> |
| 65 | |
| 66 | <div class="hero-box" onmousemove="m_in(this)" onmouseout="m_out(this)" id="ga" style="margin-left:5%;background:#452b86 url('img/gallery1.png') no-repeat bottom center;background-size: contain;"> |
| 67 | <h3>Gallery</h3> |
| 68 | </div> |
| 69 | |
| 70 | <div class="hero-box" onmousemove="m_in(this)" onmouseout="m_out(this)" style="float:right;background:#452b86 url('img/info-2-512.png') no-repeat bottom center;background-size: contain;"> |
| 71 | About |
| 72 | </div> |
| 73 | </div> |
| 74 | |
| 75 | <footer style="clear:both;"> |
Wim Jongman | 5db3500 | 2014-06-11 14:07:19 -0400 | [diff] [blame] | 76 | <p>© the Nebula Project 2014</p> |
Wim Jongman | 074dc6b | 2013-05-04 15:47:08 -0400 | [diff] [blame] | 77 | </footer> |
| 78 | |
| 79 | </div> <!-- /container --> |
| 80 | |
| 81 | <script> |
| 82 | function m_in(x) |
| 83 | { |
| 84 | x.style.backgroundColor="#737db9"; |
| 85 | } |
| 86 | |
| 87 | function m_out(x) |
| 88 | { |
| 89 | // console.log("m_out" + x); |
| 90 | x.style.backgroundColor="#452b86"; |
| 91 | } |
| 92 | |
| 93 | </script> |
| 94 | |
| 95 | <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> |
| 96 | <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script> |
| 97 | |
| 98 | <script src="js/vendor/bootstrap.min.js"></script> |
| 99 | |
| 100 | <script src="js/plugins.js"></script> |
| 101 | <script src="js/main.js"></script> |
| 102 | |
| 103 | <script> |
| 104 | var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']]; |
| 105 | (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0]; |
| 106 | g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js'; |
| 107 | s.parentNode.insertBefore(g,s)}(document,'script')); |
| 108 | |
| 109 | |
| 110 | |
| 111 | </script> |
| 112 | </body> |
| 113 | </html> |