|
5 | 5 | ---
|
6 | 6 |
|
7 | 7 | <div class="row blog">
|
8 |
| - <div class="col-md-10 offset-md-1"> |
9 |
| - <span class="pill d-inline-block mb-4">Blog</span> |
10 |
| - <h1 class="mb-2">Our blog</h1> |
11 |
| - <span class="secondary-sans-serif-xs d-inline-block pb-4 mb-3">An inside look at Compiler’s internal projects, interests and our client projects.</span> |
12 |
| - <img class="mw-100 mh-100" src="/assets/blog/compiler-team-photo-for-blog.jpg" alt="A photograph of some Compiler teammates overlooking the Pacific Ocean."> |
13 |
| - </div> |
14 |
| - <div class="col-md-6 offset-md-3"> |
15 |
| - <!-- Home Post List --> |
16 |
| - {% for post in site.posts %} |
17 |
| - <article class="post-preview"> |
18 |
| - <a class="h3 post-title text-white text-decoration-underline d-inline-block mb-2" href="{{ post.url | prepend: site.baseurl | replace: '//', '/' }}"> |
19 |
| - {{ post.title }} |
20 |
| - </a> |
21 |
| - <p class="font-monospace fw-boldest text-info mb-4"> |
22 |
| - By {{ post.author }} |
23 |
| - </p> |
24 |
| - <p class="post-subtitle text-info mb-3">{{ post.excerpt }}</p> |
25 |
| - <p class="text-info fine-print">{{ post.date | date: '%B %d, %Y' }}</p> |
26 |
| - </article> |
27 |
| - {% endfor %} |
28 |
| - </div> |
| 8 | + <div class="col-md-10 offset-md-1"> |
| 9 | + <span class="pill d-inline-block mb-4">Blog</span> |
| 10 | + <h1 class="mb-2">Our blog</h1> |
| 11 | + <span class="secondary-sans-serif-xs d-inline-block pb-4 mb-3">An inside look at Compiler’s internal projects, interests and our client projects.</span> |
| 12 | + <img |
| 13 | + class="mw-100 mh-100" |
| 14 | + src="/assets/blog/compiler-team-photo-for-blog.jpg" |
| 15 | + alt="A group photograph of many members of the Compiler team at a winery in California."> |
| 16 | + </div> |
| 17 | + <div class="col-md-6 offset-md-3"> |
| 18 | + <!-- Home Post List --> |
| 19 | + {% for post in site.posts %} |
| 20 | + <article class="post-preview"> |
| 21 | + <a class="h3 post-title text-white text-decoration-underline d-inline-block mb-2" href="{{ post.url | prepend: site.baseurl | replace: '//', '/' }}"> |
| 22 | + {{ post.title }} |
| 23 | + </a> |
| 24 | + <p class="font-monospace fw-boldest text-info mb-4"> |
| 25 | + By {{ post.author }} |
| 26 | + </p> |
| 27 | + <p class="post-subtitle text-info mb-3">{{ post.excerpt }}</p> |
| 28 | + <p class="text-info fine-print">{{ post.date | date: '%B %d, %Y' }}</p> |
| 29 | + </article> |
| 30 | + {% endfor %} |
| 31 | + </div> |
29 | 32 | </div>
|
0 commit comments