forked from godaddy/engineering
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (37 loc) · 1.23 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
---
title: Home
slug: home
layout: home
hide: true
---
<div class="action-cards row mb-2">
<div class="col-sm-6">
<div class="card shadow border-0 mb-3 text-center">
<div class="card-body">
<img class="mb-3" src="{{ '/assets/images/noun-projects.svg' | relative_url }}" height="100">
<h4 class="card-title">Projects</h4>
<p class="card-text">Projects created and maintained by GoDaddy engineers</p>
</div>
<div class="card-footer">
<a href="{{ '/featured-projects' | relative_url }}" title="View projects" class="btn btn-primary">
View Projects
</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card shadow border-0 mb-3 text-center">
<div class="card-body">
<img class="mb-3" src="{{ '/assets/images/noun-blog.svg' | relative_url }}" height="100">
<h4 class="card-title">Posts</h4>
<p class="card-text">Posts about the technology and tools we use at GoDaddy</p>
</div>
<div class="card-footer">
<a href="{{ '/blog-posts' | relative_url }}" title="View posts" class="btn btn-primary">
View Posts
</a>
</div>
</div>
</div>
</div>
{% include component/recent-posts.html %}