Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| {Context::addCSSFile('./layouts/xe_aaron_sub_layout/css/timeline.css')} | |
| <style> | |
| *, *:before, *:after { | |
| box-sizing: content-box; | |
| } | |
| </style> | |
| <div id="timeline" class="section sshb-timeline scrollspy"> | |
| <div class="container"> | |
| <div class="row"> | |
| <div class="col s12"> | |
| <h4>연혁</h4> | |
| <a class="btn-floating btn-large waves-effect waves-light red" href="#timeline-2015">2015</a> | |
| <a class="btn-floating btn-large waves-effect waves-light red lighten-1" href="#timeline-2014">2014</a> | |
| <a class="btn-floating btn-large waves-effect waves-light red lighten-2" href="#timeline-2013">2013</a> | |
| <a class="btn-floating btn-large waves-effect waves-light red lighten-3" href="#timeline-2012">2012</a> | |
| <blockquote id="timeline-2015"> | |
| 2015 | |
| </blockquote> | |
| <include target="timeline-2015.html"/> | |
| <blockquote id="timeline-2014"> | |
| 2014 | |
| </blockquote> | |
| <include target="timeline-2014.html"/> | |
| <blockquote id="timeline-2013"> | |
| 2013 | |
| </blockquote> | |
| <include target="timeline-2013.html"/> | |
| <blockquote id="timeline-2012"> | |
| 2012 | |
| </blockquote> | |
| <include target="timeline-2012.html"/> | |
| </div> | |
| </div> | |
| </div> | |
| </div> |