Merge lp:~mhall119/uds-project/virtual-changes into lp:uds-project

Proposed by Michael Hall
Status: Merged
Approved by: Michael Hall
Approved revision: 68
Merged at revision: 66
Proposed branch: lp:~mhall119/uds-project/virtual-changes
Merge into: lp:uds-project
Diff against target: 130 lines (+11/-55)
3 files modified
template-about.php (+4/-38)
template-home.php (+2/-4)
template-register.php (+5/-13)
To merge this branch: bzr merge lp:~mhall119/uds-project/virtual-changes
Reviewer Review Type Date Requested Status
Anthony Dillon (community) Approve
Review via email: mp+150620@code.launchpad.net

Description of the change

Changes for Online UDS

To post a comment you must log in.
Revision history for this message
Anthony Dillon (ya-bo-ng) wrote :

Looks great. Just a small design note:
template-register.php line 94

I would make it:
<div class="span-8 last">

67. By Michael Hall

Change span-4 to span-8 as ant suggested

68. By Michael Hall

Text changes from Michelle

Revision history for this message
Anthony Dillon (ya-bo-ng) wrote :

Looks perfect.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'template-about.php'
2--- template-about.php 2012-11-19 11:42:26 +0000
3+++ template-about.php 2013-02-26 17:33:20 +0000
4@@ -10,7 +10,10 @@
5 <div class="row row-hero">
6 <div class="span-6">
7 <h1>Ubuntu Developer Summit</h1>
8- <p>Since the birth of Ubuntu in 2004, The Ubuntu Developer Summit (UDS) has been held in the weeks following each release, enabling the Ubuntu community members in attendance to determine the direction the project will take in the forthcoming cycle. </p>
9+ <p>The Ubuntu Developer Summit is where we get together to discuss, design, and
10+ plan the future of Ubuntu. Taking place every three months online across a
11+ range of interactive video sessions and available to all, join us to help
12+ shape Ubuntu across the desktop, devices, and cloud.</p>
13 </div>
14 </div><!-- END .row -->
15
16@@ -62,44 +65,7 @@
17 </div>
18 </div><!-- END .row -->
19
20- <div class="row row-apply">
21- <div class="clearfix">
22- <div class="span-4">
23- <h3>Apply for sponsorship</h3>
24- <p>With each Ubuntu Developer Summit, Canonical offers limited sponsorship to provide travel and accommodation assistance to community members and upstreams who are unable to afford to attend the event in person.</p>
25- <p>If you feel you fit into one of the eligible groups, apply below.</p>
26- <a href="<?php echo get_post_meta($post->ID, 'About Sponsorship URL', true) ?>" class="link-cta">Apply online now</a>
27- </div>
28- <div class="span-4">
29- <ul>
30- <li>
31- <p>Community members who are actively involved in Ubuntu and who are providing significant contributions to the Ubuntu project</p>
32- </li>
33- <li>
34- <p>Upstream contributors who are bringing value to Ubuntu indirectly via active participation in their upstream project, but who are keen to see quality support in Ubuntu</p>
35- </li>
36- <li>
37- <p>Contributors are willing to actively participate, not only throughout the full Ubuntu Developer Summit week, but also following with active contributions in the release cycle</p>
38- </li>
39- </ul>
40- </div>
41- <div class="span-4 last">
42- <ul>
43- <li>
44- <p>We are always keen to welcome members of the community who have never been to UDS before and are keen to participate and experience the event</p>
45- </li>
46- <li>
47- <p>You don't have to provide technical contributions to apply &ndash; if you have participated in the areas of advocacy, documentation, testing, art, design, etc., you are encouraged to apply</p>
48- </li>
49- <li>
50- <p>UDS is an event that encourages diversity &ndash; we welcome everyone to apply for sponsorship, irrespective of gender, race, impairment, technical expertise, or other factors</p>
51- </li>
52- </ul>
53- </div>
54- </div>
55- </div><!-- END .row -->
56
57- <?php get_template_part('partial', 'sponsors'); ?>
58 <script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/assets/js/about-tabs.js"></script>
59
60 <?php get_footer(); ?>
61
62=== modified file 'template-home.php'
63--- template-home.php 2012-11-19 11:42:26 +0000
64+++ template-home.php 2013-02-26 17:33:20 +0000
65@@ -50,7 +50,5 @@
66 </div>
67 </div>
68 </div><!-- END .row -->
69-
70- <?php get_template_part('partial', 'sponsors'); ?>
71-
72-<?php get_footer(); ?>
73\ No newline at end of file
74+
75+<?php get_footer(); ?>
76
77=== modified file 'template-register.php'
78--- template-register.php 2013-01-25 17:30:24 +0000
79+++ template-register.php 2013-02-26 17:33:20 +0000
80@@ -10,7 +10,7 @@
81 <div class="row row-hero">
82 <div class="span-6">
83 <h1>Register</h1>
84- <p>Apply to attend the Ubuntu Developer Summit.</p>
85+ <p>Register to participate in the Ubuntu Developer Summit.</p>
86 </div>
87 </div><!-- END .row -->
88
89@@ -20,7 +20,7 @@
90 <h3>Registration</h3>
91 <p>You can commence your registration for the Ubuntu Developer Summit from this page.</p>
92 </div>
93- <div class="span-4">
94+ <div class="span-8 last">
95 <div class="box-event developer">
96 <h2>Developer Summit</h2>
97 <p><?php echo get_post_meta($post->ID, 'Register UDS Date', true) ?></p>
98@@ -28,14 +28,6 @@
99 <a href="<?php echo get_post_meta($post->ID, 'Register UDS URL', true) ?>" class="link-cta<?php $url = get_post_meta($post->ID, 'Register UDS URL', true); if (empty($url)) { echo ' disabled'; } ?>">Register for the Developer Summit</a>
100 </div>
101 </div>
102- <div class="span-4 last">
103- <div class="box-event enterprise">
104- <h2>Enterprise Summit</h2>
105- <p><?php echo get_post_meta($post->ID, 'Register UES Date', true) ?></p>
106- <p><?php echo get_post_meta($post->ID, 'Register UES Copy', true) ?></p>
107- <a href="<?php echo get_post_meta($post->ID, 'Register UES URL', true) ?>" class="link-cta<?php $url = get_post_meta($post->ID, 'Register UES URL', true); if (empty($url)) { echo ' disabled'; } ?>">Register for the Enterprise Summit</a>
108- </div>
109- </div>
110 </div>
111 </div><!-- END .row -->
112
113@@ -43,7 +35,9 @@
114 <div class="clearfix">
115 <div class="span-4">
116 <h3>FAQs</h3>
117- <p>Answers to the most frequent queries are on this page. If you have a question not covered by this section, or if you need a supporting letter for your visa application, please contact <a href="mailto:events@canonical.com">events@canonical.com</a> directly.</p>
118+ <p>Answers to the most frequent queries are on this page. If you have a
119+ question not covered by this section, or if you need a supporting letter for
120+ your visa application, please contact <a href="mailto:events@canonical.com">events@canonical.com</a> directly.</p>
121 </div>
122 <div class="span-8 last">
123 <ul>
124@@ -70,6 +64,4 @@
125 </div>
126 </div><!-- END .row -->
127
128- <?php get_template_part('partial', 'sponsors'); ?>
129-
130 <?php get_footer(); ?>

Subscribers

People subscribed via source and target branches

to all changes: