Commit 59aa344ba772e4c3897fa53412ccb233c372e66d
1 parent
56f16e7a
Exists in
master
and in
6 other branches
Reformulação da página Social
Showing
2 changed files
with
15 additions
and
14 deletions
Show diff stats
ms_configura.php
social/index.php
| ... | ... | @@ -19,7 +19,7 @@ include "../init/head.php"; |
| 19 | 19 | margin: auto; |
| 20 | 20 | } |
| 21 | 21 | </style> |
| 22 | -<body style="padding-top: 55px;"> | |
| 22 | +<body style="padding-top: 60px;"> | |
| 23 | 23 | <nav class="navbar navbar-default navbar-fixed-top"> |
| 24 | 24 | <div class="container-fluid"> |
| 25 | 25 | <div class="navbar-header"> |
| ... | ... | @@ -28,14 +28,15 @@ include "../init/head.php"; |
| 28 | 28 | </div> |
| 29 | 29 | </div> |
| 30 | 30 | </nav> |
| 31 | - <div class="container-fluid"> | |
| 32 | - <div class="row"> | |
| 33 | - <ol class="breadcrumb"> | |
| 34 | - <li><a href="../init/index.php?home=">i3Geo</a></li> | |
| 35 | - <li class="active">Social</li> | |
| 36 | - </ol> | |
| 37 | - </div> | |
| 38 | - </div> | |
| 31 | + <div class="container-fluid migalha"> | |
| 32 | + <div class="row"> | |
| 33 | + <div class="btn-group btn-breadcrumb"> | |
| 34 | + <a class="btn btn-default" href="../init/index.php?home=">i3Geo</a> | |
| 35 | + <a class="btn btn-default" style="pointer-events: none">Social</a> | |
| 36 | + </div> | |
| 37 | + </div> | |
| 38 | + </div> | |
| 39 | + | |
| 39 | 40 | <div class="container"> |
| 40 | 41 | <div class="row center-block"> |
| 41 | 42 | <div class="center-block col-xs-12 col-md-6"> |
| ... | ... | @@ -49,8 +50,9 @@ include "../init/head.php"; |
| 49 | 50 | <div class="center-block col-xs-12 col-md-6"> |
| 50 | 51 | <div class="panel panel-default"> |
| 51 | 52 | <div class="panel-body"> |
| 52 | - <a class="twitter-timeline htag" href="https://twitter.com/hashtag/i3geo" | |
| 53 | - data-widget-id="643417277208133633" height="320">i3geo Tweets</a> | |
| 53 | + <a height="320" class="twitter-timeline" href="https://twitter.com/search?q=i3geo" data-widget-id="990311163815710720">Tweets sobre i3geo</a> | |
| 54 | + <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> | |
| 55 | + | |
| 54 | 56 | </div> |
| 55 | 57 | </div> |
| 56 | 58 | </div> |
| ... | ... | @@ -61,8 +63,7 @@ include "../init/head.php"; |
| 61 | 63 | src='https://www.openhub.net/p/i3geo/widgets/project_users?format=js&style=blue'></script> |
| 62 | 64 | </div> |
| 63 | 65 | <div tabindex="-1" class="col-xs-12 text-center"> |
| 64 | - <script type="text/javascript" | |
| 65 | - src="http://www.openhub.net/p/150688/widgets/project_basic_stats.js"></script> | |
| 66 | + <script type='text/javascript' src='https://www.openhub.net/p/i3_geo/widgets/project_basic_stats?format=js'></script> | |
| 66 | 67 | </div> |
| 67 | 68 | </div> |
| 68 | 69 | </div> | ... | ... |