-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (49 loc) · 2.08 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
39
40
41
42
43
44
45
46
47
48
49
50
51
---
layout: default
title: Home
---
<div class="inner">
<h1>Welcome to Open Digital Delivery.</h1>
<p>There's no question - digital transformation is <em>hard.</em> We are working to build a vibrant community of
aligned organizations and individuals who want to work together to make it easier, faster and more sustainable
for themselves and others.</p>
<p>We believe that adopting the right <em><a href="practices.html">practices</a></em>, leveraging <em><a href="code.html">reusable code</a></em>
and being able to <em><a href="community.html">connect with peers</a></em> can hugely accelerate and improve transformations. Dig into what we're doing with each of these below.</p>
<p>Want to know more about ODDF? Learn more <a href="about.html">here.</a></p>
<p>Want to chat or get involved? <a href="#contact">Contact Us.</a></p>
<section class="tiles">
<article class="style1">
<span class="image">
<img src="images/collaboration_square.jpeg" alt=""/>
</span>
<a href="practices.html">
<h2>Practices</h2>
<div class="content">
<p>Better ways of working together improve results.</p>
</div>
</a>
</article>
<article class="style2">
<span class="image">
<img src="images/tools_square.jpeg" alt=""/>
</span>
<a href="code.html">
<h2>Code</h2>
<div class="content">
<p>Building a product using existing building blocks can speed up delivery.</p>
</div>
</a>
</article>
<article class="style3">
<span class="image">
<img src="images/sharing_square.jpeg" alt=""/>
</span>
<a href="community.html">
<h2>Community</h2>
<div class="content">
<p>Sharing what we've learned and building together makes things easier for everyone.</p>
</div>
</a>
</article>
</section>
</div>