-
Notifications
You must be signed in to change notification settings - Fork 8
/
events.html.haml
46 lines (46 loc) · 2.18 KB
/
events.html.haml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
layout: default
title: Events
description: Sessions about JBoss Developer Framework. JBoss Developer Framework shows you how to write applications using JBoss technologies.
---
%p We've found <strong>#{site.sessions.length}</strong> upcoming sessions about JBoss Developer Framework (courtesy <a href="http://lanyrd.com">lanyrd.com</a>). If you know of an upcoming session taking place that's not shown here, please add it to lanyrd.com to help promote it.
%p
Subscribe to this calendar via:
%a{:href=>"#{site.base_url.gsub('http://', 'webcal://')}/events/jdf.ics"} Desktop Client
|
%a{:href=>"http://www.google.com/calendar/render?cid=#{site.base_url.gsub(':', '%3A')}/events/jdf.ics"} Google Calendar
|
%a{:href=>'jdf.ics'} Manual Setup
#sessions.container
- for session in site.sessions
.session
.row
.span12
.date= session.start_datetime.strftime('<abbr>%b</abbr> %d <div class="year">%Y</div>')
.header
%h2.title
%a{:href=>session.detail_url}= session.title
.row
.span11.offset1
%p.meta
#{session.start_datetime.strftime('%a, %b %d, %Y - %I:%M%p')} to #{session.end_datetime.strftime('%I:%M%p')} #{session.timezone}
at
%a{:href=>session.event_url}= session.event
in #{session.event_location}
.row
.span11.offset1
= session.description
- if !session.speakers.empty?
%p.speakers
%strong Speakers: 
- for speaker in session.speakers
%a{:href=>"http://lanyrd.com/profile/#{speaker['username']}/"}>= speaker['name']
= ', ' unless speaker == session.speakers.last
//%h2 Arquillian Roadies
//%p Below are a list of upcoming speaking events for the members of the Arquillian team.
//- site.identities.speakers.each do |identity|
// %h3
// %img{:src=>identity.avatar_url(48), :alt=>identity.name, :style=>'vertical-align: middle; border: 3px double #ccc;'}
// = identity.name
// .lanyrd-target-splat
// %a.lanyrd-splat.lanyrd-template-detailed{ :href=>identity.lanyrd.profile_url, :rel=>'me' } See all of #{identity.name}'s upcoming appearances »