-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplantilla.php
71 lines (57 loc) · 2.95 KB
/
plantilla.php
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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8" />
<title>ProEmpresarial | HERRAMIENTAS - CONSULTORES</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="Proempresarial - Coaching Professional" name="description" />
<meta content="" name="keywords" />
<meta content="" name="author" />
<link id="bootstrap" href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link id="bootstrap-grid" href="css/bootstrap-grid.min.css" rel="stylesheet" type="text/css" />
<link id="bootstrap-reboot" href="css/bootstrap-reboot.min.css" rel="stylesheet" type="text/css" />
<link href="css/animate.css" rel="stylesheet" type="text/css" />
<link href="css/owl.carousel.css" rel="stylesheet" type="text/css" />
<link href="css/owl.theme.css" rel="stylesheet" type="text/css" />
<link href="css/owl.transitions.css" rel="stylesheet" type="text/css" />
<link href="css/magnific-popup.css" rel="stylesheet" type="text/css" />
<link href="css/jquery.countdown.css" rel="stylesheet" type="text/css" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<!-- Desarrollado por WilterD > Email: wilterprogramador18@gmail.com -->
<link id="colors" href="css/colors/scheme-01.css" rel="stylesheet" type="text/css" />
<link href="css/coloring.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<?php include('menu.php'); ?>
<!-- content begin -->
<div class="no-bottom no-top" id="content">
<div id="top"></div>
<section id="section-home" class="text-light" aria-label="section" data-bgimage="url(images/services/programa-ventas.jpg) top" data-stellar-background-ratio=".2" data>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-8">
<div class="spacer-double"></div>
<div class="spacer-10"></div>
<h1 class="wow fadeInUp" data-wow-delay=".6s">HERRAMIENTAS PARA CONSULTORES</h1>
<div class="spacer-double"></div>
</div>
<div class="col-lg-4 text-lg-right">
<a class="btn-custom bg-danger" href="#section-contact">Contacto</a>
</div>
</div>
</div>
</section>
<section id="section-training" data-bgimage="url(images/background/bg-2.png) bottom" class="relative">
<div class="container">
<div class="row">
<div class="col-md-12">
</div>
</div>
</div>
</div>
</section>
<?php include('footer.php'); ?>
<?php include('scripts.php'); ?>
</body>
</html>