forked from GafferHQ/gafferhq.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity.html
25 lines (21 loc) · 1.04 KB
/
community.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: Gaffer | Community
---
{% include header.html %}
{% include intro.html title="Community" image="http://image-engine.com/wp-content/uploads/2016/07/JP4RaptorCloseup.jpg" style="background-position: center 5%;" %} <!-- Jurassic World raptors-->
<section id="google-group" class="container">
<div class="row ptb-60">
<div class="col-xs-12">
<div class="embed-responsive embed-responsive-4by3">
<iframe id="userForumIFrame" class="embed-responsive-item" src="javascript:void(0)" scrolling="no" frameborder="0"></iframe>
<script type="text/javascript">
document.getElementById('userForumIFrame').src =
'https://groups.google.com/forum/embed/?place=forum/gaffer-dev'
+ '&showsearch=true&showpopout=true&showtabs=false&hideforumtitle=true'
+ '&parenturl=' + encodeURIComponent(window.location.href);
</script>
</div>
</div>
</div>
</section>
{% include footer.html %}