diff options
author | zsloan | 2019-05-06 12:59:11 -0500 |
---|---|---|
committer | zsloan | 2019-05-06 12:59:11 -0500 |
commit | db2045ad0a49f376cf88b4520e2dd37d63d56e6a (patch) | |
tree | c2cd54a28e75427e5706e9045957eb2d357905a9 | |
parent | 3afaa7cfad3ffa3d0bb033dd1b984d3443a65fa0 (diff) | |
download | genenetwork2-db2045ad0a49f376cf88b4520e2dd37d63d56e6a.tar.gz |
Made some changes Rob asked for to index page; reorganized some items and made news scrollable
-rwxr-xr-x | wqflask/wqflask/templates/index_page_orig.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/wqflask/wqflask/templates/index_page_orig.html b/wqflask/wqflask/templates/index_page_orig.html index 4bf1e85f..7e139d4f 100755 --- a/wqflask/wqflask/templates/index_page_orig.html +++ b/wqflask/wqflask/templates/index_page_orig.html @@ -185,6 +185,14 @@ </ul> </div> </section> + <section id="news-section"> + <div class="page-header"> + <h1>News</h1> + <div id="tweets" style="height: 300px; overflow: scroll;"></div> + <div align="right"> + <a href="https://twitter.com/GeneNetwork2">more news items...</a> + </div> + </div> <section id="websites"> <div class="page-header"> <h1>Github</h1> @@ -196,14 +204,6 @@ </ul> </div> </section> - <section id="news-section"> - <div class="page-header"> - <h1>News</h1> - <div id="tweets"></div> - <div align="right"> - <a href="https://twitter.com/GeneNetwork2">more news items...</a> - </div> - </div> <!-- <section id="tour-info"> <div class="page-header"> @@ -321,7 +321,7 @@ "enableLinks": true, "showUser": false, "showTime": true, - "showImages": false, + "showImages": true, "lang": 'en' }; twitterFetcher.fetch(configProfile); |