Adding JIDT logo and twitter gadget to the repository

This commit is contained in:
joseph.lizier 2014-08-19 04:39:05 +00:00
parent 9aa4916cf3
commit 9c84930a4c
2 changed files with 11 additions and 0 deletions

BIN
web/JIDT-logo.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

11
web/twitterGadget.xml Executable file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="Twitter Timeline"/>
<Content type="html">
<![CDATA[
<a class="twitter-timeline" width="250" height="600" data-dnt="true" href="https://twitter.com/infodynamicstkt" data-widget-id="501579648904347648">Tweets by @infodynamicstkt</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
]]>
</Content>
</Module>