Skip to content

Instantly share code, notes, and snippets.

View RyanRoberts's full-sized avatar
💭
I may be slow to respond.

Ryan RyanRoberts

💭
I may be slow to respond.
View GitHub Profile
@mdo
mdo / 00-intro.md
Last active March 24, 2024 08:04
Instructions for how to affix an Ikea Gerton table top to the Ikea Bekant sit-stand desk frame.

Ikea Bekant standing desk with Gerton table top

@dustinwalker
dustinwalker / events_listing_craft.twig
Created February 18, 2014 15:58
List events in CraftCMS
{#
# SECTION_NAME is the name of the section for events
# allEvents, futureEvents, event can be anything
# Not sure where I got this sample from
#}
{% set allEvents = craft.entries.section('SECTION_NAME').limit(3).find() %}
{% set futureEvents = [] %}
{% for event in allEvents %}
@brandonkelly
brandonkelly / templating.md
Last active February 7, 2024 15:20
Templating in EE vs. Craft
@include handhelds {
table.responsive {
width: 100%;
thead {
display: none;
}
tr {
display: block;
}
td, th {