Files
portalEditorial-front/modulos/slider/comite.html
T
hugo cabrera diaz a288555257 V.1.0
2018-11-06 10:39:10 -06:00

55 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="../../css/bootstrap.min.css">
<link rel="stylesheet" href="css/estiloh.css">
<title>Document</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-12">
<p class="text-center">
<h1 style="text-align: center;">Comité Editorial</h1>
</p>
</div>
</div>
<div class="row">
<div class="col-lg-6 .col-sm-12 text-center">
<img src="../../img/pelon.png" class="img-fluid text-center" alt="Responsive image" style="padding:20px;">
</div>
<div class="col-lg-6 .col-sm-12">
<p style="padding-top:100px; font-size:30px;"><b>Dr. Manuel Martínez Justo</b></p>
<hr align="left" noshade="noshade" size="5" width="90%"/>
<p style="font-size:20px;">DIRECTOR</p>
</div>
</div>
<div class="row">
<div class="col-lg-6 .col-sm-12 text-center">
<img src="../../img/nora.png" class="img-fluid text-center" alt="Responsive image" style="padding:20px;">
</div>
<div class="col-lg-6 .col-sm-12">
<p style="padding-top:100px; font-size:30px;"><b>Mtra. Nora Goris Mayans</b></p>
<hr align="left" noshade="noshade" size="5" width="90%"/>
<p style="font-size:20px;">SECRETARIA GENERAL</p>
</div>
</div>
<div class="row">
<div class="col-lg-6 .col-sm-12 text-center">
<img src="../../img/fer.png" class="img-fluid" alt="Responsive image" style="padding:20px;">
</div>
<div class="col-lg-6 .col-sm-12">
<p style="padding-top:100px;font-size:30px;"><b>Mtro. Fernando Martínez Ramírez</b></p>
<hr align="left" noshade="noshade" size="5" width="90%"/>
<p style="font-size:20px;">SECRETARIO EJECUTIVO DEL COMITÉ EDITORIAL</p>
</div>
</div>
</div>
</body>
</html>