Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Arnovio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="es">
<head>
<title>Arnovio Desafio Git </title>
</head>
<body style="background:#69E2FF">
<h1 style="background:black;color:red">Desafio 4 Git</h1>

<p>Se crea un archivo html en rama arnovio para crear cambios en repositorio remoto y luego bajarlo a repositorio local.</p>

</body>
</html>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1>Probando Bootstrap</h1>
</div>
<section class="row" id="Productos">
<article class="col-sm-4">
<h3 class="text-center">Titulo</h3>
<h3 class="text-center">Vida Marina</h3>
<img src="img/imagen01.jpg" class="img-responsive">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
Expand Down Expand Up @@ -81,7 +81,7 @@ <h4 class="modal-title">Modal Header</h4>
</div>
</article>
<article class="col-sm-4">
<h3 class="text-center">Titulo</h3>
<h3 class="text-center">Fauna y flora</h3>
<img src="img/imagen02.jpg" class="img-responsive">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
Expand Down
2 changes: 1 addition & 1 deletion sesion.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</figure>
<div class="panel panel-info" id="sesion-cadi">
<div class="panel-heading">
<p>Sistema de evaluaciones</p>
<p>Ingresa al Sistema</p>
</div>
<div class="panel-body">
<form>
Expand Down