Skip to content

Commit b63956c

Browse files
committed
Add custom CSS styles for social media links
1 parent 18d433d commit b63956c

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

content/introduction/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ The official charter for SODA Foundation under Linux Foundation can be found [he
101101
Please join us to collaborate, research, develop and lead for unified data framework and standards.
102102
Contact us through any of the following channels:
103103

104-
<ul style="list-style: none; ">
105-
<li><a href="https://sodafoundation.io/the-foundation/join/"><i class="fas fa-globe" style="margin-right: 8px;"></i> SODA Website</a></li>
106-
<li><a href="https://sodafoundation.io/slack"><i class="fab fa-slack" style="margin-right: 8px;"></i> SODA Slack</a></li>
107-
<li><a href="https://twitter.com/sodafoundation"><i class="fab fa-twitter" style="margin-right: 8px;"></i> SODA Twitter</a></li>
108-
<li><a href="https://lists.sodafoundation.io"><i class="fas fa-envelope" style="margin-right: 8px;"></i> SODA Mailing List</a></li>
109-
<li><a href="https://www.linkedin.com/company/sodafoundation/"><i class="fab fa-linkedin" style="margin-right: 8px;"></i> SODA LinkedIn</a></li>
104+
<ul class="social-list">
105+
<li class="social-list-item"><a href="https://sodafoundation.io/the-foundation/join/"><i class="fas fa-globe"></i> SODA Website</a></li>
106+
<li class="social-list-item"><a href="https://sodafoundation.io/slack"><i class="fab fa-slack"></i> SODA Slack</a></li>
107+
<li class="social-list-item"><a href="https://twitter.com/sodafoundation"><i class="fab fa-twitter"></i> SODA Twitter</a></li>
108+
<li class="social-list-item"><a href="https://lists.sodafoundation.io"><i class="fas fa-envelope"></i> SODA Mailing List</a></li>
109+
<li class="social-list-item"><a href="https://www.linkedin.com/company/sodafoundation/"><i class="fab fa-linkedin"></i> SODA LinkedIn</a></li>
110110
</ul>
111111

112112
**For more details, please refer to the [SODA Foundation](https://sodafoundation.io/) website**.

go.mod

Lines changed: 0 additions & 5 deletions
This file was deleted.

static/css/theme-opensds.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,12 @@ div#menu-footer-social-links-container{
134134
a.footer-social-links{
135135
padding: 0.35rem;
136136
}
137+
138+
.social-list {
139+
list-style: none;
140+
}
141+
142+
.social-list-item {
143+
margin-right: 8px;
144+
}
145+

0 commit comments

Comments
 (0)