Merge lp:~mhall119/uds-project/add_evening_programme into lp:uds-project

Proposed by Michael Hall
Status: Merged
Approved by: Steve Edwards
Approved revision: 19
Merged at revision: 21
Proposed branch: lp:~mhall119/uds-project/add_evening_programme
Merge into: lp:uds-project
Diff against target: 65 lines (+31/-3)
2 files modified
assets/css/site.css (+3/-2)
template-conference.php (+28/-1)
To merge this branch: bzr merge lp:~mhall119/uds-project/add_evening_programme
Reviewer Review Type Date Requested Status
Steve Edwards (community) Approve
Review via email: mp+102608@code.launchpad.net

Commit message

Adds the "Evening programme" events

Description of the change

Adds the "Evening programme" events as requested by Michelle

To post a comment you must log in.
Revision history for this message
Steve Edwards (steve-edwards) wrote :

I'll replace the <b> tags with <strong>, but other than that it looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'assets/css/site.css'
2--- assets/css/site.css 2012-04-04 14:35:22 +0000
3+++ assets/css/site.css 2012-04-19 00:54:19 +0000
4@@ -303,7 +303,8 @@
5 }
6
7 .page-conference .row-hero div p,
8-.page-conference .row-tracks div p {
9+.page-conference .row-tracks div p,
10+.page-conference .row-evening div p {
11 max-width: 540px;
12 }
13
14@@ -688,4 +689,4 @@
15 .page-default .span-9 ul li {
16 list-style: disc;
17 list-style-position: inside;
18-}
19\ No newline at end of file
20+}
21
22=== modified file 'template-conference.php'
23--- template-conference.php 2012-03-12 15:08:55 +0000
24+++ template-conference.php 2012-04-19 00:54:19 +0000
25@@ -23,6 +23,33 @@
26 </div>
27 </div><!-- END .row -->
28
29+ <div class="row row-evening">
30+ <div class="span-12">
31+ <h2>Evening programme</h2>
32+ <p>
33+ <b>Monday, 7th May</b><br />
34+ <b>Time:</b> 19:00<br />
35+ <b>Event:</b> Meet & Greet Welcome Event<br />
36+ <b>Venue:</b> West Hall<br />
37+ Food & drinks will be provided.<br />
38+ </p>
39+ <p>
40+ <b>Thursday, 10th May</b><br />
41+ <b>Time:</b> 19:30<br />
42+ <b>Event:</b> The Demo Jam<br />
43+ <b>Venue:</b> East Hall<br />
44+ Cool demos followed by live music. Food & drinks will be provided.<br />
45+ </p>
46+ <p>
47+ <b>Friday, 11th May</b><br />
48+ <b>Time:</b> 19:00<br />
49+ <b>Event:</b> UDS closing party - California dreamin' beach party!<br />
50+ <b>Venue:</b> West Hall<br />
51+ Food & drinks will be provided.<br />
52+ </p>
53+ </div>
54+ </div><!-- END .row -->
55+
56 <?php /*
57 <div class="row row-full-grey first">
58 <div class="clearfix">
59@@ -117,4 +144,4 @@
60 </div>
61 </div><!-- END .row -->
62
63-<?php get_footer(); ?>
64\ No newline at end of file
65+<?php get_footer(); ?>

Subscribers

People subscribed via source and target branches

to all changes: