Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Se carga la lista de miembros de la organización PyVe de GitHub para mos... #6

Merged
merged 2 commits into from
Mar 31, 2013

Conversation

sebasmagri
Copy link
Member

...trarla en la sección de Pythonistas Venezolanos

…mostrarla en la sección de Pythonistas Venezolanos
$.getJSON(membersURL).then(function (data) {
$.each(data, function (i) {
console.log(data[i]);
var content = "<div class=\"span2 text-center img-polaroid\"><a href=\"" + data[i]["html_url"] + "\">" + "<img src=\"" + data[i]["avatar_url"] + "\" class=\"img-polaroid\" /><br>" + data[i]["login"] + "</a></div>";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hay un detalle.. y es que hay un <div class="row"> que abarca cada 5 personas para que queden en líneas distintas..

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Si. Me di cuenta de eso probando. Por eso añadí en el CSS un margin-bottom de 15px para emular el efecto y no tener que iterar la lista de miembros en chunks.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

viejo, no se si son cosas mías pero no veo el css..

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gracias por darte cuenta, no había subido el css ni los cambios al index.

@iferminm
Copy link
Member

Bueno, creo que está en orden, tengo que colocar a arahat para que haga merge, ahora fue que me pude poner a revisar correos.

iferminm added a commit that referenced this pull request Mar 31, 2013
Se carga la lista de miembros de la organización PyVe de GitHub para mos...
@iferminm iferminm merged commit 92e1f6d into pyve:master Mar 31, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants