Open up Slack to the world. (#3457)

This commit is contained in:
Martin Taillefer 2019-03-01 15:02:21 -08:00 committed by GitHub
parent c5937a1d70
commit 33193040a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 22 additions and 12 deletions

View File

@ -14,6 +14,10 @@ Head for the [Istio discussion board](https://discuss.istio.io) to participate i
and get help troubleshooting problems.
{{< /community_item >}}
{{< community_item logo="./slack.svg" alt="Slack" >}}
Hangout on [Istio's Slack](https://slack.istio.io) to interact with the community in real-time.
{{< /community_item >}}
{{< community_item logo="./twitter.svg" alt="Twitter" >}}
Follow us on [Twitter](https://twitter.com/IstioMesh) to get the latest news.
{{< /community_item >}}

View File

@ -0,0 +1 @@
<svg width="2500" height="2500" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path d="M165.964 15.838c-3.89-11.975-16.752-18.528-28.725-14.636-11.975 3.89-18.528 16.752-14.636 28.725l58.947 181.365c4.048 11.187 16.132 17.473 27.732 14.135 12.1-3.483 19.475-16.334 15.614-28.217L165.964 15.838" fill="#DFA22F"/><path d="M74.626 45.516C70.734 33.542 57.873 26.989 45.9 30.879 33.924 34.77 27.37 47.631 31.263 59.606l58.948 181.366c4.047 11.186 16.132 17.473 27.732 14.132 12.099-3.481 19.474-16.332 15.613-28.217L74.626 45.516" fill="#3CB187"/><path d="M240.162 166.045c11.975-3.89 18.526-16.75 14.636-28.726-3.89-11.973-16.752-18.527-28.725-14.636L44.708 181.632c-11.187 4.046-17.473 16.13-14.135 27.73 3.483 12.099 16.334 19.475 28.217 15.614l181.372-58.93" fill="#CE1E5B"/><path d="M82.508 217.27l43.347-14.084-14.086-43.352-43.35 14.09 14.089 43.347" fill="#392538"/><path d="M173.847 187.591c16.388-5.323 31.62-10.273 43.348-14.084l-14.088-43.36-43.35 14.09 14.09 43.354" fill="#BB242A"/><path d="M210.484 74.706c11.974-3.89 18.527-16.751 14.637-28.727-3.89-11.973-16.752-18.526-28.727-14.636L15.028 90.293C3.842 94.337-2.445 106.422.896 118.022c3.481 12.098 16.332 19.474 28.217 15.613l181.371-58.93" fill="#72C5CD"/><path d="M52.822 125.933c11.805-3.836 27.025-8.782 43.354-14.086-5.323-16.39-10.273-31.622-14.084-43.352l-43.36 14.092 14.09 43.346" fill="#248C73"/><path d="M144.16 96.256l43.356-14.088a546179.21 546179.21 0 0 0-14.089-43.36L130.07 52.9l14.09 43.356" fill="#62803A"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@ other = "Follow us on Twitter to get the latest news"
other = "Stack Overflow is where you can ask questions and find curated answers on deploying, configuring, and using Istio"
[for_users]
other = "for users"
other = "for everyone"
[for_developers]
other = "for developers"
@ -23,7 +23,7 @@ other = "Access our team drive if you'd like to take a look at the Istio technic
other = "If you'd like to contribute to the Istio project, consider participating in our working groups"
[slack_desc]
other = "Interactively discuss development issues with the Istio community on Slack (Developers only, see FAQ)"
other = "Interactively discuss issues with the Istio community on Slack"
[report_site_bugs]
other = "Report Site Bugs"

View File

@ -7,6 +7,13 @@
</a>
</div>
<div class="channel">
<span>slack</span>
<a title='{{ i18n "slack_desc" }}' href="https://istio.slack.com" aria-label="slack">
{{ partial "icon.html" "slack" }}
</a>
</div>
<div class="channel">
<span>twitter</span>
<a title='{{ i18n "twitter_desc" }}' href="https://twitter.cqom/IstioMesh" aria-label="Twitter">
@ -66,13 +73,6 @@
</a>
</div>
<div class="channel">
<span>slack</span>
<a title='{{ i18n "slack_desc" }}' href="https://istio.slack.com" aria-label="slack">
{{ partial "icon.html" "slack" }}
</a>
</div>
<div class="tag">
{{ i18n "for_developers" }}
</div>

View File

@ -9,7 +9,7 @@ footer {
padding: 1rem 4px 1.5rem;
text-align: center;
display: grid;
grid-template-columns: [user-links] 35% [info] 65% [dev-links] 0%;
grid-template-columns: [user-links] 45% [info] 55% [dev-links] 0%;
grid-template-rows: 100%;
@media print {
@ -68,6 +68,7 @@ footer {
.channel {
position: relative;
display: inline-flex;
margin: 0 .1rem;
padding: 4px 0;
border-width: 2px;
border-color: rgba(0, 0, 0, 0);
@ -75,6 +76,10 @@ footer {
border-radius: 2px;
color: $textBrandColor;
@media (min-width: $bp-sm) {
margin: 0 .5rem;
}
a {
text-decoration: none;
}