Skip to content

Commit a3899a4

Browse files
author
Ben Walker
committed
Removed link to 01.org, replaced with link to mailing list.
Signed-off-by: Ben Walker <[email protected]>
1 parent f70f8ea commit a3899a4

File tree

7 files changed

+51
-5
lines changed

7 files changed

+51
-5
lines changed

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ markdown: kramdown
1414
permalink: pretty
1515

1616
boxes:
17-
- title: 01.org
18-
url: https://01.org/spdk
19-
ico: img/ico/01.png
2017
- title: github
2118
url: https://github.com/spdk/spdk
2219
ico: img/ico/github.png
20+
- title: mailing list
21+
url: https://lists.01.org/mailman/listinfo/spdk
22+
ico: img/ico/125a-email-message-solid.svg
2323
- title: documentation
2424
url: http://spdk.io/spdk/doc/
25-
ico: img/ico/docs.png
25+
ico: img/ico/003-instructions.svg

_includes/community.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2>Join Our Community:</h2>
1414
{% if box.ico == null %}
1515
<i class="fa fa-{{ box.title }} fa-fw"></i>
1616
{% else %}
17-
<img class="fa fa-fw" src="{{ site.baseurl }}/{{ box.ico }}"></img>
17+
<img class="box-ico" src="{{ site.baseurl }}/{{ box.ico }}"></img>
1818
{% endif %}
1919
<span class="box-name">{{ box.title }}</span>
2020
</a>

css/spdk.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ h6 {
8282
letter-spacing: 2px;
8383
}
8484

85+
.box-ico {
86+
height: 16px;
87+
width: 16px;
88+
}
89+
8590
.content-section {
8691
padding: 50px 0;
8792
}

img/ico/003-instructions.svg

Lines changed: 29 additions & 0 deletions
Loading

img/ico/01.png

-348 Bytes
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Loading

img/ico/docs.png

-1.45 KB
Binary file not shown.

0 commit comments

Comments
 (0)