Skip to content

Instantly share code, notes, and snippets.

View monteirobrena's full-sized avatar

Brena Monteiro monteirobrena

View GitHub Profile

List with Thumbnails and Summary Text

A list of items that contain a thumbnail image and a large block of text. Small screens hide the summary content but gets exposed once screen space becomes available.

Considerations Normally it's not a good idea to hide content for small screens, so make sure the content being hidden (article excerpt, further product info, etc) is supplementary and not essential for the user to make an informed decision. Make sure that hidden content is still accessible somewhere (it would most likely live on the linked page). Read: The media object saves hundreds of lines of code

A Pen by Brad Frost on CodePen.

@felquis
felquis / dúvida.txt
Created December 21, 2015 11:12
Dúvida sobre Fuso Horário configurado errado no device do cliente
Oi galera, estava com um problema com Fuso Horário,
o celular da minha mãe estava com data e fuso
automático desabilitado, e o fuso Horário configurado
para Fiji
Device Moto E XT1025, browser Chrome (45.0.2454.84)
Quando ia calcular a hora acontecia o seguinte:
new Date('2015-12-21T09:41:44.210Z')
@subfuzion
subfuzion / curl.md
Last active July 17, 2025 03:17
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.

@monteirobrena
monteirobrena / index.html
Created December 19, 2017 16:03 — forked from alrocar/index.html
WIX iframe
<html>
<head>
</head>
<style type="text/css">
.topad {
height: 26px;
position: absolute;
z-index: 999999999;
top: 0;