-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·31 lines (30 loc) · 1.47 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
---
layout: default
body_class: ''
---
<section class="jumbotron jumbo-hero d-flex bg-light mb-0">
<div class="jumbo-inner d-flex flex-column justify-content-center align-items-center text-center">
<div class="hero-logo w-100">
<img src="{{ site.url }}/images/[email protected]" width="572" height="128" alt="https://www.codeandco.com | code & co. - Tech, UX and Product Problem Solvers for Mission-Critical Situations">
<!-- {% include svg/hero-logo-svg.html width="572" height="128" %} -->
</div>
<h1 class="hero-title w-100 mb-0">Tech, UX and Product Problem Solvers for Mission-Critical Situations</h1>
</div>
</section>
<div class="related-block bg-light">
<div class="container wide">
<!-- Related Card List -->
{% include cards/related-card.html block_content = site.data.cards.related_card %}
<div class="text-block text-center m-auto">
<p>It's crucial for us to experiment with new technologies so we stay up to date with our ever changing industry. This allows us to build cutting-edge, scalable solutions and ensures we can consult based on real, hands on experience.</p>
</div>
</div>
</div>
<div class="bottom-block bg-light">
<div class="container">
<!-- Brands Block -->
{% include blocks/brands.html block_content = site.data.brands.worked_with add_class="" %}
<!-- Get In Touch Block -->
{% include blocks/get-in-touch.html block_content = site.data.content.get_in_touch_home add_class="text-center" %}
</div>
</div>