Skip to content

Commit

Permalink
Merge pull request #21 from roskoff/generic-index-page
Browse files Browse the repository at this point in the history
Elimina imágenes de index.html
  • Loading branch information
bsandoval authored Mar 21, 2018
2 parents 64a993d + 52d5587 commit afcf563
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
Binary file removed src/main/resources/public/images/aquipago.png
Binary file not shown.
Binary file removed src/main/resources/public/images/logo_aqui_pago.png
Binary file not shown.
27 changes: 3 additions & 24 deletions src/main/resources/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">

<title>Narrow Jumbotron Template for Bootstrap</title>
<title>Joko Framework</title>

<!-- Bootstrap core CSS -->
<link href="./bootstrap/css/bootstrap.min.css" rel="stylesheet">


<!-- Custom styles for this template -->
<link href="./bootstrap/css/jumbotron-narrow.css" rel="stylesheet">

Expand All @@ -40,36 +40,15 @@
</ul>
</nav>
-->
<h3 class="text-muted">Aqui Pago</h3>
</div>

<div class="jumbotron">
<h1>Aqui Pago</h1>
<p class="lead">Middleware de Aqui Pago</p>
<img src="./images/aquipago.png">
<h1>Joko Framework</h1>
</div>

<div class="row marketing">
<div class="col-lg-6">
<h4><a href="./swagger/index.html">Swagger</a></h4>
<p>Documentación del API Rest de Pagos</p>

<h4>Subheading</h4>
<p>Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.</p>

<h4>Subheading</h4>
<p>Maecenas sed diam eget risus varius blandit sit amet non magna.</p>
</div>

<div class="col-lg-6">
<h4>Subheading</h4>
<p>Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.</p>

<h4>Subheading</h4>
<p>Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.</p>

<h4>Subheading</h4>
<p>Maecenas sed diam eget risus varius blandit sit amet non magna.</p>
</div>
</div>

Expand Down

0 comments on commit afcf563

Please sign in to comment.