-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.shtml
53 lines (41 loc) · 1.35 KB
/
index.shtml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!--#include file="includes/_header.shtml" -->
</head>
<body class="body-index">
<!--#include file="includes/components/_topBar.shtml" -->
<div class="row">
<div class="large-12 columns">
<h1>Welcome to the <span>Idea Generation</span> Module</h1>
<h2>What do you want to do right now?</h2>
</div>
</div>
<div class="row large-uncollapse bigBlocks__container" data-equalizer>
<a href="newProject.shtml">
<div class="large-4 columns large-uncollapse bigBlock">
<div class="wrapper shadow" data-equalizer-watch>
<img src="img/illu_startNewProject.svg" alt="">
<h3>Star a new project</h3>
<p>Enter session details and start new project.</p>
</div>
</a>
</div>
<div class="large-4 columns large-uncollapse bigBlock">
<a href="openProject.shtml">
<div class="wrapper shadow" data-equalizer-watch>
<img src="img/illu_open.svg" alt="">
<h3>Open project</h3>
<p>Enter session details and start new project</p>
</div>
</a>
</div>
<div class="large-4 columns large-uncollapse bigBlock">
<a href="help.shtml">
<div class="wrapper shadow" data-equalizer-watch>
<img src="img/illu_help.svg" alt="">
<h3>Help</h3>
<p>Have a question? Send us an Email.</p>
</div>
</a>
</div>
</div>
<!--#include file="includes/components/_lastProjects.shtml" -->
<!--#include file="includes/_footer.shtml" -->