-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBitacora.html
125 lines (120 loc) · 6.72 KB
/
Bitacora.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Beedata Visualizaciones</title>
<!-- Meta -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800"
rel="stylesheet" type="text/css">
<!-- FontAwesome JS -->
<script defer="defer" src="https://use.fontawesome.com/releases/v5.1.1/js/all.js"
integrity="sha384-BtvRZcyfv4r0x/phJt9Y9HhnN5ur1Z+kZbKVgzVBAlQZX4jvAuImlIz+bG7TS00a"
crossorigin="anonymous"></script>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/prism/prism.css">
<link rel="stylesheet" href="assets/plugins/lightbox/dist/ekko-lightbox.css">
<link rel="stylesheet" href="assets/plugins/elegant_font/css/style.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
</head>
<body class="body-pink"><!-- ******Header****** -->
<div class="page-wrapper">
<header id="header" class="header">
<div class="container">
<div class="branding">
<h1 class="logo"> <a href="index.html"> <img src="assets/images/ImagenBee/BEE.png"
alt="bee" title="Bee" style="width: 119px; height: 144px;"><span
class="text-bold"></span> </a> </h1>
</div>
<!--//branding-->
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active">Bitácora</li>
</ol>
</div>
<!--//container--> </header>
<!--//header-->
<div class="doc-wrapper">
<div class="container">
<div id="doc-header" class="doc-header text-center">
<h1 class="doc-title"><i class="icon far fa-calendar-alt"></i>
Bitácora</h1>
<div class="meta"> Actualización: Enero, 2019</div>
</div>
<!--//doc-header-->
<div class="doc-body row">
<div class="doc-content col-md-9 col-12 order-1">
<div class="content-inner">
<section id="reportesresultados" class="doc-section">
<h2 class="section-title">Cronograma</h2>
<div class="section-block">
<h3 class="block-title">Cronograma propuesto</h3>
<p>A continuación se presenta un plan de trabajo propuesto
con la distribución de horas en un tiempo estimado de
ejecución:</p>
<img src="assets/images/Cronograma.PNG" title="Cronograma" style="width: 663px; height: 267px;"></div>
<div class="section-block">
<h3 class="block-title">Cronograma ejecutado</h3>
<p>Se presenta el detalle de las actividades que se van
realizando día a día ya que el cronograma propuesto puede
presentar modificaciones.</p>
<blockquote class="trello-board-compact"> <a href="https://trello.com/b/1kGTopwP/feeling-company">Lista
Tareas</a> </blockquote>
<script src="https://p.trellocdn.com/embed.min.js"></script>
<!--//section-block-->
<!--//section--> </div>
</section>
<section id="reportesarea" class="doc-section">
<h2 class="section-title">Tareas</h2>
<div class="section-block">
<p>Estos datos son de ejemplo y no están relacionados con
ningun indicador o compañía.</p>
<blockquote class="trello-card-compact"> <a href="https://trello.com/c/FkSDY20M/1-entrevistas-personal">Entrevistas</a>
</blockquote>
<blockquote class="trello-card-compact"> <a href="https://trello.com/c/6hNCGL94/3-an%C3%A1lisis-datos-hist%C3%B3ricos">Análisis</a>
</blockquote>
<!--//section-block-->
<!--//section--> </div>
<div class="section-block"><!--//section-block-->
<!--//section--> </div>
</section>
<!--//doc-section--> </div>
<!--//content-inner--> </div>
<!--//doc-content-->
<div class="doc-sidebar col-md-3 col-12 order-0 d-none d-md-flex">
<div id="doc-nav" class="doc-nav">
<nav id="doc-menu" class="nav doc-menu flex-column sticky"> <a
class="nav-link scrollto" href="#reportesresultados">Cronograma</a>
<a class="nav-link scrollto" href="#reportesarea">Tareas </a>
</nav>
<!--//doc-menu--> </div>
</div>
<!--//doc-sidebar--> </div>
<!--//doc-body--> </div>
<!--//container--> </div>
<!--//doc-wrapper-->
<!--//page-wrapper-->
<footer id="footer" class="footer text-center">
<div class="container">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can buy the commercial license via our website: themes.3rdwavemedia.com */-->
<small class="copyright"> <a href="https://www.diversify.com.co/" target="_blank">Diversify</a>
2019</small> </div>
<!--//container--> </footer>
<!--//footer-->
<!-- Main Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/prism/prism.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="assets/plugins/lightbox/dist/ekko-lightbox.min.js"></script>
<script type="text/javascript" src="assets/plugins/stickyfill/dist/stickyfill.min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script> </div>
</body>
</html>