Skip to content

Commit fa3fdf4

Browse files
committed
chore(site): Adds Gitter Sidecar to Homepage
More info about the sidecar can be found here: https://sidecar.gitter.im/
1 parent aa7ab65 commit fa3fdf4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

misc/site/css/site.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,3 +230,8 @@ p.modal-message {
230230
.info-link {
231231
color: #34EFBB;
232232
}
233+
234+
.gitter-chat-embed{
235+
/*XXX:HACK to get the chat to show up over the header bar*/
236+
z-index: 5000 important!;
237+
}

misc/site/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" />
1414
<link rel="stylesheet" href="/css/site.css" />
1515
<link rel="stylesheet" href="//ui-grid.info/release/ui-grid-unstable.min.css" />
16+
<script>
17+
((window.gitter = {}).chat = {}).options = {
18+
room: 'angular-ui/ui-grid'
19+
};
20+
</script>
21+
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
1622
</head>
1723
<body>
1824

@@ -52,7 +58,7 @@
5258
</div><!-- /.navbar-collapse -->
5359
</div><!-- /.container-fluid -->
5460
</nav>
55-
61+
<div class="main-content">
5662
<div class="intro">
5763
<div class="jumbotron">
5864
<div class="description">

0 commit comments

Comments
 (0)