Merge lp:~mhall119/summit/guidebook-rebrand into lp:summit

Proposed by Michael Hall
Status: Merged
Approved by: Nigel Babu
Approved revision: 82
Merged at revision: 93
Proposed branch: lp:~mhall119/summit/guidebook-rebrand
Merge into: lp:summit
Diff against target: 42 lines (+4/-4)
2 files modified
summit/schedule/templates/schedule/mobile.html (+3/-3)
summit/schedule/templates/schedule/schedule.html (+1/-1)
To merge this branch: bzr merge lp:~mhall119/summit/guidebook-rebrand
Reviewer Review Type Date Requested Status
Nigel Babu (community) Approve
Chris Johnston Needs Fixing
Review via email: mp+57591@code.launchpad.net

Description of the change

Conventionist is rebranding themselves as Guidebook, this updates Summit to match.

To post a comment you must log in.
Revision history for this message
Chris Johnston (cjohnston) wrote :

I suggest waiting until the rebranding is official. I also suggest removing the current references to conventionist.

Revision history for this message
Chris Johnston (cjohnston) wrote :

IMO this should be a main-content not a minor-content page... Also, the link for visiting from your phones browser should point to http://guidebookapp.com/getit

review: Needs Fixing
82. By Michael Hall

append /getit to the end of the conventionist url

Revision history for this message
Nigel Babu (nigelbabu) wrote :

Ack

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file 'summit/media/img/conventionist-qr-50.png'
2Binary files summit/media/img/conventionist-qr-50.png 2011-04-08 14:59:22 +0000 and summit/media/img/conventionist-qr-50.png 1970-01-01 00:00:00 +0000 differ
3=== removed file 'summit/media/img/conventionist-qr.png'
4Binary files summit/media/img/conventionist-qr.png 2011-04-08 14:59:22 +0000 and summit/media/img/conventionist-qr.png 1970-01-01 00:00:00 +0000 differ
5=== added file 'summit/media/img/guidebook_125.png'
6Binary files summit/media/img/guidebook_125.png 1970-01-01 00:00:00 +0000 and summit/media/img/guidebook_125.png 2011-04-29 15:13:29 +0000 differ
7=== added file 'summit/media/img/guidebook_50.png'
8Binary files summit/media/img/guidebook_50.png 1970-01-01 00:00:00 +0000 and summit/media/img/guidebook_50.png 2011-04-29 15:13:29 +0000 differ
9=== modified file 'summit/schedule/templates/schedule/mobile.html'
10--- summit/schedule/templates/schedule/mobile.html 2011-04-08 20:17:23 +0000
11+++ summit/schedule/templates/schedule/mobile.html 2011-04-29 15:13:29 +0000
12@@ -6,14 +6,14 @@
13 <article class="minor-content">
14 <h1>Mobile Schedule</h1>
15
16-<p>For those that have an Android or iPhone we have a new way to access the UDS schedule. We have arranged to have the UDS schedule available on the Conventionist software. </p>
17+<p>For those that have an Android or iPhone we have a new way to access the UDS schedule. We have arranged to have the UDS schedule available on the <a href="http://guidebookapp.com/getit?ref=email">Guidebook</a> software. </p>
18
19 <p>You can download<sup>*</sup> the software from:
20 <ol>
21 <li>The Apple App Store or the Android Marketplace.</li>
22-<li>Visit http://conventionist.com/getit/intl from your phone's browser</li>
23+<li>Visit <a href="http://guidebookapp.com/getit?ref=email">http://guidebookapp.com/getit?ref=email</a> from your phone's browser</li>
24 <li>Scan the QR code printed here: <br>
25-<center><img src="/media/img/conventionist-qr.png" /></center></li>
26+<center><img src="/media/img/guidebook_125.png" /></center></li>
27 </ol>
28 </p>
29
30
31=== modified file 'summit/schedule/templates/schedule/schedule.html'
32--- summit/schedule/templates/schedule/schedule.html 2011-04-08 14:59:22 +0000
33+++ summit/schedule/templates/schedule/schedule.html 2011-04-29 15:13:29 +0000
34@@ -111,7 +111,7 @@
35
36 {% if schedule.date %}
37 <div class="schedule-head">
38- <a href="{% url mobile %}"><img class="schedule-qrcode" src="/media/img/conventionist-qr-50.png" /></a>
39+ <a href="{% url mobile %}"><img class="schedule-qrcode" src="/media/img/guidebook_50.png" /></a>
40 <span class="schedule-date">{{ schedule.date|strftime:"%A" }}</span>
41 {% if schedule.crew %}
42 <span class="schedule-crew">Crew: {% for crew in schedule.crew %}<a href="https://launchpad.net/~{{crew.attendee}}">{{crew.attendee}}</a>{% if forloop.last %}{% else %}, {% endif %}{% endfor %}

Subscribers

People subscribed via source and target branches