Skip to content

Commit 5a881fb

Browse files
Adding slack intergrations
1 parent 81d9820 commit 5a881fb

File tree

7 files changed

+42
-5
lines changed

7 files changed

+42
-5
lines changed

Diff for: _config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ c4sponsorsUrl: "XXXXXXXXXXXXXXXXXXX"
4343
# Navigation
4444
navigationLinks:
4545
- {permalink: "/", text: "Home"}
46-
- {link: "https://k-mug.herokuapp.com/", text: "Slack"}
46+
- {permalink: "/slack/", text: "Slack"}
4747
- {permalink: "/blog/", text: "Blog"}
4848
- {permalink: "/schedule/", text: "Schedule"}
4949
- {permalink: "/speakers/", text: "Speakers"}
5050
- {permalink: "/team/", text: "Team"}
5151
- {permalink: "/logistics/", text: "Logistics"}
5252
bottomNavigationLinks:
53-
- {link: "http://goo.gl/forms/4SSB3Jg94pYTPcjg1", text: "Take a session"}
53+
- {permalink: "/slack/", text: "Join K-MUG"}
5454
rightNavigationButtons:
55-
- {link: "http://goo.gl/forms/4SSB3Jg94pYTPcjg1", text: "Take a session"}
55+
- {permalink: "/slack/", text: "Join K-MUG"}
5656

5757
# Hero Block
5858
heroImage: "hero.jpg"
@@ -61,8 +61,8 @@ eventDate: "July, 2016"
6161
typeoutTextValues: '"", "Kerala Microsoft Users Group", "Kochi", "Trivandrum", "Kozhikode"'
6262
typeoutFallback: "Kerala Microsoft Users Group"
6363
heroButtons:
64+
- {permalink: "/slack/", text: "Join K-MUG"}
6465
- {link: "http://goo.gl/forms/4SSB3Jg94pYTPcjg1", text: "Take a session"}
65-
- {permalink: "/#tickets", text: "Get your tickets"}
6666

6767
# About Block
6868
aboutTitle: "About K-MUG"

Diff for: _includes/footer.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<div class="row">
44
<div class="pull-left col-md-6 col-xs-6">
55
<div class="g-plusone" data-size="medium" data-annotation="inline" data-width="300" data-href="{{ site.url }}"></div>
6+
<script async defer src="http://k-mug.herokuapp.com/slackin.js"></script>
67
</div>
78
<div class="logo logo-footer logo-gray pull-right"></div>
89
</div>

Diff for: _includes/slack.html

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!-- Begin Slack-->
2+
<section id="blog" class="blog">
3+
<div class="content-wrapper text-left">
4+
<div class="col-md-10 col-sm-10 col-lg-offset-2 col-md-offset-2 col-sm-offset-1">
5+
<h3>Join our discussion</h3>
6+
<div class="col-lg-8 col-md-10 col-xs-12">
7+
8+
<p>Our public slack is open for all things geek and technology. K-Mug Core team are often online, you can see their interactions and be part of it. Almost all our communication with registered members of K-MUG is also through this channel, so you'll get a feel for how our community works.</p>
9+
10+
<p>To sign up, join below. By joining, you read and agree to the Community Code of Conduct.</p>
11+
12+
<iframe class="slack" sandbox="allow-same-origin allow-scripts" scrolling="no" seamless="seamless" src="http://k-mug.herokuapp.com/"></iframe>
13+
14+
</div>
15+
</div>
16+
</div>
17+
</section>
18+
<!-- End Slack -->

Diff for: _sass/partials/_blog.scss

+8
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,11 @@
6262
margin: 0 7px;
6363
}
6464
}
65+
66+
iframe.slack {
67+
border: 0;
68+
height: 400px;
69+
margin-left: -50px;
70+
overflow-y: hidden;
71+
width: 400px;
72+
}

Diff for: css/main.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: img/sections-background/slack.gif

40.4 KB
Loading

Diff for: slack.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: default
3+
title: Public Slack Forum
4+
permalink: /slack/
5+
image: slack.gif
6+
---
7+
8+
{% include top-section.html %}
9+
10+
{% include slack.html %}

0 commit comments

Comments
 (0)