diff --git a/commits.txt b/commits.txt new file mode 100644 index 000000000..0bf84e61b --- /dev/null +++ b/commits.txt @@ -0,0 +1,35 @@ +commit 22381131bda79fed958846d0b27676d3be7e5900 +Author: Esme Lopez +Date: Sat Dec 26 19:27:22 2015 -0600 + + Sitios + +commit 154167e0c786e97f1eea0205797f7627812e250f +Author: Esme Lopez +Date: Sat Dec 26 19:26:20 2015 -0600 + + Descriocion de background + +commit 9cad033f9334c2edbdf92204d8cf8d5b3832671c +Author: Esme Lopez +Date: Sat Dec 26 19:24:50 2015 -0600 + + Redes sociales + +commit 6ff427b130d52b300501918dbe33f11bbb019da7 +Author: Esme Lopez +Date: Sat Dec 26 19:20:49 2015 -0600 + + Perfil (decripcion) + +commit d2b059f03079ced3ccaf375576a9b7d56a921ad0 +Author: Esme Lopez +Date: Sat Dec 26 19:18:44 2015 -0600 + + Foto y nombre de perfil + +commit ace00f4c8c54886fd1dd2b6a06aaba5169a0f988 +Author: Esme Lopez +Date: Sat Dec 26 19:12:09 2015 -0600 + + archivos base diff --git a/images/comunidad.jpeg b/images/comunidad.jpeg old mode 100755 new mode 100644 diff --git a/images/git.jpg b/images/git.jpg old mode 100755 new mode 100644 diff --git a/images/mejorandola.png b/images/mejorandola.png old mode 100755 new mode 100644 diff --git a/index.html b/index.html old mode 100755 new mode 100644 index 802a72056..432ee5e13 --- a/index.html +++ b/index.html @@ -1,16 +1,20 @@ - + + + - Ejercicio 1 - #mejorandogit + + ESME LOPEZ + - + + @@ -32,27 +36,27 @@
  • - +

    Facebook

  • - +

    Twitter

  • @@ -62,7 +66,7 @@

  • - +

    GitHub

  • @@ -79,12 +83,10 @@

    ¡Hola! Bienvenido

    - + - \ No newline at end of file + diff --git a/propuesta.txt b/propuesta.txt new file mode 100644 index 000000000..09fdc6bf1 --- /dev/null +++ b/propuesta.txt @@ -0,0 +1 @@ +Esta es una propuesta de esme para el proyecto original de mejorandogit \ No newline at end of file diff --git a/stylesheets/normalize.css b/stylesheets/normalize.css old mode 100755 new mode 100644 diff --git a/stylesheets/styles.css b/stylesheets/styles.css old mode 100755 new mode 100644 index 01e7596ff..251529687 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -1,17 +1,29 @@ body { +<<<<<<< HEAD + background: black; +======= background: rgb(22, 21, 20); +>>>>>>> upstream/master font-size: 16px; } a { text-decoration: none; +<<<<<<< HEAD +}12 + +ul +{ + margin: 40% 0 0% 0%; +======= } ul { margin: 20% 0 0% 0%; +>>>>>>> upstream/master } ul li @@ -21,7 +33,11 @@ ul li ul li a { +<<<<<<< HEAD + text-decoration: none; +======= text-decoration: none; +>>>>>>> upstream/master } ul li a p @@ -95,7 +111,11 @@ div.sidebar_userimage img border-radius: 26px; width: 75px; padding: 7px; +<<<<<<< HEAD + border: 1px solid #ccc; +======= border: 1px solid #ccc; +>>>>>>> upstream/master } div.comunidad-autoria @@ -129,7 +149,11 @@ display: inline-block; vertical-align: top; padding: 0; margin: 0% 33%; +<<<<<<< HEAD +font-size: 27px; +======= font-size: 15px; +>>>>>>> upstream/master text-align: center; } @@ -140,10 +164,17 @@ div.nombre p div.layout-principal { +<<<<<<< HEAD + position: absolute; + top: 0; + right: 0; + bottom: 0; +======= position: absolute; top: 0; right: 0; bottom: 0; +>>>>>>> upstream/master overflow-x: auto; width: 55%; padding: 0% 6.5%; @@ -158,4 +189,8 @@ div.bloque p { color: rgb(255, 255, 255); line-height: 1.9em; -} \ No newline at end of file +<<<<<<< HEAD +} +======= +} +>>>>>>> upstream/master