Skip to content

Commit

Permalink
fix links to gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorsector committed Sep 13, 2017
1 parent 8d73fc3 commit 7040236
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Para esta clase, necesitarás una cuenta en GitHub.com.

Si ya tienes una cuenta en GitHub.com estás listo para empezar. Si no, puedes obtener tu cuenta gratuita siguiendo esos pasos:

![gif of the following directions](/images/gifs/intro/sign-in.gif)
![gif of the following directions]({{site.baseurl}}/images/gifs/intro/sign-in.gif)

1. Accede a [GitHub.com](https://github.com) e introduce un nombre de usuario, dirección de correo electrónico y contraseña en los campos correspondientes, y haz clic en **Sign up for GitHub**.
1. Selecciona la opción **Unlimited public repositories for free** (Repositorios gratuitos ilimitados).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
¡Es hora de ensuciarse las manos! Utiliza estos pasos para acceder a nuestro proyecto compartido:

![gif of the directions]( ../images/gifs/intro/join-repo-make-issue-introduction.gif)
![gif of the directions]({{site.baseurl}}/images/gifs/intro/join-repo-make-issue-introduction.gif)

1. Entra en tu cuenta GitHub.
1. Navega hasta nuestro [proyecto compartido](https://github.com/githubschool/open-enrollment-classes-introduction-to-github/issues/) y haz clic en el botón **New issue**.
Expand Down
2 changes: 1 addition & 1 deletion _includes/activity/intro-to-github-es/03-crear-branch.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Es hora de que crees un branch (o rama) que utilizarás para añadir tu pin al mapa. Así es como se hace:

![gif of directions](../images/gifs/intro/create-branch-intro.gif)
![gif of directions]({{site.baseurl}}/images/gifs/intro/create-branch-intro.gif)

1. Navega a la <a href="https://github.com/githubschool/open-enrollment-classes-introduction-to-github/" target="_blank">pestaña Code</a> en el repositorio de la clase.
2. Haz clic en el desplegable titulado **Branch: master**.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Es momento de añadir tu archivo al repositorio:

![gif of directions](../images/gifs/intro/working-on-github.gif)
![gif of directions]({{site.baseurl}}/images/gifs/intro/working-on-github.gif)

1. En tu nuevo branch, añade un archivo nuevo con el nombre `_pins/TU-USUARIO.json`.
1. Introduce el siguiente contenido en tu archivo:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Ahora que has creado un archivo, vas a crear un Pull Request para mostrar los cambios que propones a las demás personas que están completando este proyecto:

![gif of directions](../images/gifs/intro/pull-request-intro.gif)
![gif of directions]({{site.baseurl}}/images/gifs/intro/pull-request-intro.gif)

1. Navega hasta la <a href="https://github.com/githubschool/open-enrollment-classes-introduction-to-github/pulls" target="_blank">pestaña Pull Requests</a>.
2. Haz clic en `New Pull Request`.
Expand All @@ -14,7 +14,7 @@ Ahora que has creado un archivo, vas a crear un Pull Request para mostrar los ca
- Utiliza la palabra clave `closes` seguida inmediatamente por el número de tu issue (ej. `closes #3`) para indicar a qué Issue se refiere este Pull Request. Cuando haces esto, el issue se cerrará automáticamente cuando se haga merge del pull request.

> Los mensajes de Pull Requess son una excelente oportunidad para describir los cambios realizados en el proyecto. Por ejemplo, podrías también incluir información explicando el tipo de feedback que te gustaría que te aportaran los demás u ofreciendo a tus colaboradores una idea de tu planificación temporal para el trabajo.
8. Haz clic en **Preview** para ver qué aspecto tendrá el Pull Request.
9. Asígnate el pull request a ti mismo haciendo clic en **assign to yourself** en la sección Assignees.
10. Haz clic en `Create pull request`.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:tada: ¡Enhorabuena! Has creado tu Pull Request. Ahora es momento de ponerte el sombrero de colaborador e ir a ayudar a los demás.

![gif of directions](../images/gifs/intro/collaborate.gif)
![gif of directions]({{site.baseurl}}/images/gifs/intro/collaborate.gif)

1. Ahora que se ha creado tu pull request, vuelve a la lista de pull requests para encontrar un <a href="https://github.com/githubschool/open-enrollment-classes-introduction-to-github/pulls?q=is%3Aopen+is%3Apr" target="_blank">pull request abierto</a> -- que no sea el tuyo.
2. Ofrece feedback :loudspeaker: y motivación :tada:.
2 changes: 1 addition & 1 deletion _includes/activity/intro-to-github-es/06-merge-un-pr.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Si todas tus comprobaciones están pasando y no tienes ningún cambio solicitado por otros estudiantes, adelante, puedes hacer merge de tu pull request:

![gif of directions](../images/gifs/intro/merge-intro.gif)
![gif of directions]({{site.baseurl}}/images/gifs/intro/merge-intro.gif)

1. Abre tu [Pull Request](https://github.com/githubschool/open-enrollment-classes-introduction-to-github/pulls) para hacer merge.
1. Navega hasta la parte inferior del Pull Request y haz clic en el botón **Merge pull request**.
Expand Down
2 changes: 1 addition & 1 deletion _includes/activity/intro-to-github/01-join-intro-repo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
It's time to get your hands dirty! Use these steps to access our shared project:

![gif of the directions]( ../images/gifs/intro/join-repo-make-issue-introduction.gif)
![gif of the directions]({{site.baseurl}}/images/gifs/intro/join-repo-make-issue-introduction.gif)

1. Sign in with your GitHub account.
1. Navigate to our [shared project](https://github.com/githubschool/open-enrollment-classes-introduction-to-github/issues/) and click the **New issue** button.
Expand Down
2 changes: 1 addition & 1 deletion assets/js/mapsAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function initialize() {
});

new MarkerClusterer(map, markers, {
imagePath: '../images/cluster/m',
imagePath: '/on-demand/images/cluster/m',
averageCenter: true,
minimumClusterSize: 42
});
Expand Down
2 changes: 1 addition & 1 deletion paths/intro-to-github-es/03-explora-repositorio.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sidebar:
main-content: |
Tómate unos minutos para familiarizarte con la estructura de un repositorio GitHub:
![gif of directions](../images/gifs/intro/explore-repo.gif)
![gif of directions](../../images/gifs/intro/explore-repo.gif)
1. Mira el video en la sección **Dime por qué** para un tour guiado.
2. Navega a la pestaña **Code** (código) para encontrar el README del repositorio.
Expand Down
2 changes: 1 addition & 1 deletion paths/intro-to-github-es/06-buscar-coordenadas.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sidebar:
main-content: |
Para crear tu pin, necesitas saber la latitud y longitud en las que te encuentras:
![gif of directions](../images/gifs/intro/find-coordinants.gif)
![gif of directions](../../images/gifs/intro/find-coordinants.gif)
1. Encuentra tu latitud y longitud usando uno de estos botones.
Expand Down

0 comments on commit 7040236

Please sign in to comment.