-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
70 lines (64 loc) · 2.16 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
layout: default
title: Astral Dynamics
---
<section class="pitch pitch--hero">
<section class="pitch__content">
<h1>{{ site.title }}</h1>
<h3>Creative Technology</h3>
</section>
</section>
<section class="pitch">
<section class="pitch__content grid">
<div class="column column--3">
<center>
<img src="/assets/img/apps.svg" alt="Mobile applications" class="pitch__image" />
</center>
</div>
<div class="column column--9">
<h2>Difficult problems need creative solutions.</h2>
<p>
We've worked with clients in healthcare, education, data analysis, retail
and travel to create intuitive platforms and tools to help overcome
the difficulties faced with everyday communication and information management.
</p>
<a href="/projects" class="btn btn--medium btn--green">Projects</a>
</div>
</section>
</section>
<section class="pitch pitch--alt">
<section class="pitch__content grid">
<div class="column column--4 column--reverse">
<center>
<img src="/assets/img/code.svg" alt="Mobile applications" class="pitch__image" />
</center>
</div>
<div class="column column--8 column--reverse">
<h2>Have a technical idea?</h2>
<p>
If you are interested in working together, then don't hesitate to
<a href="/contact">get in touch</a>.
</p>
<a href="/contact" class="btn btn--medium btn--red">Contact Us</a>
</div>
</section>
</section>
<section class="pitch pitch">
<section class="pitch__content grid">
<div class="column column--3">
<center>
<img src="/assets/img/remote.svg" alt="Mobile applications" class="pitch__image" />
</center>
</div>
<div class="column column--9">
<h2>Remote Work</h2>
<p>
Astral Dynamics is based in North Wales in the UK, and at the moment
some of development team are working remotely whilst they travel Asia. If
this kind of adventure sounds good to you, you might want to
consider <a href="/jobs">joining our team</a>.
</p>
<a href="/jobs" class="btn btn--medium btn--blue">Jobs</a>
</div>
</section>
</section>