-
Notifications
You must be signed in to change notification settings - Fork 0
/
members.html
22 lines (20 loc) · 1.42 KB
/
members.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
title: MCPA St. Louis - Members
---
<!--Main Container Div-->
<div class="container">
<div class="row">
<h5 class="center-align">Here you'll find the member-only content of the site. You'll need to <a href="https://www.google.com/a/UniversalLogin?service=jotspot">login</a> to see the content below</h5>
<p>Other member only resources are located in our <a href="https://drive.google.com/drive/u/0/folders/0B3gwpxd65o7OYkJ4YTd0TjlvczQ">Google Drive</a>. In addition, our members are also eligible for membership in our organization's <a href="https://github.com/mcpa-stlouis">Github</a>.</p>
<iframe class="col s12" src="https://www.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF&src=vtr3mpbhq4cq3o9k7k4568in7o%40group.calendar.google.com&color=%235F6B02&ctz=America%2FChicago" style=" border-width:0 " width="800" height="600" frameborder="0" scrolling="no"></iframe>
<h5>Group Discussions and Announcements</h5>
<iframe class="col s12" id="forum_embed" src="javascript:void(0)" scrolling="no" frameborder="0" width="800" height="600"></iframe>
<script type="text/javascript">
document.getElementById('forum_embed').src =
'https://groups.google.com/a/milcyber.org/forum/embed/?place=forum/stlouis'
+ '&showsearch=true&showpopout=true&showtabs=false'
+ '&parenturl=' + encodeURIComponent(window.location.href);
</script>
</div>
</div>