Skip to content

Commit

Permalink
[FIX pythonindia#23] Added new twitter widget using twitter post fetcher
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsin6h committed Aug 3, 2017
1 parent 1dd61b2 commit 705ece8
Show file tree
Hide file tree
Showing 13 changed files with 1,015 additions and 128 deletions.
4 changes: 4 additions & 0 deletions coc.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<link rel="stylesheet" href="css/prettyPhoto.css">
<link rel="stylesheet" href="css/jquery.fullpage.css">
<link rel="stylesheet" href="css/transitions.css">
<link rel="stylesheet" href="css/twitter-post-fetcher.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/colors/color-3.css">
<link rel="stylesheet" href="css/responsive.css">
Expand Down Expand Up @@ -200,6 +201,9 @@ <h4>License</h4>
<!--************************************
Wrapper End
*************************************-->
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.3/moment.min.js"></script>
<script type="text/javascript" src="js/vendor/twitter-post-fetcher.js"></script>
<script type="text/javascript" src="js/vendor/twitter-post-fetcher-config.js"></script>
<script src="js/vendor/jquery-library.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="https://maps.google.com/maps/api/js?key=AIzaSyCR-KEWAVCn52mSdeVeTqZjtqbmVJyfSus&language=en"></script>
Expand Down
Loading

0 comments on commit 705ece8

Please sign in to comment.