Skip to content

Instantly share code, notes, and snippets.

@flohw
flohw / index.html
Created July 29, 2016 09:03
Vertical Timeline
<!-- main timeline section -->
<section id="cd-timeline" class="cd-container cssanimations">
<!-- single timeline event -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="event-calender.png" />
</div>
<div class="cd-timeline-content">
<h2>Event 1</h2>
<p>Event 1 Description </p>
@flohw
flohw / LocaleConsoleCommandListener.php
Last active May 24, 2016 11:29
Symfony2 global option
<?php
// src/Acme/CoreBundle/Listener/LocaleConsoleCommandListener.php
namespace Acme\CoreBundle\Listener;
use Symfony\Component\Console\Event\ConsoleCommandEvent;
use Symfony\Component\Console\Input\InputOption;
/**
* Class LocaleConsoleCommandListener