-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathperfil.html
28 lines (23 loc) · 963 Bytes
/
perfil.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
---
layout: default
title: pefil
subtitle: Subtítulo
---
<div class="row no-gutters">
<div class="col-3 col-md-2,1">
<div style="width: 260px;" class="card mb-4 py-3 fondo">
<div class="card-body d-flex justify-content-center">
<img src="img/perfil.jpg" width="130px" height="120px" class="rounded">
</div>
<div><a class="miclase d-flex justify-content-center">Bienvenido</a></div>
<div><a class=" d-flex justify-content-center blanco h4">Gabriel Suarez</a></div>
<div class=" d-flex justify-content-center"><button type="button" class=" btn btn-warning boton-verde bold ">Agregar Hotel +</button></div>
<hr class="sidebar-divider">
<a class="dropdown-item d-flex justify-content-center miclase" href="#" data-toggle="modal" data-target="#logoutModal">
Cerrar Sesión
</a>
</div>
</div>
<div class="col-15 col-sm-9 col-md-9" >
{%- include index/tab-perfil.html -%}
</div>