forked from INTEROPen/interopen.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiscuss.php
21 lines (15 loc) · 942 Bytes
/
discuss.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php include('includes/header.php') ?>
<h1 class="page-heading">Discuss</h1>
<div class="row">
<div class="col-md-5">
<h3>Discussion forum (members only)</h3>
<p><a href="https://interopen.ryver.com/"><img src="images/ryver_logo.png" alt="Ryver logo" style="height: 50px; width: auto;"/></a></p>
</div>
<div class="col-md-7">
<h3>Twitter</h3 >
<a href="https://twitter.com/intent/tweet?screen_name=INTEROPenAPI" class="twitter-mention-button" data-size="large" data-show-count="false">Tweet to @INTEROPenAPI</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<br/>
<a href="https://twitter.com/INTEROPenAPI" class="twitter-follow-button" data-size="large" data-show-count="false">Follow @INTEROPenAPI</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
<?php include('includes/footer.php') ?>