forked from TU-Delft-DCC/DCC-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (37 loc) · 1.11 KB
/
index.html
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
---
layout: landing-page
---
<!-- One -->
<section id="one" class="wrapper style1">
<div class="container">
<div class="row">
<div class="4u">
<section class="special box">
<i class="icon fa-support fa-3x"></i>
<h3>Need some support for your research?</h3>
<ul class="actions">
<li><a href="pages/support-for-research.html" class="button alt">Learn More</a></li>
</ul>
</section>
</div>
<div class="4u">
<section class="special box">
<i class="icon fa-hand-o-up fa-3x"></i>
<h3>Want to improve your digital skills?</h3>
<ul class="actions">
<li><a href="pages/training-courses.html" class="button alt">Learn More</a></li>
</ul>
</section>
</div>
<div class="4u">
<section class="special box">
<i class="icon fa-question fa-3x"></i>
<h3>Curious about who we are?</h3>
<ul class="actions">
<li><a href="pages/who-we-are.html" class="button alt">Learn More</a></li>
</ul>
</section>
</div>
</div>
</div>
</section>