-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
55 lines (49 loc) · 2.13 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
---
layout: default
permalink: /
---
<div class="page-lead" style="background-image:url({{ '/images/chr-homepage.jpg' | absolute_url }})">
<div class="wrap page-lead-content">
<h1>C.H. Robinson Engineering Blog</h1>
<a href="{{ '/who-we-are/' | absolute_url }}" class="btn-transparent">Who We Are</a> or <a href="https://github.com/ch-robinson" class="btn-transparent">Visit Us on GitHub</a>
</div>
</div>
<main id="main" role="main">
<div class="wrap">
<div class="archive-wrap">
<div class="page-content">
<h2>Latest Posts</h2>
<section class="inner-wrap">
{% for post in site.posts limit:5 %}
{% include post-list.html %}
{% endfor %}
</section>
<aside>
<section class="entry">
<h2><a href="https://developer.chrobinson.com/">API Portal</a></h2>
<p>Welcome to the API Portal. The API Portal documents the rich API that customers can use to
interact with the Navisphere Platform.</p>
<p>
<a href="https://developer.chrobinson.com/"><i class="fa fa-chevron-right"></i> Learn More</a>
</p>
</section><!-- /.entry -->
<section class="entry">
<h2><a href="https://www.chrobinson.com/en-us/about-us/technology/">C.H. Robinson Technology</a></h2>
<p>We invest in delivering and implementing flexible, efficient, and integrated technology
solutions that connect all aspects of your supply chain.</p>
<p>
<a href="https://www.chrobinson.com/en-us/about-us/technology/"><i class="fa fa-chevron-right"></i> Learn More</a>
</p>
</section><!-- /.entry -->
<section class="entry">
<h2 class="post-title"><a href="https://github.com/ch-robinson">GitHub</a></h2>
<p>Check out our open source projects.</p>
<p>
<a href="https://github.com/ch-robinson"><i class="fa fa-chevron-right"></i> Learn More</a>
</p>
</section><!-- /.entry -->
</aside>
</div>
</div>
</div>
</main>