File tree Expand file tree Collapse file tree 7 files changed +51
-5
lines changed Expand file tree Collapse file tree 7 files changed +51
-5
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ markdown: kramdown
1414permalink : pretty
1515
1616boxes :
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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments