-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
40 lines (40 loc) · 1.7 KB
/
about.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
---
layout: page
title: About Us
---
<!-- about-info -->
<section class="about-info pt-100">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<div class="about-info-text">
<h2>We love building software</h2>
<p>Our background in computational science gives us the knowledge to solve difficult problems. Are you a problem-solver interested to join us? Get in touch with the button below!</p>
<a href="mailto:recruiting@ignitioncomputing.com" class="btn">Join us!</a>
</div>
</div>
</div>
</div>
</section>
<!-- about-area -->
<section class="about-area grey-bg pb-60 pt-100">
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-6 mb-40">
<div class="section-title">
<h2>About Us</h2>
</div>
<div class="about-content">
<p>Ignition Computing is a specialized consulting firm for high-tech software and high-performance computing. We have experience with simulation codes, integrated modelling, cutting-edge visualisation, high-frequency trading systems, complex apps and business-critical software. We can handle the full process from ideation to deployment and support.</p>
</div>
</div>
<div class="col-xl-6 col-lg-6 mb-20 md-margin">
<div class="about-img">
<img src="{{site.baseurl}}/assets/img/about/launch.jpg" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- team-are -->
{% include team_members.html %}