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

Commit

Permalink
Remove slack
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhammerl committed Apr 1, 2016
1 parent 0e83c2e commit d85d495
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion _includes/icons/slack.svg

This file was deleted.

4 changes: 0 additions & 4 deletions _sass/modules/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@
&#navbar-email svg {
width: 38px;
}

&#navbar-slack svg {
padding-top: 4px;
}
}

li {
Expand Down
2 changes: 1 addition & 1 deletion assets/js/piwik.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
tracker.discardHashTag(true);
tracker.trackPageView(window.location.pathname);

$('#navbar-github, #navbar-twitter, #navbar-email, #navbar-irc, #navbar-slack, #links-video, #links-contribute, #links-try').on('click touchstart', function() {
$('#navbar-github, #navbar-twitter, #navbar-email, #navbar-irc, #links-video, #links-contribute, #links-try').on('click touchstart', function() {
var evt = this.id.split('-');
tracker.trackEvent(evt[0], evt[1], this.id);
});
Expand Down
3 changes: 1 addition & 2 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,7 @@ <h1 id="contact-the-project">Contact the project</h1>
<li>Do you want to report abuse? Send an email to: <a href="mailto:abuse@pixelated-project.org" target="_blank">abuse@pixelated-project.org</a></li>
<li>Thoughts about onboarding, community management, etc.? Send an email to: <a href="mailto:community@pixelated-project.org" target="_blank">community@pixelated-project.org</a></li>
<li>PGP Fingerprint for above email addresses: <a href="http://pgp.mit.edu/pks/lookup?op=vindex&search=0xD6497991" target="_blank">504A 14EA 39DE 1800 B676 9619 FF0E A8AE D649 7991</a></li>
<li>Feel free to join our IRC channel: <a href="irc://irc.freenode.net/pixelated">#pixelated@irc.freenode.net</a></li>
<li>Feel free to join our Slack channel: <a href="https://cryptohack.slack.com/messages/pixelated/">#pixelated on cryptohack.slack.com</a>. Request an <a href="https://cryptohack.herokuapp.com/">invite here</a>.</li>
<li>Feel free to join our IRC channel: <a href="https://kiwiirc.com/client/chat.freenode.net/?nick=pixelatedguest&channel=#pixelated" target="_blank">#pixelated@irc.freenode.net</a></li>
<li>Feel free to follow us on Twitter: <a href="https://twitter.com/pixelatedteam" target="_blank">@pixelatedteam</a></li>
<li>Feel free to subscribe to our Subreddit: <a href="https://www.reddit.com/r/pixelatedproject/" target="_blank" title="pixelatedproject on reddit">r/pixelatedproject</a></li>
<li>Do you want to meet the team in the physical world? Check out our <a href="https://calendar.google.com/calendar/embed?src=jd2stbj2bav2a86jh3684jiuuo%40group.calendar.google.com&ctz=Europe/Berlin" data-popup="iframe">calendar</a> to find the next event!</li>
Expand Down
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
<li><a id="navbar-github" href="https://github.com/pixelated/pixelated-user-agent" target="_blank" title="pixelated on Github">{% include icons/github.svg %}</a></li>
<li><a id="navbar-twitter" href="https://twitter.com/pixelatedteam" target="_blank" title="@pixelatedteam on twitter">{% include icons/twitter.svg %}</a></li>
<li><a id="navbar-email" href="mailto:team@pixelated-project.org" target="_blank" title="team@pixelated-project.org">{% include icons/envelope.svg %}</a></li>
<li><a id="navbar-irc" href="irc://irc.freenode.net/pixelated" title="#pixelated on freenode">{% include icons/comments-o.svg %}</a></li>
<li><a id="navbar-slack" href="https://cryptohack.herokuapp.com/" target="_blank" title="Join #pixelated on our slack channel">{% include icons/slack.svg %}</a></li>
<li><a id="navbar-irc" href="https://kiwiirc.com/client/chat.freenode.net/?nick=pixelatedguest&channel=#pixelated" target="_blank" title="#pixelated on freenode">{% include icons/comments-o.svg %}</a></li>
<li><a id="navbar-reddit" href="https://www.reddit.com/r/pixelatedproject/" target="_blank" title="pixelatedproject on reddit">{% include icons/reddit-alien.svg %}</a></li>
</ul>
</div>

0 comments on commit d85d495

Please sign in to comment.