blob: d10a768af1a8da65601da9fc5ae07b4c1c5cd8d7 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome to Intent</title>
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<div class="container-fluid">
<div class="row-fluid">
<div class="span3">
<img src="images/about.png" width="200" />
</div><!--/span-->
<div class="span9">
<div class="hero-unit">
<ul class="breadcrumb">
<li>
<a href="index.html">Welcome</a> <span class="divider">/ </span>
</li>
<li class="active">Getting started</li>
</ul>
<h2>Getting started</h2>
<hr class="separator"></hr>
<div>
<h3>First steps</h3>
<ul>
<li>TODO</li>
</ul>
<div>
<h3>Documentation</h3>
<ul>
<li><a href="https://wiki.eclipse.org/Intent">Full documentation</a></li>
</ul>
</div>
<div>
<h3>Other related projects</h3>
<ul>
<li>https://itea3.org/project/modelwriter.html</li>
<li>http://modelwriter.eu/</li>
</ul>
</div>
</div>
<hr class="separator"></hr>
<footer>
<div class="layout_footer">
<p>&#169; 2015 - 2016 Obeo - All rights reserved</p>
</div>
</footer>
</div><!--/span-->
</div><!--/row-->
</div><!--/.fluid-container-->
</body>
</html>