Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Logos for Fragments and Anthill Inside
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikb351 committed Jul 13, 2017
1 parent 877d7dd commit 369ea1c
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _anthillinside_events/2017.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ description: "India's community of deep learning and artificial intelligence pra
funnel:
url: "https://anthillinside.talkfunnel.com/2017/"
open: false
logo:
image_url: /images/anthillinside-logo.svg
boxoffice_item_collection: "721ddcca-2439-11e7-a658-855025fdda9d"
venue:
label: MLR Convention Center, Whitefield
Expand Down
3 changes: 3 additions & 0 deletions _fragments_events/2017.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ start_time: 2017-09-12
end_time: 2017-09-13
description: "The rise of cross platform frameworks and a drive for feature and design parity across platforms mean teams need to understand the mobile app ecosystem as whole, not just Android or iOS. Building on this trend, Fragments aims to build a community and conference that covers the mobile ecosystem as a whole."
subbanner: devweek
logo:
image_url: /images/fragments-logo.gif
has_title: true
funnel:
url: "https://fragments.talkfunnel.com/2017/"
open: true
Expand Down
38 changes: 38 additions & 0 deletions _includes/event_header_section.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
{% if include.event.logo %}
<section class="hero is-medium is-bold">
<div class="hero-body">
<div class="container has-text-centered">
<figure class="image is-centered">
{% if include.event.logo.image_url contains "://" %}
{% assign logo_url = include.event.logo.image_url %}
{% else %}
{% assign logo_url = include.event.logo.image_url | absolute_url %}
{% endif %}
<img src="{{ logo_url }}" style="max-height: {% if include.event.logo.has_title %}14{% else %}8{% endif %}rem;width: auto; display: inline-block;">
</figure>
{% if include.event.logo.has_title %}
{% else %}
<h1 class="title">
{{ include.event.title }}
</h1>
{% endif %}
{% if include.event.subtitle %}
<h2 class="subtitle">
{{ include.event.subtitle }}
</h2>
{% endif %}
<h3 class="subtitle is-6">{{ include.event.datelocation }}</h3>

<div class="block">
{% if include.event.boxoffice_item_collection %}
<a class="button is-primary" href="#tickets">Buy Tickets</a>
{% endif %}
{% if include.event.funnel.open %}
<a class="button is-primary" href="{{ include.event.funnel.url }}" target="_blank">Propose a talk</a>
{% endif %}
</div>
</div>
</div>
</section>
{% else %}
<section class="hero is-medium is-primary is-bold">
<div class="hero-body">
<div class="container has-text-centered">
Expand All @@ -22,3 +59,4 @@ <h3 class="subtitle is-6">{{ include.event.datelocation }}</h3>
</div>
</div>
</section>
{% endif %}
52 changes: 52 additions & 0 deletions images/anthillinside-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/fragments-logo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 369ea1c

Please sign in to comment.