font-weight: 700;
text-transform: uppercase;
color: #000;
- margin-bottom: 1rem;
font-size: 0.7rem;
}
}
/* line 77, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
+.event__meta + .event__meta, .event__meta--alt + .event__meta, .event__meta + .event__meta--alt, .event__meta--alt + .event__meta--alt {
+ padding-top: 0;
+ margin-top: -.3rem;
+}
+
+/* line 80, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
+.event__meta + .event__meta .event__meta__inner, .event__meta--alt + .event__meta .event__meta__inner, .event__meta + .event__meta--alt .event__meta__inner, .event__meta--alt + .event__meta--alt .event__meta__inner {
+ border-top: none;
+}
+
+/* line 85, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
.event__meta--alt {
padding: 0;
margin: 0;
font-size: 1rem;
}
-/* line 84, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
+/* line 92, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
.event__meta--alt .event__meta__inner {
border-top: none;
border-bottom: none;
}
-/* line 89, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
+/* line 97, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
.event__meta--alt .event__meta__location {
color: white;
}
-/* line 94, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
+/* line 102, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
.event__meta__location {
display: block;
text-decoration: none;
font-weight: 400;
}
-/* line 104, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
+/* line 112, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
.event__meta__cta {
text-transform: uppercase;
display: block;
background: #fff;
}
-/* line 112, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
+/* line 120, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
.event__meta__btn {
- width: 50%;
display: block;
text-align: center;
margin: 1rem auto;
}
-/* line 119, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
+/* line 127, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
.event__detail,
.event__detail a {
text-align: right;
content: "";
}
+/* line 154, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/icons.scss */
+.icon__calendar:before {
+ content: "";
+}
+
/* line 179, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/icons.scss */
.icon__sign-out:before {
content: "";
content: "";
}
+/* line 425, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/icons.scss */
+.icon__windows:before {
+ content: "";
+}
+
/* line 5, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/bk-news.scss */
.bk__news {
display: block;
}
/* line 12, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/share-links.scss */
-.share__link__item {
+.share__link__item, .push__calendar__item {
text-transform: uppercase;
margin-right: 1rem;
}
/* line 15, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/share-links.scss */
-.share__link__item .icon {
+.share__link__item .icon, .push__calendar__item .icon {
color: #9f7f3c;
font-size: 1.1rem;
margin-right: .4rem;
background-color: #2d4373;
}
+/* line 1, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/push-calendar.scss */
+.push__calendar {
+ margin-top: -2rem;
+}
+
/* line 1, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/calendar.scss */
.calendar__month {
width: 100%;
'modules/bk-news',
'modules/hero-slider',
'modules/share-links',
+ 'modules/push-calendar',
'modules/calendar',
'modules/user';
\ No newline at end of file
font-weight: $bold;
text-transform: uppercase;
color: $black;
- margin-bottom: 1rem;
+ // margin-bottom: 1rem;
font-size: 0.7rem;
&__inner {
}
}
+.event__meta + .event__meta {
+ padding-top: 0;
+ margin-top: -.3rem;
+ .event__meta__inner {
+ border-top: none;
+ }
+}
+
.event__meta--alt {
@extend .event__meta;
padding: 0;
}
.event__meta__btn {
- width: 50%;
+ // width: 50%;
display: block;
text-align: center;
margin: 1rem auto;
// .icon__warning:before,
// .icon__exclamation-triangle:before { content: $fa-var-exclamation-triangle; }
// .icon__plane:before { content: $fa-var-plane; }
-// .icon__calendar:before { content: $fa-var-calendar; }
+.icon__calendar:before { content: $fa-var-calendar; }
// .icon__random:before { content: $fa-var-random; }
// .icon__comment:before { content: $fa-var-comment; }
// .icon__magnet:before { content: $fa-var-magnet; }
// .icon__long-arrow-left:before { content: $fa-var-long-arrow-left; }
// .icon__long-arrow-right:before { content: $fa-var-long-arrow-right; }
// .icon__apple:before { content: $fa-var-apple; }
-// .icon__windows:before { content: $fa-var-windows; }
+.icon__windows:before { content: $fa-var-windows; }
// .icon__android:before { content: $fa-var-android; }
// .icon__linux:before { content: $fa-var-linux; }
// .icon__dribbble:before { content: $fa-var-dribbble; }
{% include "includes/share_buttons.html" %}
{% endwith %}
{% endblock %}
+{% block event_detail_calendar %}
+<div class="push__calendar">
+ <a href='{{ event|google_calendar_url }}' target="_blank" class="push__calendar__item">
+ <i class="icon icon__calendar"></i>
+ Add to Google Calendar
+ </a>
+ <a href='{% icalendar_url %}' class="push__calendar__item">
+ <i class="icon icon__windows"></i>
+ Add to Outlook/iCal
+ </a>
+</div>
+{% endblock %}
{% if event.location %}
<h3 class="section__title--inverse">Le lieu :</h3>
{% block event_detail_location %}
{% editable event.location %}
-<div class="event__card--full">
- <p>
- {{ event.location.address|linebreaksbr }}<br />
- <a href="{{ event|google_nav_url }}" target="_blank" class="">
- Get Directions
- </a>
- </p>
- <a href="{{ event|google_nav_url }}" target="_blank" class="">
- {% google_static_map event 900 300 15 %}
- </a/>
-</div>
+<p>
+ <p>{{ event.location }} {{ event.location.address|linebreaksbr }}</p>
+ <a href="{{ event|google_nav_url }}" target="_blank">
+ Get Directions
+ </a>
+</p>
+<a href="{{ event|google_nav_url }}" target="_blank" class="">
+ {% google_static_map event 900 300 15 %}
+</a/>
{% endeditable %}
{% endblock %}
{% endif %}
{% endblock %}
{% endcomment %}
-{% block event_detail_calendar %}
-<p>
- <a href='{{ event|google_calendar_url }}' target="_blank" class="btn btn-small">
- Add to Google Calendar
- </a>
- <a href='{% icalendar_url %}' class="btn btn-small">
- Add to Outlook/iCal
- </a>
-</p>
-{% endblock %}
-
{% block event_previous_next %}
<ul class="split-container pager">
{% with event.get_previous_by_publish_date as previous %}
{% block main %}
-<ul>
{% for location in object_list %}
- <li><h3>{{ location.title }}</h3>
+ {{ location.title }} <br>
+{% endfor %}
+
+
+{% for location in object_list %}
+ <h3>{{ location.title }}</h3>
{% block event_detail_location %}
{% editable event.location %}
- <div class="event__card--full">
- <p>
- {{ location.address|linebreaksbr }}<br />
- <a href="{{ location|google_nav_url }}" target="_blank" class="">
- Get Directions
- </a>
- </p>
+ <p>
+ {{ location.address|linebreaksbr }}<br />
<a href="{{ location|google_nav_url }}" target="_blank" class="">
- {% google_static_map location 900 300 15 %}
- </a/>
- </div>
+ Get Directions
+ </a>
+ </p>
+ <a href="{{ location|google_nav_url }}" target="_blank" class="">
+ {% google_static_map location 900 300 15 %}
+ </a/>
{% endeditable %}
{% endblock %}
- </li>
{% endfor %}
-</ul>
{% endblock %}
{{ event.start }}
{% if event.end %}
{% if event.end|date == event.start|date and event.end.hour|subtract:event.start.hour > 3 %}{{ event.end|time:"TIME_FORMAT" }}{% endif %}
+ {% if unit_booking %}
+ /
+ <a href="{% url 'event_booking' event.slug %}">
+ {% trans "Booking" %}
+ </a>
+ {% endif %}
{% endif %}
{% if event.location %}
{# <a href="{% url "event_list_location" event.location.slug %}" class="event__meta__location">{{ event.location }}</a>#}
<span class="event__meta__location">{{ event.location }}</span>
- {% if unit_booking %}
- <a href="{% url 'event_booking' event.slug %}" class="btn event__meta__btn">
- <i class="icon icon__bookmark"></i> {% trans "Booking" %}
- </a>
- {% endif %}
{% endif %}
</div>
</div>