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
53 changes: 53 additions & 0 deletions commits.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
commit 327c9eebe56456cbe7d4d5a4f190d2ff77a6aa49
Author: xhinox <augusto.ferriz@gmail.com>
Date: Sat Feb 6 15:54:33 2016 -0700

cambio del titulo again

commit 757e6e66108a8d24419ffd16e4eee42aa0bd92f0
Author: xhinox <augusto.ferriz@gmail.com>
Date: Sat Feb 6 15:40:37 2016 -0700

cambio de background

commit cca52563c5875db06befc5fd955e58ad611eb0bf
Author: xhinox <augusto.ferriz@gmail.com>
Date: Sat Feb 6 15:35:16 2016 -0700

cambio el titulo

commit 99adaad9d1c398a16fb818d2a19b043f7722cade
Author: xhinox <augusto.ferriz@gmail.com>
Date: Wed Feb 3 20:01:23 2016 -0700

Subiendo portafolio

commit 0a7999bd905da9a3523b896303a50df144f1329a
Author: xhinox <augusto.ferriz@gmail.com>
Date: Wed Feb 3 19:44:03 2016 -0700

Se modifico la bienvenida

commit 1027e57f57e154f7cc905b1b856bea51e58c39e7
Author: xhinox <augusto.ferriz@gmail.com>
Date: Tue Feb 2 22:04:42 2016 -0700

Se actualizaron los enlaces a las redes sociales

commit b099531be6e66d6beedd77f767597de1cf0aa75d
Author: xhinox <augusto.ferriz@gmail.com>
Date: Tue Feb 2 21:53:53 2016 -0700

Perfil web actualizado

commit 49f5375f67846308f57fe1c952d22ff4efa07654
Author: xhinox <augusto.ferriz@gmail.com>
Date: Tue Feb 2 21:47:31 2016 -0700

Se actualizo la foto de perfil y el nombre

commit c988fe1dc0841985ee7ca20c71b0d9da96ceb543
Author: xhinox <augusto.ferriz@gmail.com>
Date: Tue Feb 2 21:31:18 2016 -0700

Estos son archivos originales
Binary file modified images/git.jpg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 13 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,34 +32,36 @@
<section class="sidebar_information">
<div class="sidebar_userimage">
<!-- 1º Commit Tu nombre y foto -->
<img src="images/git.jpg">
<img src="https://pbs.twimg.com/profile_images/625475322046119936/Y_U6nHp2.jpg" />
<h1 class="sidebar_information_title">
Escribe tu nombre
Augusto Manuel Ferriz Amador
</h1>
</div>
<div class="comunidad-autoria">
<div class="nombre">
<!-- 2º Commit - Tu perfil Web -->
<p>Escribe tu perfil web</p>
<p>Dev Fullstack</p>
</div>
</div>
</section>
<ul>
<li>
<a href="#" target="_blank">
<a href="https://www.facebook.com/AugustoFerriz" target="_blank">
<!-- 3º Commit - Redes Sociales -->
<p>Facebook</p>
</a>
</li>
<li>
<a href="#" target="_blank">
<a href="https://twitter.com/xhino" target="_blank">
<p>Twitter</p>
</a>
</li>
<li>
<a href="#" target="_blank">
<a href="mx.linkedin.com/in/augustoferriz" target="_blank">
<p>LinkedIN</p>
</a>
</li>
</a>
</li>
<li>
<a href="#" target="_blank">
Expand All @@ -73,16 +75,16 @@ <h1 class="sidebar_information_title">
<div class="bloque">
<!-- 4º Commit - Tu presentación -->
<h3>¡Hola! Bienvenido</h3>
<p>Tu descripción</p>
<p>
Esta es mi prueba para usar git, e intentare meterle turbo para
ponerme a trabajar con python
</p>
</div>

<div class="bloque">
<!-- 5º Commit - Tu portafolio -->
<h3>Tu portafolio</h3>
<a href="#"><p>Nombre de tu sitio</p></a>
<a href="#"><p>Nombre de tu sitio</p></a>
<a href="#"><p>Nombre de tu sitio</p></a>
<a href="#"><p>Nombre de tu sitio</p></a>
<a href="https://github.com/xhinox"><p>Manuel Ferriz (xhinox)</p></a>
</div>
</div>

Expand Down
12 changes: 12 additions & 0 deletions stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ body
{
background: rgb(22, 21, 20);
font-size: 16px;
<<<<<<< HEAD
font-family: tahoma
=======
>>>>>>> upstream/master
}

a
Expand All @@ -11,7 +15,11 @@ a

ul
{
<<<<<<< HEAD
margin: 50% 0 0% 0%;
=======
margin: 20% 0 0% 0%;
>>>>>>> upstream/master
}

ul li
Expand Down Expand Up @@ -129,7 +137,11 @@ display: inline-block;
vertical-align: top;
padding: 0;
margin: 0% 33%;
<<<<<<< HEAD
font-size: 21px;
=======
font-size: 15px;
>>>>>>> upstream/master
text-align: center;
}

Expand Down