-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (24 loc) · 853 Bytes
/
index.html
File metadata and controls
26 lines (24 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
layout: default
title: Index
---
<h1>First steps with Entando</h1>
<p>All you need to start simplifying your enterprise workflow.</p>
<div class="list-group">
<a href="{% post_url 2014-04-22-entando-base-dev-environment %}" class="list-group-item">
<span class="fa fa-wrench fa-fw"></span> 
Install a base development environment for Entando
</a>
<a href="/edo" class="list-group-item">
<span class="fa fa-code fa-fw"></span> 
Edo: Ninja code generator tool
</a>
<a href="{% post_url 2014-04-22-build-a-website-with-entando %}" class="list-group-item">
<span class="fa fa-sitemap fa-fw"></span> 
Step 1: Build a website
</a>
<a href="{% post_url 2014-04-22-build-a-web-application-with-entando %}" class="list-group-item">
<span class="fa fa-gears fa-fw"></span> 
Step 2: Build a web application
</a>
</div>