Skip to content

Commit

Permalink
[venue] [index] refs #20 refs #16 - Link from home page and main nav …
Browse files Browse the repository at this point in the history
…for venue page
  • Loading branch information
olemis committed Oct 7, 2017
1 parent aed22f9 commit fc4592b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h2>LUGAR - SANCTI SPIRITUS</h2>
<p><small><small>En la misma provincia, Trinidad de Cuba posee uno de los complejos arquitectónicos más hermosos y mejor conservados de América, reconocida como la Ciudad Museo del Mar Caribe, su centro histórico fue declarado por la UNESCO, en 1988, Patrimonio Cultural de la Humanidad, junto a su Valle de los Ingenios. Con un microclima diferente al resto de la isla, las temperaturas oscilan entre los 16° y 25°C con clima subtropical moderado. Cuenta con indescriptibles bellezas naturales como el Gran Parque Natural Protegido Topes de Collantes.
</small></small></p>

<a class="btn btn-lg btn-warning" href="http://www.infotur.cu/destino.aspx?iddest=13">LEER M&Aacute;S</a>
<a class="btn btn-lg btn-warning" href="venue">LEER M&Aacute;S</a>
</div>
</div>
</section>
Expand Down
17 changes: 13 additions & 4 deletions venue/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,19 @@
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->

<script language="javascript">
window.route = { section: 'venue', page: 'index' }
</script>
</head>

<body ng-app="scipyla.md">
<body>
<!-- Fixed navbar -->
<div ng-include src="'../dist/menu_ppal.html'"></div>
<nav class="navbar navbar-default navbar-fixed-top navbar-inverse text-uppercase" ng-app="scipyla.mainnav" ng-controller="MainNavCtl">
<ng-include src="'../assets/views/menu_ppal.html'"></ng-include>
</nav>

<div class="container">
<div class="container" id="container" ng-app="scipyla.md">

<div class="row">
<div class="col-xs-12">
Expand Down Expand Up @@ -78,8 +84,11 @@
<script src="../assets/js/angular-sanitize.min.js"></script>
<script src="../assets/js/markdown-it.min.js"></script>
<script src="../assets/js/ng-markdownit.min.js"></script>
<script src="../assets/js/mainnav.js"></script>
<script src="../assets/js/md.js"></script>
<script src="../assets/js/angular-route.min.js"></script>
<script language="javascript">
angular.bootstrap(document.getElementById('container'), ['scipyla.md'])
</script>

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand Down

0 comments on commit fc4592b

Please # to comment.