Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Add dev.to link to footer and community page #698

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<li><a href="https://github.com/grpc/" target="_blank"><p class="github community-links">Github</p></a></li>
<li><a href="https://twitter.com/grpcio" target="_blank"><p class="twitter community-links">Twitter</p></a></li>
<li><a href="https://stackoverflow.com/tags/grpc/" target="_blank"><p class="stack-overflow community-links">Stack Overflow</p></a></li>
<li><a href="https://dev.to/t/grpc" target="_blank"><p class="dev-community community-links">DEV Community</p></a></li>
<li><a href="https://www.youtube.com/channel/UCrnk1HWelWnYtF78YZX80fg" target="_blank"><p class="youtube community-links">YouTube</p></a></li>
</ul>
</div>
Expand Down
4 changes: 4 additions & 0 deletions _sass/modules/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ footer {
.stack-overflow {
@include social-icon('../img/icon_stack-overflow.svg');
}

.dev-community {
@include social-icon('../img/icon_dev-community.svg');
}

.youtube {
@include social-icon('../img/icon_youtube.svg');
Expand Down
5 changes: 5 additions & 0 deletions community/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ <h4 class="community-reddit community-title">Reddit</h4>
<p>Join the <a href="https://www.reddit.com/r/grpc/">subreddit</a></p>
</section>

<section class="community-section">
<h4 class="community-dev-community community-title">DEV Community</h4>
<p>Follow the <a href="https://dev.to/t/grpc">DEV Tag</a></p>
</section>

<section class="community-section">
<h4 class="community-meetings community-title">Community Meetings</h4>
<p class="community-text">We hold a community video conference every other week. It's a way to discuss the status of work and show off things the community is working on. Meeting information and notes can be found at <a href="https://bit.ly/grpcmeetings">bit.ly/grpcmeetings</a>.</p>
Expand Down
16 changes: 16 additions & 0 deletions img/icon_dev-community.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.