Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbruniges committed Oct 15, 2012
2 parents 5421992 + f569aec commit 2fe3766
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions make_mozilla/events/templates/events/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@ <h3>What's new?</h3>

<ul class="tri-set">
<li>
<a href="{{ url('events.search') }}" class="thumb"><img src="{{ MEDIA_URL }}/img/events_map.png" alt=""></a>
<a href="{{ url('events.search') }}" class="thumb"><img src="{{ MEDIA_URL }}img/events_map.png" alt=""></a>
<h4>Events are live!</h4>
<p><a href="{{ url('events.search') }}">Learn with Friends Near You</a></p>
</li>
<li>
<a href="{{ url('guides_all') }}" class="thumb"><img src="{{ MEDIA_URL }}/img/guides.gif" alt=""></a>
<a href="{{ url('guides_all') }}" class="thumb"><img src="{{ MEDIA_URL }}img/guides.gif" alt=""></a>
<h4>Create your event</h4>
<p><a href="{{ url('guides_all') }}">Our Handy Guides will Help!</a></p>
</li>
<li>
<a href="{{ url('about') }}" class="thumb"><img src="{{ MEDIA_URL }}/img/code_party.jpg" alt=""></a>
<a href="http://mozillafestival.org" class="thumb"><img src="{{ MEDIA_URL }}/img/mozfest-feature.jpg" alt=""></a>
<h4>Announcing:</a></h4>
<p><a href="{{ url('about') }}">The Mozilla Summer Campaign</a></p>
<p><a href="http://mozillafestival.org">The 2012 Mozilla Festival</a></p>
</li>
</ul>

{% if event_kinds %}
<div class="meta-ticker" data-label="Event Type">
<h3>Event Types</h3>
<dl>
<dt data-label="Get Support"><a href="{{ url('page', 'support')}}">Need Help? <span class="thumb"><img src="{{ MEDIA_URL }}/img/help_stub.png" alt="" width="95" height="95"></span></a></dt>
<dt data-label="Get Support"><a href="{{ url('page', 'support')}}">Need Help? <span class="thumb"><img src="{{ MEDIA_URL }}img/help_stub.png" alt="" width="95" height="95"></span></a></dt>
<dd>Need help with your event?<br /> Visit our handy <a href="{{ url('page', 'support')}}">support page</a>.</dd>
{% for kind in event_kinds %}
<dt><a href="{{ url('guides_%s' % kind.slug) }}">{{ kind.name }} <span class="thumb"><img src="{{ MEDIA_URL }}/img/{{ kind.name|lower|replace(' ', '-') }}_stub.jpg" alt="" width="95" height="95"></span></a></dt>
Expand Down
4 changes: 4 additions & 0 deletions media/css/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -5025,6 +5025,10 @@ a.mozilla-video-control-overlay {
.mozilla-video-player-content video {
display: block;
}
.mozilla-video-player-content object {
width: 100%;
height: auto;
}

.mozilla-video-player-no-flash {
width: 600px;
Expand Down
Binary file added media/flash/playerWithControls.swf
Binary file not shown.
Binary file added media/img/mozfest-feature.jpg
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 2fe3766

Please sign in to comment.