Skip to content

Commit 5be309c

Browse files
committed
Initial commit
0 parents  commit 5be309c

13 files changed

Lines changed: 175 additions & 0 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2019 Daniel Althviz Moré
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Git web practice
2+
3+
* [Instrucciones](https://codelabs-preview.appspot.com/?file_id=1H40sqzJODMql-SDeICRWaIk6TShVI7U6ReD84W_nZGs#0)

html/pagina1.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2+
<HTML>
3+
<HEAD>
4+
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8">
5+
<TITLE>Mi primera página</TITLE>
6+
<META NAME="GENERATOR" CONTENT="OpenOffice.org 1.0 (Win32)">
7+
<META NAME="AUTHOR" CONTENT="Gloria Cort&eacute;s">
8+
<META NAME="CREATED" CONTENT="20020903;6090096">
9+
<META NAME="CHANGEDBY" CONTENT="Gloria Cort&eacute;s">
10+
<META NAME="CHANGED" CONTENT="20020903;6133657">
11+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
12+
</HEAD>
13+
<BODY LANG="es-ES" class="container text-center">
14+
<H1>
15+
<IMG ID="imagen1" SRC="../imagenes/BD1.gif" NAME="Imagen1" ALIGN=CENTER WIDTH=700 HEIGHT=50><BR CLEAR=LEFT><BR><BR>
16+
</H1>
17+
<H1 ID="titulo1">Mi primera página HTML</H1>
18+
<P>
19+
<BR><BR>
20+
</P>
21+
<div class="row text-center">
22+
<div class="col-md-6">
23+
<span>&larr;</span><A HREF="pagina5.html">Mi quinta página HTML</A>
24+
</div>
25+
<div class="col-md-6">
26+
<A ID="enlace1" HREF="pagina1.html">Mi primera página HTML</A><span>&rarr;</span>
27+
</div>
28+
</div>
29+
</BODY>
30+
</HTML>

html/pagina2.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2+
<HTML>
3+
<HEAD>
4+
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8">
5+
<TITLE>Mi primera página</TITLE>
6+
<META NAME="GENERATOR" CONTENT="OpenOffice.org 1.0 (Win32)">
7+
<META NAME="AUTHOR" CONTENT="Gloria Cort&eacute;s">
8+
<META NAME="CREATED" CONTENT="20020903;6090096">
9+
<META NAME="CHANGEDBY" CONTENT="Gloria Cort&eacute;s">
10+
<META NAME="CHANGED" CONTENT="20020903;6133657">
11+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
12+
</HEAD>
13+
<BODY LANG="es-ES" class="container text-center">
14+
<H1>
15+
<IMG ID="imagen2" SRC="../imagenes/BD1.gif" NAME="Imagen1" ALIGN=CENTER WIDTH=700 HEIGHT=50><BR CLEAR=LEFT><BR><BR>
16+
</H1>
17+
<H1 ID="titulo2">Mi primera página HTML</H1>
18+
<P>
19+
<BR><BR>
20+
</P>
21+
<div class="row text-center">
22+
<div class="col-md-6">
23+
<span>&larr;</span><A HREF="pagina1.html">Mi primera página HTML</A>
24+
</div>
25+
<div class="col-md-6">
26+
<A ID="enlace2" HREF="pagina2.html">Mi segunda página HTML</A><span>&rarr;</span>
27+
</div>
28+
</div>
29+
</BODY>
30+
</HTML>

html/pagina3.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2+
<HTML>
3+
<HEAD>
4+
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8">
5+
<TITLE>Mi primera página</TITLE>
6+
<META NAME="GENERATOR" CONTENT="OpenOffice.org 1.0 (Win32)">
7+
<META NAME="AUTHOR" CONTENT="Gloria Cort&eacute;s">
8+
<META NAME="CREATED" CONTENT="20020903;6090096">
9+
<META NAME="CHANGEDBY" CONTENT="Gloria Cort&eacute;s">
10+
<META NAME="CHANGED" CONTENT="20020903;6133657">
11+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
12+
</HEAD>
13+
<BODY LANG="es-ES" class="container text-center">
14+
<H1>
15+
<IMG ID="imagen3" SRC="../imagenes/BD1.gif" NAME="Imagen1" ALIGN=CENTER WIDTH=700 HEIGHT=50><BR CLEAR=LEFT><BR><BR>
16+
</H1>
17+
<H1 ID="titulo3">Mi primera página HTML</H1>
18+
<P>
19+
<BR><BR>
20+
</P>
21+
<div class="row text-center">
22+
<div class="col-md-6">
23+
<span>&larr;</span><A HREF="pagina2.html">Mi segunda página HTML</A>
24+
</div>
25+
<div class="col-md-6">
26+
<A ID="enlace3" HREF="pagina2.html">Mi segunda página HTML</A><span>&rarr;</span>
27+
</div>
28+
</div>
29+
</BODY>
30+
</HTML>

html/pagina4.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2+
<HTML>
3+
<HEAD>
4+
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8">
5+
<TITLE>Mi primera página</TITLE>
6+
<META NAME="GENERATOR" CONTENT="OpenOffice.org 1.0 (Win32)">
7+
<META NAME="AUTHOR" CONTENT="Gloria Cort&eacute;s">
8+
<META NAME="CREATED" CONTENT="20020903;6090096">
9+
<META NAME="CHANGEDBY" CONTENT="Gloria Cort&eacute;s">
10+
<META NAME="CHANGED" CONTENT="20020903;6133657">
11+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
12+
</HEAD>
13+
<BODY LANG="es-ES" class="container text-center">
14+
<H1>
15+
<IMG ID="imagen4" SRC="../imagenes/BD1.gif" NAME="Imagen1" ALIGN=CENTER WIDTH=700 HEIGHT=50><BR CLEAR=LEFT><BR><BR>
16+
</H1>
17+
<H1 ID="titulo4">Mi primera página HTML</H1>
18+
<P>
19+
<BR><BR>
20+
</P>
21+
<div class="row text-center">
22+
<div class="col-md-6">
23+
<span>&larr;</span><A HREF="pagina3.html">Mi tercera página HTML</A>
24+
</div>
25+
<div class="col-md-6">
26+
<A ID="enlace4" HREF="pagina2.html">Mi segunda página HTML</A><span>&rarr;</span>
27+
</div>
28+
</div>
29+
</BODY>
30+
</HTML>

html/pagina5.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2+
<HTML>
3+
<HEAD>
4+
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8">
5+
<TITLE>Mi primera página</TITLE>
6+
<META NAME="GENERATOR" CONTENT="OpenOffice.org 1.0 (Win32)">
7+
<META NAME="AUTHOR" CONTENT="Gloria Cort&eacute;s">
8+
<META NAME="CREATED" CONTENT="20020903;6090096">
9+
<META NAME="CHANGEDBY" CONTENT="Gloria Cort&eacute;s">
10+
<META NAME="CHANGED" CONTENT="20020903;6133657">
11+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
12+
</HEAD>
13+
<BODY LANG="es-ES" class="container text-center">
14+
<H1>
15+
<IMG ID="imagen5" SRC="../imagenes/BD1.gif" NAME="Imagen1" ALIGN=CENTER WIDTH=700 HEIGHT=50><BR CLEAR=LEFT><BR><BR>
16+
</H1>
17+
<H1 ID="titulo5">Mi primera página HTML</H1>
18+
<P>
19+
<BR><BR>
20+
</P>
21+
<div class="row text-center">
22+
<div class="col-md-6">
23+
<span>&larr;</span><A HREF="pagina4.html">Mi cuarta página HTML</A>
24+
</div>
25+
<div class="col-md-6">
26+
<A ID="enlace5" HREF="pagina2.html">Mi segunda página HTML</A><span>&rarr;</span>
27+
</div>
28+
</div>
29+
<P></P>
30+
</BODY>
31+
</HTML>

imagenes/BD1.gif

4.63 KB
Loading

imagenes/BD2.gif

1.7 KB
Loading

imagenes/BD3.gif

1.75 KB
Loading

0 commit comments

Comments
 (0)