-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMision.php
59 lines (47 loc) · 2.1 KB
/
Mision.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> Mision </title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="assets/css/bootstrap.css">
<link rel="stylesheet" href="assets/css/generalStyles.css">
<script src="assets/js/jquery-v1.10.2.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/modernizr2.6.2.js"></script>
<style>
.container
{
margin-top: 2%;
background-color: #f1f1f1;
margin-bottom: 0px;
-webkit-box-shadow:0 0px 4px #777, 0 0 20px #CCC;
-moz-box-shadow:0 0px 4px #777, 0 0 20px #CCC;
box-shadow:0 0px 4px #777, 0 0 20px #CCC;
-webkit-border-radius: 10px;
border-radius: 10px;
}
</style>
</head>
<body>
<div id="header" class="navbar navbar-inverse navbar-static-top">
<?php include_once 'layout/header.php'; ?>
</div>
<div class="container">
<br>
<div class="jumbotron">
<center><h1>Mision</h1></center>
<br>
<p class="lead">Brindar a nuestros usuarios tanto empresarios como candidatos las mejores opciones de búsqueda de empleo. Facilitando por medio de una bolsa de trabajo las diversas ofertas y solicitudes para obtener resultados satisfactorias.</p>
</div>
<br>
</div>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
</body>
</html>