esqueleto basico
This commit is contained in:
parent
8eb441e5f5
commit
0dc723713d
350 changed files with 90726 additions and 0 deletions
66
index.html
Normal file
66
index.html
Normal file
|
@ -0,0 +1,66 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
|
||||
<!-- <base href="http://127.0.0.1/traficomadrid/">-->
|
||||
|
||||
|
||||
<!-- TIMELINE CSS -->
|
||||
<link rel="stylesheet" href="css/css/home.css">
|
||||
|
||||
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
|
||||
|
||||
<script type="text/javascript" src="bower_components/jquery/dist/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="bower_components/d3/d3.min.js"></script>
|
||||
<script type="text/javascript" src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript" src="bower_components/jsrender/jsrender.min.js"></script>
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
|
||||
<!-- fullpage -->
|
||||
<link rel="stylesheet" type="text/css" href="bower_components/pagePiling.js/jquery.pagepiling.css" />
|
||||
<script type="text/javascript" src="bower_components/pagePiling.js/jquery.pagepiling.js"></script>
|
||||
<!-- fullpage -->
|
||||
|
||||
|
||||
<script type="text/javascript" src="js/main.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="pagepiling">
|
||||
<div class="section">
|
||||
<div class="section-container" id="page-1">
|
||||
<p> asdf </p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<div class="section-container" id="page-2" >
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<div class="section-container" id="page-3" >
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<div class="section-container" id="page-4">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="timeline">
|
||||
<ul class="cd-timeline-navigation">
|
||||
<li id="nav-btn-page1"><a href="#page1" class="btn-navigation active">page 1</a></li>
|
||||
<li id="nav-btn-page2"><a href="#page2" class="btn-navigation">page 2</a></li>
|
||||
<li id="nav-btn-page3"><a href="#page3" class="btn-navigation">page 3</a></li>
|
||||
<li id="nav-btn-page4"><a href="#page4" class="btn-navigation">page 4</a></li>
|
||||
</ul> <!-- .cd-timeline-navigation -->
|
||||
</div> <!-- .timeline -->
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue