Merge lp:~ya-bo-ng/developer-ubuntu-com/redesign-with-guidelines into lp:developer-ubuntu-com/wordpress

Proposed by Anthony Dillon
Status: Rejected
Rejected by: David Planella
Proposed branch: lp:~ya-bo-ng/developer-ubuntu-com/redesign-with-guidelines
Merge into: lp:developer-ubuntu-com/wordpress
Diff against target: 4366 lines (+1247/-2501)
44 files modified
404.php (+3/-3)
css/960.css (+0/-1)
css/base.css (+0/-960)
css/blog-community.css (+0/-48)
css/blog-planet.css (+0/-52)
css/child-resources.css (+0/-118)
css/community.css (+0/-123)
css/default.css (+0/-150)
css/get-started.css (+0/-334)
css/home.css (+0/-174)
css/metabox.css (+0/-18)
css/publish.css (+0/-72)
css/reset.css (+0/-8)
css/resources.css (+0/-71)
css/scratch.css (+853/-0)
event.php (+5/-5)
footer.php (+6/-3)
header.php (+68/-53)
hero-community.php (+4/-2)
hero-get-started.php (+2/-8)
hero-home.php (+4/-12)
hero-publish.php (+6/-4)
hero.php (+7/-6)
js/base.js (+1/-2)
js/jquery.slider.js (+1/-1)
part-blog-latest-articles.php (+1/-1)
part-blog-latest-events.php (+2/-2)
search.php (+1/-1)
sidenav.php (+1/-1)
single.php (+2/-2)
template-apps.php (+3/-3)
template-blog-community.php (+9/-3)
template-blog-planet.php (+5/-4)
template-charms.php (+1/-1)
template-child-resources.php (+7/-10)
template-community.php (+79/-75)
template-default.php (+6/-6)
template-get-started.php (+123/-115)
template-home.php (+32/-34)
template-publish.php (+3/-4)
template-resources.php (+3/-4)
template-scopes.php (+3/-3)
template-section.php (+3/-1)
template-webapps.php (+3/-3)
To merge this branch: bzr merge lp:~ya-bo-ng/developer-ubuntu-com/redesign-with-guidelines
Reviewer Review Type Date Requested Status
David Planella Disapprove
Review via email: mp+177794@code.launchpad.net

Description of the change

Redesigned the theme to use the new guidelines. You can see the results of the theme at http://developer.canonicalwebteam.com.

To post a comment you must log in.
Revision history for this message
David Planella (dpm) wrote :

Hi Ant,

As discussed, I've done a review of the staging site with the new theme. Apart from the fact that it's looking awesome, here's what I've seen:

1) On this page:
http://developer.canonicalwebteam.com/resources/tutorials/getting-started/currency-converter-phone-app/

See the original page at:
http://developer.ubuntu.com/resources/tutorials/getting-started/currency-converter-phone-app/

 • The bigger font size makes the title too long and it spans 2 lines
 • The caption is now aligned to the bottom of the image instead of to the right
 • The caption's width is fixed and very small, resulting in a long column of text

2) On this page:
http://developer.canonicalwebteam.com/resources/tutorials/getting-started/

See the original page at:
http://developer.ubuntu.com/resources/tutorials/getting-started/

 • There are no bullets for unordered lists (this applies throughout the site)
 • It might be worth adding some extra vertical space between the last paragraph and a list ("Building an Ubungu SDK App series" looks really close to the list)

3) On this page:
http://developer.canonicalwebteam.com/2013/07/announcing-the-ubuntu-core-apps-hack-days/

See the original page at:
http://developer.ubuntu.com/2013/07/announcing-the-ubuntu-core-apps-hack-days/

 • There needs to be more separation between the "Back to blog" link and "Archive"
 • Perhaps also between Archive and Events?
 • Event titles tend to be quite long, which will make them be two lines under the event header most of the times. An example is "Ubuntu Core Apps Hack Days"

4) Clicking on the top-level MyApps item loads the old header. This is due to MyApps being a different site, which simply contains a copy of the header in the theme. We'll neeed to:
 • Update the MyApps header (and CSS). Martin Albisetti would be the contact person for MyApps

However, if we can live for the inconsistency for a bit, this shouldn't be a blocker to deploy the new theme.

5) On the home page:
http://developer.canonicalwebteam.com/

See the original home at:
http://developer.ubuntu.com/

 • The Get started now button is center-aligned (it was right-aligned on the original theme)

review: Needs Fixing
82. By Anthony Dillon

Update with guidelines

83. By Anthony Dillon

Update header link

84. By Anthony Dillon

Applied guidelines to new content

Revision history for this message
David Planella (dpm) wrote :

We're now reimplementing the site using Django and using the web team guidelines. As such, I'm marking this branch (based on Wordpress) as obsolete.

review: Disapprove

Unmerged revisions

84. By Anthony Dillon

Applied guidelines to new content

83. By Anthony Dillon

Update header link

82. By Anthony Dillon

Update with guidelines

81. By Anthony Dillon

Applying the guidelines to the theme

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '404.php'
2--- 404.php 2011-09-26 11:19:45 +0000
3+++ 404.php 2014-02-13 16:50:20 +0000
4@@ -1,11 +1,11 @@
5 <?php get_header(); ?>
6-
7- <div class="grid-9">
8+<div class="row no-border">
9+ <div class="nine-col">
10 <h3>Sorry, we couldn't find the page you were looking for</h3>
11 <p>Why not try one of the following pages instead?</p>
12 <ul>
13 <?php wp_list_pages('sort_column=menu_order&title_li=&depth=1'); ?>
14 </ul>
15 </div>
16-
17+</div>
18 <?php get_footer(); ?>
19\ No newline at end of file
20
21=== removed file 'css/960.css'
22--- css/960.css 2011-09-02 18:33:25 +0000
23+++ css/960.css 1970-01-01 00:00:00 +0000
24@@ -1,1 +0,0 @@
25-body{min-width:960px}.container-12{margin-left:auto;margin-right:auto;width:960px}.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12{display:inline;float:left;margin-left:10px;margin-right:10px}.push-1,.pull-1,.push-2,.pull-2,.push-3,.pull-3,.push-4,.pull-4,.push-5,.pull-5,.push-6,.pull-6,.push-7,.pull-7,.push-8,.pull-8,.push-9,.pull-9,.push-10,.pull-10,.push-11,.pull-11{position:relative}.alpha{margin-left:0}.omega{margin-right:0}.container-12 .grid-1{width:60px}.container-12 .grid-2{width:140px}.container-12 .grid-3{width:220px}.container-12 .grid-4{width:300px}.container-12 .grid-5{width:380px}.container-12 .grid-6{width:460px}.container-12 .grid-7{width:540px}.container-12 .grid-8{width:620px}.container-12 .grid-9{width:700px}.container-12 .grid-10{width:780px}.container-12 .grid-11{width:860px}.container-12 .grid-12{width:940px}.container-12 .prefix-1{padding-left:80px}.container-12 .prefix-2{padding-left:160px}.container-12 .prefix-3{padding-left:240px}.container-12 .prefix-4{padding-left:320px}.container-12 .prefix-5{padding-left:400px}.container-12 .prefix-6{padding-left:480px}.container-12 .prefix-7{padding-left:560px}.container-12 .prefix-8{padding-left:640px}.container-12 .prefix-9{padding-left:720px}.container-12 .prefix-10{padding-left:800px}.container-12 .prefix-11{padding-left:880px}.container-12 .suffix-1{padding-right:80px}.container-12 .suffix-2{padding-right:160px}.container-12 .suffix-3{padding-right:240px}.container-12 .suffix-4{padding-right:320px}.container-12 .suffix-5{padding-right:400px}.container-12 .suffix-6{padding-right:480px}.container-12 .suffix-7{padding-right:560px}.container-12 .suffix-8{padding-right:640px}.container-12 .suffix-9{padding-right:720px}.container-12 .suffix-10{padding-right:800px}.container-12 .suffix-11{padding-right:880px}.container-12 .push-1{left:80px}.container-12 .push-2{left:160px}.container-12 .push-3{left:240px}.container-12 .push-4{left:320px}.container-12 .push-5{left:400px}.container-12 .push-6{left:480px}.container-12 .push-7{left:560px}.container-12 .push-8{left:640px}.container-12 .push-9{left:720px}.container-12 .push-10{left:800px}.container-12 .push-11{left:880px}.container-12 .pull-1{left:-80px}.container-12 .pull-2{left:-160px}.container-12 .pull-3{left:-240px}.container-12 .pull-4{left:-320px}.container-12 .pull-5{left:-400px}.container-12 .pull-6{left:-480px}.container-12 .pull-7{left:-560px}.container-12 .pull-8{left:-640px}.container-12 .pull-9{left:-720px}.container-12 .pull-10{left:-800px}.container-12 .pull-11{left:-880px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:before,.clearfix:after,.container-12:before,.container-12:after{content:'.';display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}.clearfix:after,.container-12:after{clear:both}.clearfix,.container-12{zoom:1}
26\ No newline at end of file
27
28=== removed file 'css/base.css'
29--- css/base.css 2013-09-20 12:18:59 +0000
30+++ css/base.css 1970-01-01 00:00:00 +0000
31@@ -1,960 +0,0 @@
32-/**
33-* Ubuntu Developer base stylesheet
34-*
35-* A base stylesheet containing site-wide styles
36-*
37-* @project Ubuntu Developer
38-* @version 1.0
39-* @author Canonical Web Team: Steve Edwards
40-* @copyright 2011 Canonical Ltd.
41-*/
42-
43-/**
44-* @section Global
45-*/
46-
47-body {
48- font-family: 'Ubuntu', 'Ubuntu Beta', UbuntuBeta, Ubuntu, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;
49- font-size: 13px;
50- line-height: 1.4;
51- color: #333;
52-}
53-a {
54- color: #dd4814;
55- text-decoration: none;
56- outline: 0;
57-}
58-p, dl {
59- margin-bottom: 10px;
60-}
61-.side-menu {
62- margin-right: 20px;
63- margin-bottom: 25px;
64-}
65-
66-.clearfix {
67- clear: both;
68-}
69-#page_content ol li {
70- list-style: decimal;
71- margin-bottom: 5px;
72- margin-left: 20px;
73-}
74-#page_content ul li {
75- list-style: circle;
76- margin-bottom: 5px;
77- margin-left: 20px;
78-}
79-strong {
80- font-weight: bold;
81-}
82-em {
83- font-style: italic;
84-}
85-code{
86- padding: 10px;
87- font-family: 'Ubuntu Mono', 'Consolas', 'Monaco', 'DejaVu Sans Mono', Courier, monospace;
88- background-color: #fdf6f2;
89- display: block;
90- margin-bottom: 10px;
91- -moz-border-radius: 4px;
92- -webkit-border-radius: 4px;
93- border-radius: 4px;
94-}
95-
96-code.inline {
97- padding: 3px;
98- display: inline;
99- border: none;
100- margin: 0px;
101-}
102-
103-h1 {
104- font-size: 36px;
105- line-height: 1.1;
106- margin-bottom: 20px;
107-}
108-article h1,
109-h2 {
110- font-size: 24px;
111- line-height: 1.2;
112- margin-bottom: 14px;
113-}
114-h3 {
115- font-size: 16px;
116- line-height: 1.3;
117- margin-bottom: 8px;
118-}
119-h4 {
120- font-weight: bold;
121-}
122-
123-time {
124- color:#999;
125-}
126-
127-/**
128-* @section Structure
129-*/
130-
131-.header-login,
132-.header-navigation div,
133-.header-content div {
134- margin: 0 auto;
135- width: 940px;
136-}
137-
138-.header-content h1{
139- background-color:#ffffff;
140- display:inline-block;
141-}
142-
143-.header-content h2{
144- background-color:#ffffff;
145- display:table;
146-}
147-
148-.header-login ul {
149- margin: 4px 0;
150- float: right;
151-}
152-.header-login li {
153- margin-right: 10px;
154- float: left;
155-}
156-.header-login a {
157- color: #333;
158-}
159-.header-navigation {
160- border-top: 2px solid #dd4814;
161- border-bottom: 2px solid #dd4814;
162- background-color: #fff;
163- height: 54px;
164- clear: right;
165- overflow: hidden;
166-}
167-.header-navigation nav ul {
168- border-right: 1px solid #dd4814;
169- float: right;
170-}
171-.header-navigation nav li {
172- border-left: 1px solid #dd4814;
173- float: left;
174- height: 54px;
175-}
176-.header-navigation nav a {
177- padding: 18px 14px 0;
178- font-size: 14px;
179- display: block;
180- height: 36px;
181-}
182-.header-navigation nav a:hover {
183- background-color: #fcece7;
184-}
185-.header-navigation nav .current_page_item a,
186-.header-navigation nav .current_page_parent a,
187-.header-navigation nav .current_page_ancestor a {
188- background-color: #dd4814;
189- color: #fff;
190-}
191-.header-navigation input {
192- margin: 12px 10px 0 10px;
193- padding: 5px;
194- border-top: 1px solid #a1a1a1;
195- border-right: 1px solid #e0e0e0;
196- border-bottom: 1px solid #fff;
197- border-left: 1px solid #e0e0e0;
198- width: 90px;
199- font-style: italic;
200- color: #ccc;
201- -moz-border-radius: 3px;
202- -webkit-border-radius: 3px;
203- border-radius: 3px;
204- -moz-box-shadow: inset 0 1px 1px #e0e0e0;
205- -webkit-box-shadow: inset 0 1px 1px #e0e0e0;
206- box-shadow: inset 0 1px 1px #e0e0e0;
207-}
208-.header-navigation h2 {
209- margin: 18px 0 0 6px;
210- text-transform: lowercase;
211- font-size: 22px;
212- color: #dd4814;
213- float: left;
214-}
215-.header-navigation .logo-ubuntu {
216- margin-top: 12px;
217- float: left;
218-}
219-.header-content .header-navigation-secondary {
220- margin-bottom: 40px;
221- padding: 0;
222- position: relative;
223- z-index: 2;
224-}
225-.header-navigation-secondary div {
226- padding: 0;
227- border: 2px solid #dd4814;
228- -moz-border-radius: 0px 0px 4px 4px;
229- -webkit-border-radius: 0px 0px 4px 4px;
230- border-radius: 0px 0px 4px 4px;
231- background: #fff;
232- border-top: 0px;
233- width: 936px;
234-}
235-.header-navigation-secondary nav li {
236- float: left;
237-}
238-.header-navigation-secondary nav li a {
239- color: #333;
240- display: block;
241- height: 25px;
242- padding: 8px 8px 0;
243-}
244-.header-navigation-secondary nav li:hover,
245-.header-navigation-secondary nav .current_page_item a {
246- background: url("../img/sec-nav-hover.gif");
247-}
248-.header-content {
249- padding-bottom: 30px;
250- border-bottom: 1px solid #e0e0e0;
251- -moz-box-shadow: 0 1px 3px #e0e0e0;
252- -webkit-box-shadow: 0 1px 3px #e0e0e0;
253- box-shadow: 0 1px 3px #e0e0e0;
254- margin-bottom: 3px;
255- position: relative;
256- overflow: hidden;
257-}
258-footer {
259- padding: 10px 10px 40px 10px;
260- position: relative;
261- -moz-border-radius: 0 0 4px 4px;
262- -webkit-border-radius: 0 0 4px 4px;
263- border-radius: 0 0 4px 4px;
264- font-size: 12px;
265- background: url("../img/background-footer.png") repeat scroll 0 0 #f7f6f5;
266-}
267-footer div {
268- margin: 0 auto;
269- padding: 0 10px;
270- width: 940px;
271-}
272-footer a {
273- color: #000;
274-}
275-footer nav ul {
276- margin: 10px 17px 30px 0;
277- width: 172px;
278- display: inline-block;
279- vertical-align: top;
280- height: auto;
281- zoom: 1;
282- *display: inline;
283-}
284-footer nav ul.last {
285- margin-right: 0;
286-}
287-footer nav li {
288- margin-bottom: 8px;
289-}
290-footer nav li:first-child {
291- font-weight: bold;
292-}
293-footer p {
294- margin-bottom: 0;
295-}
296-#content {
297- padding-top: 35px;
298-}
299-.arrow-nav {
300- display: none;
301- position: absolute;
302- top: -1px;
303- z-index: 3;
304-}
305-.shadow {
306- margin: 30px 0 3px 0;
307- border-bottom: 1px solid #e0e0e0;
308- -moz-box-shadow: 0 2px 3px #e0e0e0;
309- -webkit-box-shadow: 0 2px 3px #e0e0e0;
310- box-shadow: 0 2px 3px #e0e0e0;
311- height: 3px;
312-}
313-
314-/**
315-* @section Site-wide
316-*/
317-
318-#content h2{
319- font-size:24px;
320-}
321-
322-.box-orange {
323- padding: 10px;
324- border: 3px solid #dd4814;
325- -moz-border-radius: 4px;
326- -webkit-border-radius: 4px;
327- border-radius: 4px;
328-}
329-.box-orange .link-action-small {
330- float: right;
331- margin: 0 0 0 20px;
332-}
333-.link-bug {
334- margin-left: 10px;
335- color: #999;
336-}
337-.link-action {
338- float: left;
339- margin-bottom: 20px;
340- padding: 8px 12px;
341- display: block;
342- background-color: #dd4814;
343- color: #fff;
344- -moz-border-radius: 20px;
345- -webkit-border-radius: 20px;
346- border-radius: 20px;
347- font-size: 16px;
348- line-height: 1.3;
349- border-top: 3px solid #e6633a;
350- border-bottom: 3px solid #c03d14;
351-}
352-.link-action2 {
353- float: left;
354- display: block;
355- color: #fff;
356- font-size: 16px;
357- line-height: 1.3;
358-}
359-.link-action2 span{
360- display:block;
361- float:left;
362-}
363-.link-action2 .cta-left{
364- background:url(../img/button-cta-left.png) no-repeat;
365- width:22px;
366- height:48px;
367-}
368-.link-action2 .cta-center{
369- background:url(../img/button-cta-slice.png) repeat-x;
370- line-height:45px;
371- height:48px;
372-}
373-.link-action2 .cta-right{
374- background:url(../img/button-cta-right.png) no-repeat;
375- width:22px;
376- height:48px;
377-}
378-
379-.link-action-small {
380- float: left;
381- display: block;
382- color: #fff;
383- font-size: 16px;
384-}
385-.link-action-small span{
386- display:block;
387- float:left;
388- height:42px;
389-}
390-.link-action-small .cta-left{
391- background:url(../img/button-cta-left-small.png) no-repeat;
392- width:19px;
393-}
394-.link-action-small .cta-center{
395- background:url(../img/button-cta-slice-small.png) repeat-x;
396- line-height:42px;
397-}
398-.link-action-small .cta-right{
399- background:url(../img/button-cta-right-small.png) no-repeat;
400- width:19px;
401-}
402-
403-.link-action:active {
404- position: relative;
405- top: 1px;
406-}
407-.link-action2:active {
408- position: relative;
409- top: 1px;
410-}
411-.link-action-small:active {
412- position: relative;
413- top: 1px;
414-}
415-.list-bullets li {
416- margin-bottom: 10px;
417- list-style: disc;
418- list-style-position: inside;
419-}
420-.box {
421- margin-bottom: 30px;
422- padding: 15px;
423- border: 1px solid #aea79f;
424- -moz-border-radius: 4px;
425- -webkit-border-radius: 4px;
426- border-radius: 4px;
427-}
428-.box-padded {
429- margin-bottom: 30px;
430- padding: 5px;
431- border: 2px solid #aea79f;
432- -moz-border-radius: 4px;
433- -webkit-border-radius: 4px;
434- border-radius: 4px;
435- background: url("../img/pattern-featured.gif") repeat scroll 0 0 #ebe9e7;
436- overflow: hidden;
437-}
438-.box-padded h3 {
439- margin: 5px 0 10px 5px;
440-}
441-.box-padded div {
442- padding: 10px;
443- border: 1px solid #aea79f;
444- -moz-border-radius: 4px;
445- -webkit-border-radius: 4px;
446- border-radius: 4px;
447- background-color: #fff;
448- overflow: hidden;
449-}
450-.box-padded li {
451- padding: 0 10px;
452- float: left;
453- width: 211px;
454- border-right: 1px dotted #aea79f;
455-}
456-.box-padded li.first {
457- padding: 0;
458- margin-bottom: 0;
459-}
460-.box-padded li.last {
461- border: 0;
462- width: 217px;
463-}
464-.box-padded img {
465- margin: 0 10px 50px 0;
466- float: left;
467- -moz-border-radius: 8px;
468- -webkit-border-radius: 8px;
469- border-radius: 8px;
470-}
471-.box-clear {
472- margin-bottom: 40px;
473-}
474-.box-clear .grid-4.first {
475- margin-right: 15px;
476- padding-right: 15px;
477-}
478-.box-clear .grid-4 {
479- margin-left: 0;
480- margin-right: 10px;
481- padding-right: 10px;
482- width: 298px;
483-}
484-.box-clear time {
485- display: block;
486- border-bottom: 1px dotted #aea79f;
487- padding-bottom: 10px;
488- margin-bottom: 10px;
489-}
490-.box-clear div.first {
491- border-right: 1px dotted #aea79f;
492-}
493-.box-clear a {
494- display: block;
495-}
496-.box-clear .location {
497- display: block;
498- margin-bottom: 1px;
499-}
500-.box-clear .last {
501- margin: 0;
502- padding-right: 0;
503- -moz-border-radius: 4px;
504- -webkit-border-radius: 4px;
505- border-radius: 4px;
506- width: 293px;
507-}
508-
509-/* Widgets */
510-
511-.ui-state-focus {
512- outline: none;
513-}
514-.ui-accordion {
515- border-bottom: 1px dotted #aea79f;
516-}
517-.ui-accordion a {
518- display: block;
519-}
520-.ui-accordion h3 {
521- margin-bottom: 0;
522- border-top: 1px dotted #aea79f;
523- position: relative;
524- font-size: 13px;
525- font-weight: bold;
526-}
527-.ui-accordion h3 a {
528- padding: 10px 0;
529- color: #333;
530-}
531-.ui-accordion h4 {
532- margin-bottom: 5px;
533-}
534-.ui-accordion div fieldset {
535- padding-bottom: 5px;
536-}
537-.ui-accordion div li,
538-.ui-accordion div input {
539- margin-bottom: 10px;
540-}
541-.ui-accordion .ui-icon {
542- position: absolute;
543- top: 15px;
544- right: 0;
545- display: block;
546- width: 8px;
547- height: 8px;
548- background: url("../img/icon-accordion-inactive.png") 0 0 no-repeat transparent;
549-}
550-.ui-accordion .ui-state-active .ui-icon {
551- background-image: url("../img/icon-accordion-active.png");
552-}
553-.ui-accordion .current_page_item a {
554- color: #333;
555-}
556-.container-tweet {
557- -moz-border-radius: 4px 4px 4px 4px;
558- -webkit-border-radius: 4px 4px 4px 4px;
559- border-radius: 4px 4px 4px 4px;
560- padding: 10px 10px 10px;
561- background-color: #f7f7f7;
562-}
563-.container-tweet .tweet-follow {
564- margin-top: 10px;
565- margin-bottom: -10px;
566- padding-left: 55px;
567- padding-bottom: 6px;
568- background: url("../img/tweet-follow.png") 0 5px no-repeat;
569- display: block;
570-}
571-.container-tweet .tweet-follow span {
572- font-size: 16px;
573- font-weight: bold;
574- line-height: 1.2;
575- display: block;
576-}
577-.tweet a {
578- display: inline;
579-}
580-.tweet .tweet_text {
581- padding: 10px;
582- background-color: #fff;
583- -moz-border-radius: 4px 4px 4px 4px;
584- -webkit-border-radius: 4px 4px 4px 4px;
585- border-radius: 4px 4px 4px 4px;
586- border: 1px solid #dd4814;
587- font-size: 16px;
588- display: block;
589- clear: both;
590-}
591-.tweet.tweet-small .tweet_text {
592- font-size: inherit;
593-}
594-.tweet .tweet_text a {
595- color: #333;
596-}
597-.tweet .tweet_time,
598-.tweet .tweet_user_and_time {
599- padding: 15px 0 10px 0;
600- position: relative;
601- top: -2px;
602- background: url("../img/tweet-arrow.png") no-repeat;
603- display: block;
604-}
605-.tweet .tweet_odd .tweet_time,
606-.tweet .tweet_odd .tweet_user_and_time {
607- background-position: right 0;
608- float: right;
609-}
610-.tweet .tweet_even .tweet_time,
611-.tweet .tweet_even .tweet_user_and_time {
612- background-position: left 0;
613- float: left;
614-}
615-
616-/* Search */
617-
618-#content .list-search li {
619- list-style-type:none;
620- border:0px;
621- margin-bottom: 15px;
622- padding-top: 15px;
623-}
624-
625-/* Home */
626-
627-.home #content .grid-3.omega {
628- margin-right: 0px;
629-}
630-
631-.home #content .grid-3 {
632- margin-left: 10px;
633- margin-right: 10px;
634- margin-bottom: 0px;
635-}
636-
637-/* Blog */
638-
639-.blog-community #content .grid-3 {
640- margin-left: 10px;
641- margin-right: 10px;
642-}
643-
644-.blog-community #content .grid-9 {
645- margin-left: 10px;
646- margin-right: 10px;
647-}
648-
649-.blog-article #nav-single {
650- margin-top: 30px;
651- margin-bottom: 30px;
652-}
653-.blog-article #nav-single .nav-next {
654- float: right;
655-}
656-.blog-article article header .entry-meta {
657- margin-bottom: 20px;
658-}
659-.blog-article article .entry-meta {
660- color: #999;
661-}
662-.blog-article #respond form input[type="submit"] {
663- float: left;
664- cursor: pointer;
665- margin-bottom: 20px;
666- padding: 8px 12px;
667- display: block;
668- background-color: #dd4814;
669- color: #fff;
670- -moz-border-radius: 20px;
671- -webkit-border-radius: 20px;
672- border-radius: 20px;
673- font-size: 16px;
674- line-height: 1.3;
675- border-top: 3px solid #e6633a;
676- border-left: 3px solid #e6633a;
677- border-right: 3px solid #e6633a;
678- border-bottom: 3px solid #c03d14;
679-}
680-.blog-article #respond form input[type="submit"]:active {
681- position: relative;
682- top: 1px;
683-}
684-
685-.alignnone{
686- float:left;
687- margin:10px 20px 10px 0;
688-}
689-.alignleft{
690- float:left;
691- margin:10px 20px 10px 0;
692-}
693-.alignright{
694- float:right;
695- margin:10px 0 10px 20px;
696-}
697-
698-.aligncenter{
699- float:left;
700- margin:10px 20px 10px 0;
701-}
702-.entry-content h2, .entry-content h3{
703- margin-top:20px;
704-}
705-.entry-content ul li{
706- list-style-type: circle;
707- margin-left:16px;
708-}
709-
710-.entry-content hr{
711- border:none;
712- border-top: 1px dotted #AEA79F;
713-}
714-
715-
716-kbd {
717- background: none repeat scroll 0 0 #EEEEEE;
718- border-color: #CCCCCC #AAAAAA #888888 #BBBBBB;
719- border-style: solid;
720- border-width: 1px 2px 2px 1px;
721- color: #000000;
722- padding: 2px 4px 0;
723- white-space: nowrap;
724-}
725-
726-/* keep up-to-date - latest article lists and social links */
727-#keep-up h3 {
728- color: #ADA79F;
729- font-size: 16px;
730- font-weight: 300;
731-}
732-
733-.article h4, .event h4 {
734- font-weight: normal;
735-}
736-
737-#keep-up .article h4 a {
738- font-size: 16px;
739-}
740-
741-#keep-up .article p {
742- font-size: 13px;
743- margin-bottom: 5px;
744-}
745-
746-#keep-up .event h4 a {
747- font-size: 16px;
748-}
749-
750-#keep-up .box-clear time {
751- padding-bottom: 7px;
752-}
753-
754-#keep-up .social-links {
755- margin-top: 20px;
756-}
757-
758-#keep-up .social-links a {
759- padding: 4px 0 4px 24px;
760-}
761-
762-#keep-up .blog-links a {
763- padding: 4px 0 4px 24px;
764-}
765-
766-#keep-up .social-links a.link-twitter { background: url(../img/icon-twitter.png) 0 50% no-repeat; }
767-
768-#keep-up .social-links a.link-facebook { background: url(../img/icon-facebook.png) 0 50% no-repeat; }
769-
770-#keep-up .social-links a.link-google-plus { background: url(../img/icon-google-plus.png) 0 50% no-repeat; }
771-
772-#keep-up .blog-links a.link-rss { background: url("../img/rss.jpg") 0 50% no-repeat; }
773-
774-#keep-up .blog-links a.link-blog { background: url("../img/icon-forum.png") 0 50% no-repeat; }
775-
776-.box-steps {
777- margin-bottom: 30px;
778- border: 3px solid #dd4814;
779- -moz-border-radius: 4px;
780- -webkit-border-radius: 4px;
781- border-radius: 4px;
782- -moz-box-shadow: 0 3px 1px #e0e0e0;
783- -webkit-box-shadow: 0 3px 1px #e0e0e0;
784- box-shadow: 0 3px 1px #e0e0e0;
785- display: inline-block;
786-}
787-.box-steps li {
788- padding: 15px;
789- float: left;
790- width: 200px;
791- border-right: 1px solid #dd4814;
792- text-align: center;
793- min-height: inherit;
794- list-style-type: none !important;
795- margin-bottom: 0px !important;
796- margin-left: 0px !important;
797-}
798-.box-steps li.last {
799- border: 0;
800- width: 202px;
801-}
802-.box-steps span {
803- padding: 4px;
804- margin: 10px auto 0;
805- display: block;
806- border: 3px solid #dd4814;
807- -moz-border-radius: 40px;
808- -webkit-border-radius: 40px;
809- border-radius: 40px;
810- text-align: center;
811- font-size: 36px;
812- width: 50px;
813- color: #dd4814;
814- -moz-box-shadow: 0 2px 1px #e0e0e0;
815- -webkit-box-shadow: 0 2px 1px #e0e0e0;
816- box-shadow: 0 2px 1px #e0e0e0;
817-}
818-.box-steps img {
819- margin-top: 10px;
820- margin-bottom: 10px;
821-}
822-#content .box-steps h3 {
823- margin: 0px 0 15px !important;
824- padding-top: 0px !important;
825- padding-bottom: 15px !important;
826- border-top: none !important;
827- border-bottom: 1px dotted #aea79f !important;
828-}
829-.box-steps p {
830- text-align: left;
831-}
832-.box-steps a {
833- color: #333;
834-}
835-.box-steps li:hover {
836- background-color: #fcece7;
837- cursor: pointer;
838-}
839-.box-steps li:hover span {
840- background-color: #dd4814;
841- color: #fff;
842-}
843-.box-steps li:hover a {
844- color: #dd4814;
845-}
846-
847-#content .box-steps li img.stepicon {
848- float: none;
849- margin: 0px;
850- display: inline;
851- height: 88px;
852-}
853-
854-.header-content {
855- background: url("../img/background-header-home.png") 0 0 repeat #fff;
856-}
857-.header-content h1 {
858- font-size: 36px;
859- background: #fff;
860-}
861-.header-content h2 {
862- font-size: 20px;
863- width: 440px;
864- background: #fff;
865-}
866-.header-image {
867- background: url("../img/dotted-logo.png") no-repeat scroll 122px -24px transparent;
868- float: right;
869- height: 329px;
870- margin-bottom: -35px;
871- margin-right: -183px;
872- margin-top: -88px;
873- width: 591px;
874- position: relative;
875- z-index: 1;
876-}
877-.header-image img {
878- -moz-box-shadow: 0 9px 4px 4px #e0e0e0;
879- -webkit-box-shadow: 0 9px 4px 4px #e0e0e0;
880- box-shadow: 0 9px 4px 4px #e0e0e0;
881- margin-bottom: -74px;
882- margin-left: -52px;
883- margin-top: 64px;
884-}
885-
886-#content .grid-3 {
887- margin: 0 0 30px 0;
888-}
889-#content .grid-9 {
890- margin: 0 0 0 20px;
891-}
892-#content .grid-9 ul,
893-#content .grid-9 ol {
894- margin-bottom: 30px;
895-}
896-#content .grid-9 li {
897- margin-bottom: 10px;
898-}
899-
900-#page_content article h4{
901- margin-bottom: 10px;
902- clear: both;
903-}
904-
905-.wp-caption-text{
906- color:#666;
907- font-size:12px;
908-}
909-#page_content article h3{
910- margin:20px 0 20px 0;
911- padding-top:10px;
912- border-top:1px dotted #AEA79F;
913-}
914-/*#page_content article pre{
915- width:700px;
916- display:block;
917- white-space:normal;
918-}
919-
920-#page_content article code{
921- width:700px;
922- display:block;
923- white-space:normal;
924-}*/
925-
926-#page_content article p{
927- clear:both;
928-}
929-
930-#page_content article .clearfix p{
931- clear:none;
932-}
933-
934-#page_content article .wp-caption img{
935- margin:0px;
936- float:left;
937- padding-right:10px;
938-}
939-
940-#page_content article .wp-caption p{
941- clear:none;
942- margin-top:9px;
943-}
944-
945-#page_content article .wp-caption{
946- float:left;
947- margin:0px;
948- width:100% !important;
949- margin-bottom: 20px;
950-}
951-
952-#page_content article p:first-child{
953- font-size:15px;
954- clear:none;
955-}
956-
957-.box-orange .link-action-small{
958- float:right;
959-}
960-
961-#page_content .pagelink{
962- font-size:16px;
963- margin:20px 0 20px 0;
964- padding-top:10px;
965- border-top:1px dotted #AEA79F;
966-}
967-
968-#page_content .pagelink a{
969- border-bottom:1px dotted #AEA79F;
970-}
971-
972-.hero .header-image {
973- background: url("../img/dotted-logo.png") no-repeat scroll 122px -24px transparent;
974- float: right;
975- height: 220px;
976- margin-bottom: -35px;
977- margin-right: -163px;
978- margin-top: -53px;
979- width: 571px;
980- position: relative;
981- z-index: 1;
982-}
983-.hero .header-image img {
984- -moz-box-shadow: 0 9px 4px 4px #e0e0e0;
985- -webkit-box-shadow: 0 9px 4px 4px #e0e0e0;
986- box-shadow: 0 9px 4px 4px #e0e0e0;
987- margin-bottom: -74px;
988- margin-left: -52px;
989- margin-top: 20px;
990-}
991-
992
993=== removed file 'css/blog-community.css'
994--- css/blog-community.css 2011-09-26 11:19:45 +0000
995+++ css/blog-community.css 1970-01-01 00:00:00 +0000
996@@ -1,48 +0,0 @@
997-/**
998-* Ubuntu Developer page stylesheet
999-*
1000-* A stylesheet for the 'community blog' page
1001-*
1002-* @project Ubuntu Developer
1003-* @version 1.0
1004-* @author Canonical Web Team: Ant Dillon
1005-* @copyright 2011 Canonical Ltd.
1006-*/
1007-
1008-.blog-community .header-content {
1009- background: url("../img/background-header-home.png") repeat scroll 0 0 #FFFFFF;
1010-}
1011-
1012-article {
1013- border-top: 1px dotted #aea79F;
1014- padding-top: 15px;
1015- margin-bottom: 60px;
1016-}
1017-article.no-results {
1018- border-top: none;
1019-}
1020-article h1 {
1021- font-size: 24px;
1022- margin-bottom: 5px;
1023-}
1024-article header div {
1025- margin-bottom: 20px;
1026-}
1027-article .entry-meta,
1028-aside hgroup time {
1029- color: #999;
1030-}
1031-article .author {
1032- float: right;
1033-}
1034-aside h3.events {
1035- margin-top: 15px;
1036- padding-top: 15px;
1037- border-top: 1px dotted #aea79F;
1038-}
1039-aside .location {
1040- display: block;
1041-}
1042-aside hgroup {
1043- margin-bottom: 20px;
1044-}
1045
1046=== removed file 'css/blog-planet.css'
1047--- css/blog-planet.css 2013-10-11 17:19:31 +0000
1048+++ css/blog-planet.css 1970-01-01 00:00:00 +0000
1049@@ -1,52 +0,0 @@
1050-/**
1051-* Ubuntu Developer page stylesheet
1052-*
1053-* A stylesheet for the 'planet blog' page
1054-*
1055-* @project Ubuntu Developer
1056-* @version 1.0
1057-* @author Canonical Web Team: Ant Dillon
1058-* @copyright 2011 Canonical Ltd.
1059-*/
1060-
1061-.blogroll LI {
1062- list-style: disc;
1063-}
1064-
1065-.blog-community .header-content {
1066- background: url("../img/background-header-home.png") repeat scroll 0 0 #FFFFFF;
1067-}
1068-
1069-article {
1070- border-top: 1px dotted #aea79F;
1071- padding-top: 15px;
1072- margin-bottom: 60px;
1073-}
1074-article.no-results {
1075- border-top: none;
1076-}
1077-article h1 {
1078- font-size: 24px;
1079- margin-bottom: 5px;
1080-}
1081-article header div {
1082- margin-bottom: 20px;
1083-}
1084-article .entry-meta,
1085-aside hgroup time {
1086- color: #999;
1087-}
1088-article .author {
1089- float: right;
1090-}
1091-aside h3.events {
1092- margin-top: 15px;
1093- padding-top: 15px;
1094- border-top: 1px dotted #aea79F;
1095-}
1096-aside .location {
1097- display: block;
1098-}
1099-aside hgroup {
1100- margin-bottom: 20px;
1101-}
1102
1103=== removed file 'css/child-resources.css'
1104--- css/child-resources.css 2012-03-09 11:32:04 +0000
1105+++ css/child-resources.css 1970-01-01 00:00:00 +0000
1106@@ -1,118 +0,0 @@
1107-/**
1108-* Ubuntu Developer page stylesheet
1109-*
1110-* A stylesheet for the 'resources' child pages
1111-*
1112-* @project Ubuntu Developer
1113-* @version 1.0
1114-* @author Canonical Web Team: Steve Edwards
1115-* @copyright 2011 Canonical Ltd.
1116-*/
1117-
1118-.child-resources .grid-3 {
1119- margin: 0 0 30px 0;
1120- min-height: 600px;
1121-}
1122-.child-resources .grid-9 {
1123- margin: 0 0 0 20px;
1124-}
1125-.child-resources .grid-9 ul,
1126-.child-resources .grid-9 ol {
1127- margin-bottom: 30px;
1128-}
1129-.child-resources .grid-9 li {
1130- margin-bottom: 10px;
1131-}
1132-
1133-.child-resources article h4{
1134- margin-bottom: 10px;
1135- clear: both;
1136-}
1137-.child-resources article img{
1138- margin:20px 10px;
1139- display:block;
1140-}
1141-
1142-.wp-caption-text{
1143- color:#666;
1144- font-size:12px;
1145-}
1146-.child-resources article h3{
1147- margin:20px 0 20px 0;
1148- padding-top:10px;
1149- border-top:1px dotted #AEA79F;
1150-}
1151-/*.child-resources article pre{
1152- width:700px;
1153- display:block;
1154- white-space:normal;
1155-}
1156-
1157-.child-resources article code{
1158- width:700px;
1159- display:block;
1160- white-space:normal;
1161-}*/
1162-
1163-.child-resources article ul li{
1164- list-style-type: circle;
1165- margin-left:16px;
1166-}
1167-.child-resources article ol li {
1168- margin-left: 16px;
1169- list-style-type: decimal;
1170-}
1171-.child-resources article p{
1172- clear:both;
1173-}
1174-
1175-.child-resources article .wp-caption img{
1176- margin:0px;
1177- float:left;
1178- padding-right:10px;
1179-}
1180-
1181-.child-resources article .wp-caption p{
1182- clear:none;
1183- margin-top:9px;
1184-}
1185-
1186-.child-resources article .wp-caption{
1187- float:left;
1188- margin:0px;
1189- width:100% !important;
1190- margin-bottom: 20px;
1191-}
1192-
1193-.child-resources article p:first-child{
1194- font-size:15px;
1195- clear:none;
1196-}
1197-
1198-.box-orange .link-action-small{
1199- float:right;
1200-}
1201-
1202-.child-resources .pagelink{
1203- font-size:16px;
1204- margin:20px 0 20px 0;
1205- padding-top:10px;
1206- border-top:1px dotted #AEA79F;
1207-}
1208-
1209-.child-resources .pagelink a{
1210- border-bottom:1px dotted #AEA79F;
1211-}
1212-/*
1213-.child-resources article pre {
1214- display: block;
1215- white-space: normal;
1216- width: 700px;
1217- background-color: #FDF6F2;
1218- border-radius: 4px 4px 4px 4px;
1219- display: block;
1220- font-family: Courier,monospace;
1221- margin-bottom: 10px;
1222- padding: 10px;
1223-}
1224-*/
1225\ No newline at end of file
1226
1227=== removed file 'css/community.css'
1228--- css/community.css 2013-09-20 13:56:09 +0000
1229+++ css/community.css 1970-01-01 00:00:00 +0000
1230@@ -1,123 +0,0 @@
1231-/**
1232-* Ubuntu Developer page stylesheet
1233-*
1234-* A stylesheet for the 'community' page
1235-*
1236-* @project Ubuntu Developer
1237-* @version 1.0
1238-* @author Canonical Web Team: Steve Edwards
1239-* @copyright 2011 Canonical Ltd.
1240-*/
1241-
1242-.community .header-content {
1243- background: url("../img/background-header-home.png") 0 0 repeat #fff;
1244-}
1245-.community .header-content h1 {
1246- font-size: 36px;
1247- background: #fff;
1248-}
1249-.community .header-content h2 {
1250- font-size: 20px;
1251- line-height: 1.4;
1252- width: 440px;
1253- background: #fff;
1254-}
1255-.community .header-image {
1256- background: url("../img/dotted-logo.png") no-repeat scroll 122px -24px transparent;
1257- float: right;
1258- height: 329px;
1259- margin-bottom: -35px;
1260- margin-right: -183px;
1261- margin-top: -88px;
1262- width: 591px;
1263- position: relative;
1264- z-index: 1;
1265-}
1266-.community .header-image img {
1267- -moz-box-shadow: 0 9px 4px 4px #e0e0e0;
1268- -webkit-box-shadow: 0 9px 4px 4px #e0e0e0;
1269- box-shadow: 0 9px 4px 4px #e0e0e0;
1270- margin-bottom: -74px;
1271- margin-left: -52px;
1272- margin-top: 64px;
1273-}
1274-.box ul li {
1275- padding-right: 20px;
1276- margin: 0 15px 0 0;
1277- width: 274px;
1278- float: left;
1279- border-right: 1px dotted #aea79f;
1280-}
1281-.box ul li.last {
1282- padding-right: 0;
1283- margin-right: 0;
1284- border: 0;
1285- width: 288px;
1286-}
1287-.box ul li img {
1288- margin: 0 15px 50px 0;
1289- float: left;
1290-}
1291-.box h4 {
1292- padding-bottom: 10px;
1293-}
1294-.box h2 {
1295- margin-bottom: 30px;
1296-}
1297-.box .link-action {
1298- float: right;
1299- margin-bottom: 0px;
1300-}
1301-
1302-.box-padded {
1303- margin-right: 0;
1304-}
1305-.box-padded div {
1306- padding: 0 0 0 10px;
1307-}
1308-.box-padded li {
1309- width: 290px;
1310- border-right: 0;
1311- padding: 0px;
1312- padding-right:5px;
1313-}
1314-.box-padded li a{
1315- display:block;
1316- padding: 0 0 10px 26px;
1317- border-bottom: 1px dotted #aea79f;
1318- margin: 10px 10px 0 0;
1319-}
1320-.box-padded li .irc {
1321- background: url("../img/icon-irc.png") no-repeat;
1322-}
1323-.box-padded li .mail {
1324- background: url("../img/icon-mail.png") no-repeat;
1325-}
1326-.box-padded li .rss {
1327- background: url("../img/icon-rss.png") no-repeat;
1328-}
1329-.box-padded li .twitter {
1330- background: url("../img/icon-twitter.png") no-repeat;
1331-}
1332-.box-padded li .forum {
1333- background: url("../img/icon-forum.png") no-repeat;
1334-}
1335-.box-padded li .google-plus {
1336- background: url("../img/icon-google-plus.png") no-repeat;
1337-}
1338-.box-padded li .facebook {
1339- background: url("../img/icon-facebook.png") no-repeat;
1340-}
1341-.box-padded li.last {
1342- border: 0;
1343- width: 290px;
1344-}
1345-.box-padded li.last a {
1346- border-bottom: none;
1347-}
1348-
1349-.box-clear.border {
1350- border-right: 1px dotted #AEA69E;
1351- padding-right:10px;
1352- width:300px;
1353-}
1354
1355=== removed file 'css/default.css'
1356--- css/default.css 2011-09-26 11:19:45 +0000
1357+++ css/default.css 1970-01-01 00:00:00 +0000
1358@@ -1,150 +0,0 @@
1359-/**
1360-* Ubuntu Developer page stylesheet
1361-*
1362-* A stylesheet for the 'default' pages
1363-*
1364-* @project Ubuntu Developer
1365-* @version 1.0
1366-* @author Canonical Web Team: Ant Dillon
1367-* @copyright 2011 Canonical Ltd.
1368-*/
1369-
1370-.default .grid-3 {
1371- margin: 0 0 30px 0;
1372- min-height: 600px;
1373-}
1374-.default .grid-9 ul,
1375-.default .grid-9 ol {
1376- margin-bottom: 30px;
1377-}
1378-.default .grid-9 li {
1379- margin-bottom: 10px;
1380-}
1381-
1382-.default .header-content {
1383- background: url("../img/background-header-home.png") repeat scroll 0 0 #FFFFFF;
1384-}
1385-
1386-.default #content h4{
1387- margin-top:30px;
1388- margin-bottom: 10px;
1389- clear: both;
1390-}
1391-.default #content img{
1392- display:block;
1393-}
1394-
1395-.default #content table {
1396- width:940px;
1397-}
1398-
1399-.default #content table #quickly-command{
1400- width:150px;
1401-}
1402-
1403-.default #content table caption{
1404- font-size: 16px;
1405- line-height: 1.3;
1406- margin-bottom:10px;
1407-}
1408-
1409-.default #content table th{
1410- font-weight:bold;
1411- color: #333333;
1412- padding:5px;
1413-}
1414-
1415-.default #content table td{
1416- color: #333333;
1417- padding:5px 10px;
1418-}
1419-.default #content table tbody th{
1420- padding:5px;
1421- background-color:#fdf6f3;
1422-}
1423-
1424-.default #content table thead th{
1425- background-color:#f8dad0;
1426-}
1427-
1428-/*.default #content table tr:nth-of-type(odd) {
1429- background-color:#eeeeee;
1430-} */
1431-.default #content table tr{
1432- border-top:1px solid #cccccc;
1433-}
1434-
1435-.default #content h3{
1436- margin:20px 0 20px 0;
1437- padding-top:10px;
1438- border-top:1px dotted #AEA79F;
1439-}
1440-
1441-.default #content ul li{
1442- list-style-type: circle;
1443- margin-left:16px;
1444-}
1445-.default #content ol li{
1446- list-style-type: decimal;
1447- list-style-position: inside;
1448-}
1449-.default #content p{
1450- clear:both;
1451-}
1452-
1453-.default #content .wp-caption img{
1454- margin:0px;
1455- float:left;
1456- padding-right:10px;
1457-}
1458-
1459-.default #content .wp-caption p{
1460- clear:none;
1461- margin-top:9px;
1462-}
1463-
1464-.default #content .wp-caption{
1465- float:left;
1466- margin:0px;
1467- width:100% !important;
1468- margin-bottom: 20px;
1469-}
1470-
1471-.default #content blockquote p,
1472-.default #content blockquote p:first-child {
1473- font-style: italic;
1474- margin-left: 30px;
1475- font-size: 13px;
1476-}
1477-
1478-.default #content p:first-child{
1479- font-size:16px;
1480- clear:none;
1481-}
1482-
1483-.default aside .location {
1484- display: block;
1485-}
1486-
1487-.default aside hgroup {
1488- margin-bottom: 20px;
1489-}
1490-
1491-/* FAQs */
1492-
1493-.faqs p:first-child,
1494-.faqs dl {
1495- margin-bottom: 30px;
1496-}
1497-.faqs dt {
1498- margin-bottom: 10px;
1499- color: #dd4814;
1500- cursor: pointer;
1501- font-size: 14px;
1502-}
1503-.faqs dd {
1504- margin-bottom: 15px;
1505- padding-bottom: 15px;
1506- display: none;
1507- border-bottom: 1px dotted #aea79f;
1508-}
1509\ No newline at end of file
1510
1511=== removed file 'css/get-started.css'
1512--- css/get-started.css 2013-05-28 15:49:26 +0000
1513+++ css/get-started.css 1970-01-01 00:00:00 +0000
1514@@ -1,334 +0,0 @@
1515-/**
1516-* Ubuntu Developer page stylesheet
1517-*
1518-* A stylesheet for the 'get-started' page
1519-*
1520-* @project Ubuntu Developer
1521-* @version 1.1
1522-* @author David Planella, based on the original 'home' stylesheet by Steve Edwards and Ant Dillon
1523-* @copyright 2011, 2012 Canonical Ltd.
1524-*/
1525-
1526-.get-started header {
1527- background: #fff;
1528-}
1529-.get-started .header-content {
1530- background: url("../img/background-header-get-started.png") 0 0 repeat #fff;
1531-}
1532-.get-started .header-content h1 {
1533- font-size: 36px;
1534- background: #fff;
1535-}
1536-.get-started .header-content h2 {
1537- font-size: 20px;
1538- line-height: 1.4;
1539- width: 440px;
1540- background: #fff;
1541-}
1542-.get-started .header-content a .cta-center{
1543- margin-top: 20px;
1544- font-size: 20px;
1545- line-height: 2.4;
1546-}
1547-.get-started .header-content a .cta-right, .get-started .header-content a .cta-left {
1548- margin-top: 20px;
1549-}
1550-.get-started .header-image {
1551- background: url("../img/dotted-logo.png") no-repeat scroll 122px -24px transparent;
1552- float: right;
1553- height: 332px;
1554- margin-bottom: -35px;
1555- margin-right: -163px;
1556- margin-top: -53px;
1557- width: 571px;
1558- position: relative;
1559- z-index: 1;
1560-}
1561-.get-started .header-image img {
1562- margin-bottom: -74px;
1563- margin-left: -52px;
1564- margin-top: 55px;
1565-}
1566-
1567-.box-steps {
1568- margin-bottom: 30px;
1569- border: 3px solid #dd4814;
1570- -moz-border-radius: 4px;
1571- -webkit-border-radius: 4px;
1572- border-radius: 4px;
1573- -moz-box-shadow: 0 3px 1px #e0e0e0;
1574- -webkit-box-shadow: 0 3px 1px #e0e0e0;
1575- box-shadow: 0 3px 1px #e0e0e0;
1576-}
1577-.box-steps li {
1578- padding: 15px;
1579- float: left;
1580- width: 203px;
1581- border-right: 1px solid #dd4814;
1582- text-align: center;
1583- min-height: 237px;
1584-}
1585-.box-steps li.last {
1586- border: 0;
1587- width: 202px;
1588-}
1589-.box-steps span {
1590- padding: 4px;
1591- margin: 10px auto 0;
1592- display: block;
1593- border: 3px solid #dd4814;
1594- -moz-border-radius: 40px;
1595- -webkit-border-radius: 40px;
1596- border-radius: 40px;
1597- text-align: center;
1598- font-size: 36px;
1599- width: 50px;
1600- color: #dd4814;
1601- -moz-box-shadow: 0 2px 1px #e0e0e0;
1602- -webkit-box-shadow: 0 2px 1px #e0e0e0;
1603- box-shadow: 0 2px 1px #e0e0e0;
1604-}
1605-.box-steps h3 {
1606- margin: 10px 0 15px;
1607-}
1608-.box-steps p {
1609- padding-top: 15px;
1610- text-align: left;
1611- border-top: 1px dotted #aea79f;
1612-}
1613-.box-steps a {
1614- color: #333;
1615-}
1616-.box-steps li:hover {
1617- background-color: #fcece7;
1618- cursor: pointer;
1619-}
1620-.box-steps li:hover span {
1621- background-color: #dd4814;
1622- color: #fff;
1623-}
1624-.box-steps li:hover a {
1625- color: #dd4814;
1626-}
1627-.box ul li {
1628- margin: 0 30px 20px 0;
1629- width: 282px;
1630- float: left;
1631-}
1632-.box ul li.last {
1633- margin-right: 0;
1634-}
1635-.box ul li img {
1636- margin: 0 0 10px 0;
1637-}
1638-.box h4 {
1639- padding-bottom: 10px;
1640-}
1641-.box h2 {
1642- margin-bottom: 30px;
1643-}
1644-.box .link-action-small {
1645- float: right;
1646- margin-bottom: 0px;
1647-}
1648-
1649-.step {
1650- padding-bottom: 20px;
1651- padding-top: 20px;
1652- margin-left: 0px;
1653-
1654-}
1655-.step div {
1656- float: left;
1657- width: 940px;
1658-}
1659-.step div div.infobox {
1660- margin-left: 10px;
1661- padding: 20px;
1662- -moz-border-radius: 4px;
1663- -webkit-border-radius: 4px;
1664- border-radius: 4px;
1665- border: 1px solid #aea69e;
1666- float: right;
1667- width: 260px;
1668-}
1669-.step div div.wpcf7 {
1670- width: 260px;
1671- margin: 0;
1672-}
1673-.step div img, .step div div.video {
1674- margin-left: 20px;
1675- float: right;
1676- width: auto;
1677-}
1678-.step a {
1679- margin-top: 20px;
1680-}
1681-.step div a.align {
1682- float: left;
1683- margin: 30px 0 0 40px;
1684-}
1685-
1686-.step input[type="text"], textarea {
1687- width: 100%;
1688- -webkit-box-sizing: border-box;
1689- -moz-box-sizing: border-box;
1690- box-sizing: border-box;
1691- display: block;
1692- -moz-border-radius: 2px;
1693- -webkit-border-radius: 2px;
1694- border-radius: 2px;
1695- background: #FFF;
1696- border: 1px solid #999;
1697- font-size: 13px;
1698- padding: 4px;
1699-}
1700-
1701-.step input:focus {
1702- border-color: #000;
1703-}
1704-
1705-.step input.button {
1706- border: solid 1px #c03f11;
1707- background-color:#c03f11;
1708- background-image:-moz-linear-gradient(#dd4814, #c03f11);
1709- background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd4814), to(#c03f11));
1710- background-image:-webkit-linear-gradient(#dd4814, #c03f11);
1711- background-image:-o-linear-gradient(#dd4814, #c03f11);
1712- color:#fff;
1713- -webkit-border-radius: 4px;
1714- -moz-border-radius: 4px;
1715- border-radius: 4px;
1716- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
1717- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
1718- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
1719- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
1720- font-size: 1.25em;
1721- padding: 8px 20px;
1722-}
1723-
1724-#step-get-toolkit li {
1725- margin-bottom: 10px;
1726-}
1727-
1728-#step-get-toolkit ul li {
1729- list-style-type:circle;
1730-}
1731-
1732-#step-get-toolkit ol li {
1733- list-style-type:decimal;
1734-}
1735-
1736-#step-get-toolkit ul li, #step-get-toolkit ol li {
1737- margin-left: 16px;
1738-}
1739-
1740-.wp-link-top a {
1741- float: right;
1742-}
1743-
1744-span.form-required-field {
1745- color: #DD4814;
1746-}
1747-
1748-div.wpcf7-validation-errors, div.wpcf7-spam-blocked {
1749- background: #DF382C !important;
1750- border: 0 none !important;
1751- -moz-border-radius: 4px 4px 4px 4px !important;
1752- -webkit-border-radius: 4px 4px 4px 4px !important;
1753- border-radius: 4px 4px 4px 4px !important;
1754- color: #FFFFFF !important;
1755- width: auto !important;
1756- margin: 0 !important;
1757- padding: 0.2em 1em !important;
1758-}
1759-
1760-div.wpcf7-mail-sent-ok {
1761- background: none repeat scroll 0 0 #38B44A !important;
1762- border: 0 none !important;
1763- margin: 0 !important;
1764- -moz-border-radius: 4px 4px 4px 4px !important;
1765- -webkit-border-radius: 4px 4px 4px 4px !important;
1766- border-radius: 4px 4px 4px 4px !important;
1767- color: #FFFFFF !important;
1768- width: auto !important;
1769- padding: 0.2em 1em !important;
1770-}
1771-
1772-span.wpcf7-not-valid-tip-no-ajax {
1773- background: #DF382C !important;
1774- border: 0 !important;
1775- -moz-border-radius: 4px 4px 4px 4px !important;
1776- -webkit-border-radius: 4px 4px 4px 4px !important;
1777- border-radius: 4px 4px 4px 4px !important;
1778- color: #FFFFFF !important;
1779- font-size: 10pt !important;
1780- display: block;
1781- padding: 0.2em 1em !important;
1782- margin-top: 5px;
1783-}
1784-
1785-span.wpcf7-not-valid-tip {
1786- background: #DF382C !important;
1787- border: 0 !important;
1788- -moz-border-radius: 4px 4px 4px 4px !important;
1789- -webkit-border-radius: 4px 4px 4px 4px !important;
1790- border-radius: 4px 4px 4px 4px !important;
1791- color: #FFFFFF !important;
1792- font-size: 10pt !important;
1793- left: 20% !important;
1794- padding: 4px !important;
1795- position: absolute !important;
1796- top: 17px !important;
1797- width: 177px !important;
1798- padding: 0.2em 1em !important;
1799-}
1800-
1801-/* Steps redesign */
1802-
1803-.container-step {
1804- border-top: 1px dotted #aea69e;
1805-}
1806-.step {
1807- border-bottom: 1px dotted #aea69e;
1808- padding-bottom: 20px;
1809- padding-top: 20px;
1810- margin-left: 0px;
1811- margin-right: 5px;
1812-}
1813-.step .number {
1814- padding: 4px;
1815- border: 3px solid #dd4814;
1816- -moz- border-radius: 40px;
1817- -webkit- border-radius: 40px;
1818- border-radius: 40px;
1819- box-shadow: 0 2px 1px #e0e0e0;
1820- color: #dd4814;
1821- display: block;
1822- font-size: 36px;
1823- text-align: center;
1824- width: 50px;
1825- float: left;
1826-}
1827-.step div {
1828- float: left;
1829- width: 850px;
1830- margin: 5px 0px 0px 20px;
1831-}
1832-.step a {
1833- margin-top: 20px;
1834-}
1835-.step div a.align {
1836- margin: 30px 0 0 40px;
1837- float: left;
1838-}
1839-
1840-#get-involved {
1841- background: url(../img/pictogram-love-heart.jpg) 92% 50% no-repeat;
1842- margin-bottom: 20px;
1843- margin-top: 20px;
1844-}
1845-
1846-#get-involved p {
1847- padding-right: 20px;
1848-}
1849
1850=== removed file 'css/home.css'
1851--- css/home.css 2013-08-27 00:13:46 +0000
1852+++ css/home.css 1970-01-01 00:00:00 +0000
1853@@ -1,174 +0,0 @@
1854-/**
1855-* Ubuntu Developer page stylesheet
1856-*
1857-* A stylesheet for the 'home' page
1858-*
1859-* @project Ubuntu Developer
1860-* @version 1.0
1861-* @author Canonical Web Team: Steve Edwards and Ant Dillon
1862-* @copyright 2011 Canonical Ltd.
1863-*/
1864-
1865-.home header {
1866- background: #fff;
1867-}
1868-.home .header-content {
1869- background: url("../img/background-header-home.png") 0 0 repeat #fff;
1870-}
1871-.home .header-content h1 {
1872- font-size: 36px;
1873- background: #fff;
1874-}
1875-.home .header-content h2 {
1876- font-size: 20px;
1877- line-height: 1.4;
1878- width: 440px;
1879- background: #fff;
1880-}
1881-.home .header-content a .cta-center{
1882- margin-top: 20px;
1883- font-size: 20px;
1884- line-height: 2.4;
1885-}
1886-.home .header-content a .cta-right, .home .header-content a .cta-left {
1887- margin-top: 20px;
1888-}
1889-.home .header-image {
1890- background: url("../img/dotted-logo.png") no-repeat scroll 122px -24px transparent;
1891- float: right;
1892- height: 332px;
1893- margin-bottom: -35px;
1894- margin-right: -163px;
1895- margin-top: -53px;
1896- width: 571px;
1897- position: relative;
1898- z-index: 1;
1899-}
1900-.home .header-image img {
1901- -moz-box-shadow: 0 9px 4px 4px #e0e0e0;
1902- -webkit-box-shadow: 0 9px 4px 4px #e0e0e0;
1903- box-shadow: 0 9px 4px 4px #e0e0e0;
1904- margin-bottom: -74px;
1905- margin-left: -52px;
1906- margin-top: 77px;
1907-}
1908-
1909-.box ul li {
1910- margin: 0 30px 20px 0;
1911- width: 282px;
1912- float: left;
1913-}
1914-.box ul li.last {
1915- margin-right: 0;
1916-}
1917-.box ul li img {
1918- margin: 0 0 10px 10px;
1919- float: right;
1920-}
1921-.box h4 {
1922- padding-bottom: 10px;
1923-}
1924-.box h2 {
1925- margin-bottom: 30px;
1926-}
1927-.box .link-action-small {
1928- float: right;
1929- margin-bottom: 0px;
1930-}
1931-
1932-/*blockquote {
1933- margin-bottom: 30px;
1934- padding: 32px 10px;
1935- border-top: 1px dotted #aea69e;
1936- border-bottom: 1px dotted #aea69e;
1937- background: url("../img/quotes.png") no-repeat scroll 5px center;
1938-}
1939-blockquote p {
1940- padding: 12px 65px;
1941- font-size: 24px;
1942- height: 54px;
1943-}
1944-blockquote cite {
1945- margin-left: 65px;
1946- font-size: 16px;
1947-}*/
1948-
1949-.slider{
1950- width:10000px;
1951- margin-left:-10px;
1952-}
1953-
1954-.box-padded .slider-controls{
1955- background-color: transparent;
1956- border-radius:0px;
1957- padding: 0px;
1958- float:right;
1959- border:0px;
1960- width:200px;
1961-}
1962-
1963-.slider-controls .next{
1964- background:url("../img/arrow-sliders.png") no-repeat scroll -29px 0;
1965- height:31px;
1966- width:34px;
1967-}
1968-
1969-.slider-controls .prev{
1970- background:url("../img/arrow-sliders.png") no-repeat scroll 0 0;
1971- height:31px;
1972- width:29px;
1973-}
1974-
1975-.slider-controls div{
1976- float:right;
1977- padding:0px;
1978- cursor: pointer;
1979- border: none;
1980- -moz-border-radius: 0px;
1981- -webkit-border-radius: 0px;
1982- border-radius: 0px;
1983-}
1984-
1985-.slider-controls .prev.disabled{
1986- background-position: 0 -29px;
1987- cursor: default;
1988-}
1989-
1990-.slider-controls .next.disabled{
1991- background-position: -29px -29px;
1992- cursor: default;
1993-}
1994-
1995-.slider-jump{
1996- width:66px;
1997- margin:0px auto;
1998- padding-left: 33px;
1999- padding-top:10px;
2000-}
2001-.slider-jump li{
2002- width:9px;
2003- height:9px;
2004- background:transparent;
2005- border:1px solid #aea79f;
2006- -moz-border-radius:5px 5px 5px 5px;
2007- -webkit-border-radius:5px 5px 5px 5px;
2008- border-radius:5px 5px 5px 5px;
2009- float:left;
2010- margin-right:5px;
2011- cursor: pointer;
2012- padding: 0 0;
2013-}
2014-
2015-.slider-jump .active{
2016- background:#aea79f;
2017- cursor: default;
2018-}
2019-
2020-.box-padded li .price{
2021- font-weight: bold;
2022-}
2023-
2024-.box-padded li.no-border{
2025- border: 0 none;
2026-}
2027-
2028
2029=== removed file 'css/metabox.css'
2030--- css/metabox.css 2012-12-21 08:11:02 +0000
2031+++ css/metabox.css 1970-01-01 00:00:00 +0000
2032@@ -1,18 +0,0 @@
2033-.my_meta_control .description
2034-{ display:none; }
2035-
2036-.my_meta_control label
2037-{ display:block; font-weight:bold; margin:6px; margin-bottom:0; margin-top:12px; }
2038-
2039-.my_meta_control label span
2040-{ display:inline; font-weight:normal; }
2041-
2042-.my_meta_control span
2043-{ color:#999; display:block; }
2044-
2045-.my_meta_control textarea, .my_meta_control input[type='text']
2046-{ margin-bottom:3px; width:99%; }
2047-
2048-.my_meta_control h4
2049-{ color:#999; font-size:1em; margin:15px 6px; text-transform:uppercase; }
2050-
2051
2052=== removed file 'css/publish.css'
2053--- css/publish.css 2013-09-05 01:41:03 +0000
2054+++ css/publish.css 1970-01-01 00:00:00 +0000
2055@@ -1,72 +0,0 @@
2056-/**
2057-* Ubuntu Developer page stylesheet
2058-*
2059-* A stylesheet for the 'publish' page
2060-*
2061-* @project Ubuntu Developer
2062-* @version 1.0
2063-* @author Canonical Web Team: Steve Edwards
2064-* @copyright 2011 Canonical Ltd.
2065-*/
2066-
2067-.publish .header-content {
2068- background: url("../img/background-header-home.png") 0 0 repeat #fff;
2069-}
2070-.publish .header-image {
2071- background: url("../img/dotted-logo.png") no-repeat scroll 122px -24px transparent;
2072- float: right;
2073- height: 241px;
2074- margin-bottom: -35px;
2075- margin-right: -181px;
2076- margin-top: -88px;
2077- width: 589px;
2078- position: relative;
2079- z-index: 1;
2080-}
2081-.step {
2082- border-top: 1px dotted #aea69e;
2083- padding-bottom: 20px;
2084- padding-top: 20px;
2085- margin-left: 0px;
2086- margin-right: 5px;
2087-}
2088-.step span {
2089- padding: 4px;
2090- border: 3px solid #dd4814;
2091- -moz- border-radius: 40px;
2092- -webkit- border-radius: 40px;
2093- border-radius: 40px;
2094- box-shadow: 0 2px 1px #e0e0e0;
2095- color: #dd4814;
2096- display: block;
2097- font-size: 36px;
2098- text-align: center;
2099- width: 50px;
2100- float: left;
2101- margin-right:20px;
2102-}
2103-.step div {
2104- float: none;
2105- width: 700px;
2106-}
2107-.step div div {
2108- margin-left: 10px;
2109- padding: 20px;
2110- -moz-border-radius: 4px;
2111- -webkit-border-radius: 4px;
2112- border-radius: 4px;
2113- border: 1px solid #aea69e;
2114- float: right;
2115- width: 260px;
2116-}
2117-.step div img {
2118- margin-left: 20px;
2119- float: right;
2120-}
2121-.step a {
2122- margin-top: 20px;
2123-}
2124-.step div a.align {
2125- float: left;
2126- margin: 30px 0 0 40px;
2127-}
2128
2129=== removed file 'css/reset.css'
2130--- css/reset.css 2011-09-02 18:33:25 +0000
2131+++ css/reset.css 1970-01-01 00:00:00 +0000
2132@@ -1,8 +0,0 @@
2133-/*
2134-Copyright (c) 2010, Yahoo! Inc. All rights reserved.
2135-Code licensed under the BSD License:
2136-http://developer.yahoo.com/yui/license.html
2137-version: 3.3.0
2138-build: 3167
2139-*/
2140-html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
2141\ No newline at end of file
2142
2143=== removed file 'css/resources.css'
2144--- css/resources.css 2011-09-26 11:19:45 +0000
2145+++ css/resources.css 1970-01-01 00:00:00 +0000
2146@@ -1,71 +0,0 @@
2147-/**
2148-* Ubuntu Developer page stylesheet
2149-*
2150-* A stylesheet for the 'resources' page
2151-*
2152-* @project Ubuntu Developer
2153-* @version 1.0
2154-* @author Canonical Web Team: Steve Edwards
2155-* @copyright 2011 Canonical Ltd.
2156-*/
2157-
2158-.resources .header-content {
2159- background: url("../img/background-header-home.png") 0 0 repeat #fff;
2160-}
2161-.resources .header-image {
2162- background: url("../img/dotted-logo.png") no-repeat scroll 122px -24px transparent;
2163- float: right;
2164- height: 232px;
2165- margin-bottom: -35px;
2166- margin-right: -163px;
2167- margin-top: -53px;
2168- width: 571px;
2169- position: relative;
2170- z-index: 1;
2171-}
2172-.resources .side-menu {
2173- min-height: 600px;
2174-}
2175-.resources .feature-window {
2176- border: 2px solid #aaa;
2177- -moz-border-radius:4px;
2178- -webkit-border-radius:4px;
2179- border-radius: 4px;
2180- height: 273px;
2181-}
2182-.resources .feature-window img {
2183- float: left;
2184- margin-right: 10px;
2185-}
2186-.resources .feature-window div {
2187- margin: 10px;
2188-}
2189-.resources .feature-window span {
2190- color: #aaa;
2191- font-size: 12px;
2192-}
2193-.resources .feature-window h2 {
2194- font-size: 22px;
2195- margin-top: 7px;
2196-}
2197-.resources .feature-window p {
2198- font-size: 16px;
2199-}
2200-.resources .border {
2201- border-right: 1px dotted #aea79f;
2202- width: 215px;
2203- margin-top: 20px;
2204- padding-right: 10px;
2205- min-height: 270px;
2206-}
2207-.resources .grid-3.omega div {
2208- border-right: 0px;
2209- padding-right: 0px;
2210-}
2211-.resources .border h3 {
2212- color: #dd4814;
2213-}
2214-.resources .border p {
2215- margin-top: 10px;
2216-}
2217-
2218
2219=== added file 'css/scratch.css'
2220--- css/scratch.css 1970-01-01 00:00:00 +0000
2221+++ css/scratch.css 2014-02-13 16:50:20 +0000
2222@@ -0,0 +1,853 @@
2223+/**
2224+* Ubuntu Developer base stylesheet
2225+*
2226+* A base stylesheet containing site-wide styles
2227+*
2228+* @project Ubuntu Developer
2229+* @version 2.0
2230+* @author Canonical Web Team: Steve Edwards & Anthony Dillon
2231+* @copyright 2013 Canonical Ltd.
2232+*/
2233+
2234+/**
2235+ * @section Global
2236+*/
2237+
2238+body {
2239+ background: #fff;
2240+}
2241+#context-footer,
2242+.row {
2243+ padding-left: 0;
2244+ padding-right: 0;
2245+}
2246+code {
2247+ background: #FDF6F2;
2248+ display: block;
2249+ padding: 5px;
2250+ margin: 10px 0;
2251+}
2252+ul {
2253+ margin-left: 0;
2254+}
2255+.wrapper {
2256+ background: none;
2257+}
2258+.box-padded {
2259+ background: url("../img/pattern-featured.gif") repeat scroll 0 0 #EBE9E7;
2260+ border: 2px solid #AEA79F;
2261+ border-radius: 4px 4px 4px 4px;
2262+ margin-bottom: 30px;
2263+ overflow: hidden;
2264+ padding: 5px;
2265+}
2266+article ul {
2267+ list-style: circle;
2268+ margin-left: 20px;
2269+}
2270+
2271+
2272+/**
2273+* @section Structure
2274+*/
2275+
2276+header.banner .header-content {
2277+ background: url("../img/background-header-home.png") 0 0 repeat #fff;
2278+ border-bottom: 1px solid #e0e0e0;
2279+ -moz-box-shadow: 0 1px 3px #e0e0e0;
2280+ -webkit-box-shadow: 0 1px 3px #e0e0e0;
2281+ box-shadow: 0 1px 3px #e0e0e0;
2282+ overflow: hidden;
2283+ /*
2284+ padding-bottom: 30px;
2285+ height: 280px;
2286+ */
2287+}
2288+header.banner .header-content h1{
2289+ background-color:#ffffff;
2290+ display:inline-block;
2291+ margin-top: 30px;
2292+}
2293+header.banner .header-content h2 {
2294+ background-color:#ffffff;
2295+ text-transform: none;
2296+ display: table;
2297+ top: 0;
2298+ margin-bottom: 50px;
2299+}
2300+header.banner h2 a:link,
2301+header.banner h2 a:visited {
2302+ color: #DD4814;
2303+ float: none;
2304+}
2305+header.banner .logo-ubuntu span {
2306+ font-size: 20px;
2307+ font-weight: 300;
2308+ padding-left: 113px;
2309+ top: 8px;
2310+}
2311+header.banner nav .current_page_item,
2312+header.banner nav .current_page_ancestor {
2313+ background: #B83A10;
2314+}
2315+header.banner .header-image {
2316+ background: url("../img/dotted-logo.png") no-repeat scroll 122px -24px transparent;
2317+ float: right;
2318+ margin-right: -163px;
2319+ margin-top: -14px;
2320+ width: 571px;
2321+ position: relative;
2322+ z-index: 1;
2323+}
2324+header.banner .header-image img {
2325+ margin-bottom: -5px;
2326+}
2327+.header-login {
2328+ position: absolute;
2329+ top: -30px;
2330+ right: 0;
2331+ z-index: 120;
2332+}
2333+.header-login li {
2334+ list-style-type: none;
2335+}
2336+.header-login a:link,
2337+.header-login a:visited {
2338+ color: #333;
2339+ font-size: 12px;
2340+}
2341+.header-login a:hover {
2342+ color: #dd4814;
2343+ text-decoration: none;
2344+}
2345+.header-content .header-navigation-secondary {
2346+ padding: 0;
2347+ position: relative;
2348+ z-index: 2;
2349+}
2350+.header-navigation-secondary div {
2351+ padding: 0;
2352+ border: 2px solid #dd4814;
2353+ -moz-border-radius: 0px 0px 4px 4px;
2354+ -webkit-border-radius: 0px 0px 4px 4px;
2355+ border-radius: 0px 0px 4px 4px;
2356+ background: #fff;
2357+ border-top: 0px;
2358+}
2359+.header-navigation-secondary nav ul {
2360+ margin-bottom: 0;
2361+}
2362+.header-navigation-secondary nav li {
2363+ float: left;
2364+ margin-bottom: 0;
2365+}
2366+.header-navigation-secondary nav li a {
2367+ color: #333;
2368+ display: block;
2369+ height: 25px;
2370+ font-size: 14px;
2371+ padding: 8px;
2372+}
2373+.header-navigation-secondary nav li:hover,
2374+.header-navigation-secondary nav .current_page_item a {
2375+ background: url("../img/sec-nav-hover.gif");
2376+}
2377+.inner-wrapper {
2378+ -webkit-box-shadow: none;
2379+ -moz-box-shadow: none;
2380+ box-shadow:none;
2381+}
2382+
2383+.box-orange {
2384+ background: #fff;
2385+ border: 3px solid #DD4814;
2386+ color: #333;
2387+ border-radius: 4px;
2388+ padding: 1.333em 20px;
2389+}
2390+
2391+
2392+.shadow {
2393+ border-bottom: 1px solid #E0E0E0;
2394+ -moz-box-shadow: 0 2px 3px #E0E0E0;
2395+ -webkit-box-shadow: 0 2px 3px #E0E0E0;
2396+ box-shadow: 0 2px 3px #E0E0E0;
2397+ height: 3px;
2398+ margin: 30px 0 3px;
2399+}
2400+
2401+footer {
2402+ padding: 30px 10px 60px 10px;
2403+ position: relative;
2404+ -moz-border-radius: 0 0 4px 4px;
2405+ -webkit-border-radius: 0 0 4px 4px;
2406+ border-radius: 0 0 4px 4px;
2407+ font-size: 12px;
2408+ background: url("../img/background-footer.png") repeat scroll 0 0 #f7f6f5;
2409+}
2410+footer div {
2411+ margin: 0 auto;
2412+ padding: 0 10px;
2413+ width: 940px;
2414+}
2415+footer a:link,
2416+footer a:visited {
2417+ color: #333;
2418+}
2419+footer nav ul {
2420+ margin: 10px 17px 30px 0;
2421+ width: 172px;
2422+ display: inline-block;
2423+ vertical-align: top;
2424+ height: auto;
2425+ zoom: 1;
2426+ *display: inline;
2427+}
2428+footer nav ul.last {
2429+ margin-right: 0;
2430+}
2431+footer nav li {
2432+ margin-bottom: 8px;
2433+}
2434+footer nav li:first-child {
2435+ font-weight: bold;
2436+}
2437+footer p {
2438+ margin-bottom: 0;
2439+}
2440+footer .link-bug {
2441+ margin-left: 10px;
2442+ color: #999;
2443+}
2444+
2445+/**
2446+* @section Site-wide
2447+*/
2448+
2449+/*.box-padded li {
2450+ padding: 0 20px;
2451+ float: left;
2452+ width: 202px;
2453+ border-right: 1px dotted #aea79f;
2454+}
2455+.box-padded li.first {
2456+ padding: 0;
2457+ margin-bottom: 0;
2458+}
2459+.box-padded li.last {
2460+ border: 0;
2461+ width: 217px;
2462+}*/
2463+.box-padded img {
2464+ margin: 0 10px 90px 0;
2465+ float: left;
2466+ -moz-border-radius: 8px;
2467+ -webkit-border-radius: 8px;
2468+ border-radius: 8px;
2469+}
2470+.slider {
2471+ width:10000px;
2472+ margin-left:-10px;
2473+ background: none;
2474+ padding-top: 0;
2475+}
2476+.box-padded .slider-controls {
2477+ background-color: transparent;
2478+ padding: 0px;
2479+ margin-top: 5px;
2480+ float:right;
2481+}
2482+.slider-controls .next{
2483+ background:url("../img/arrow-sliders.png") no-repeat scroll -29px 0;
2484+ height: 29px;
2485+ width: 35px;
2486+}
2487+.slider-controls .prev{
2488+ background:url("../img/arrow-sliders.png") no-repeat scroll 0 0;
2489+ height: 29px;
2490+ width: 31px;
2491+}
2492+.slider-controls div{
2493+ float:right;
2494+ padding:0px;
2495+ cursor: pointer;
2496+ border: none;
2497+ -moz-border-radius: 0px;
2498+ -webkit-border-radius: 0px;
2499+ border-radius: 0px;
2500+}
2501+.slider-controls .prev.disabled{
2502+ background-position: 0 -29px;
2503+ cursor: default;
2504+}
2505+.slider-controls .next.disabled{
2506+ background-position: -29px -29px;
2507+ cursor: default;
2508+}
2509+.slider-jump{
2510+ width:66px;
2511+ margin:0px auto;
2512+ padding-left: 33px;
2513+ padding-top:10px;
2514+}
2515+.slider-jump li {
2516+ width:9px;
2517+ height:9px;
2518+ background:transparent;
2519+ border:1px solid #aea79f;
2520+ -moz-border-radius:5px 5px 5px 5px;
2521+ -webkit-border-radius:5px 5px 5px 5px;
2522+ border-radius:5px 5px 5px 5px;
2523+ float:left;
2524+ margin-right:5px;
2525+ cursor: pointer;
2526+ padding: 0 0;
2527+}
2528+.slider-jump .active{
2529+ background:#aea79f;
2530+ cursor: default;
2531+}
2532+.box-clear {
2533+ margin-bottom: 40px;
2534+}
2535+.box-clear time {
2536+ display: block;
2537+ border-bottom: 1px dotted #aea79f;
2538+ padding-bottom: 10px;
2539+ margin-bottom: 10px;
2540+}
2541+.box-clear div.first {
2542+ border-right: 1px dotted #aea79f;
2543+}
2544+.box-clear a {
2545+ display: block;
2546+}
2547+.box-clear .location {
2548+ display: block;
2549+ margin-bottom: 1px;
2550+}
2551+.box-clear .last {
2552+ margin: 0;
2553+ padding-right: 0;
2554+ -moz-border-radius: 4px;
2555+ -webkit-border-radius: 4px;
2556+ border-radius: 4px;
2557+ width: 293px;
2558+}
2559+.step {
2560+ border-bottom: 1px dotted #aea79f;
2561+ margin-bottom: 20px;
2562+ padding-bottom: 10px;
2563+}
2564+.step:last-of-type {
2565+ border-bottom: 0;
2566+}
2567+.step span {
2568+ padding: 4px;
2569+ display: block;
2570+ border: 3px solid #dd4814;
2571+ -moz-border-radius: 40px;
2572+ -webkit-border-radius: 40px;
2573+ border-radius: 40px;
2574+ text-align: center;
2575+ font-size: 36px;
2576+ line-height: 1.4;
2577+ width: 50px;
2578+ height: 50px;
2579+ color: #dd4814;
2580+ -moz-box-shadow: 0 2px 1px #e0e0e0;
2581+ -webkit-box-shadow: 0 2px 1px #e0e0e0;
2582+ box-shadow: 0 2px 1px #e0e0e0;
2583+ float: left;
2584+ margin-right: 20px;
2585+}
2586+.step img {
2587+ float: right;
2588+}
2589+.box-steps {
2590+ list-style: none;
2591+ margin-left: 0;
2592+ border: 3px solid #dd4814;
2593+ -moz-border-radius: 4px;
2594+ -webkit-border-radius: 4px;
2595+ border-radius: 4px;
2596+ -moz-box-shadow: 0 3px 1px #e0e0e0;
2597+ -webkit-box-shadow: 0 3px 1px #e0e0e0;
2598+ box-shadow: 0 3px 1px #e0e0e0;
2599+ clear: both;
2600+ overflow: hidden;
2601+}
2602+.box-steps li {
2603+ -moz-box-sizing: border-box;
2604+ -webkit-box-sizing: border-box;
2605+ box-sizing: border-box;
2606+ padding: 15px 30px;
2607+ border-right: 1px solid #dd4814;
2608+ text-align: center;
2609+ margin-right: 0;
2610+ margin-bottom: 0;
2611+ width: 25%;
2612+ float: left;
2613+}
2614+.box-steps.three-steps li {
2615+ width: 33%;
2616+}
2617+.box-steps.two-steps li {
2618+ width: 50%;
2619+}
2620+.box-steps.one-step li {
2621+ width: 100%;
2622+}
2623+.box-steps li:last-of-type,
2624+.box-steps li.last-col {
2625+ border: 0;
2626+}
2627+.box-steps.step span {
2628+ margin: 10px auto 0;
2629+}
2630+.box-steps h3 {
2631+ margin: 10px 0 15px;
2632+}
2633+.box-steps p {
2634+ padding-top: 15px;
2635+ text-align: left;
2636+ border-top: 1px dotted #aea79f;
2637+}
2638+.box-steps li:hover {
2639+ background-color: #fcece7;
2640+ cursor: pointer;
2641+}
2642+
2643+/* Widgets */
2644+
2645+.ui-state-focus {
2646+ outline: none;
2647+}
2648+.ui-accordion {
2649+ border-bottom: 1px dotted #aea79f;
2650+}
2651+.ui-accordion a {
2652+ display: block;
2653+}
2654+.ui-accordion h3 {
2655+ margin-bottom: 0;
2656+ border-top: 1px dotted #aea79f;
2657+ position: relative;
2658+ font-size: 13px;
2659+ font-weight: bold;
2660+}
2661+.ui-accordion h3 a {
2662+ padding: 10px 0;
2663+ color: #333;
2664+}
2665+.ui-accordion h4 {
2666+ margin-bottom: 5px;
2667+}
2668+.ui-accordion div fieldset {
2669+ padding-bottom: 5px;
2670+}
2671+.ui-accordion div ul {
2672+ list-style-type: none;
2673+}
2674+.ui-accordion div li,
2675+.ui-accordion div input {
2676+ margin-top: 5px;
2677+ margin-bottom: 5px;
2678+ font-size: 13px;
2679+}
2680+.ui-accordion .ui-icon {
2681+ position: absolute;
2682+ top: 15px;
2683+ right: 0;
2684+ display: block;
2685+ width: 8px;
2686+ height: 8px;
2687+ background: url("../img/icon-accordion-inactive.png") 0 0 no-repeat transparent;
2688+}
2689+.ui-accordion .ui-state-active .ui-icon {
2690+ background-image: url("../img/icon-accordion-active.png");
2691+}
2692+.ui-accordion .current_page_item a {
2693+ color: #333;
2694+}
2695+.container-tweet {
2696+ -moz-border-radius: 4px 4px 4px 4px;
2697+ -webkit-border-radius: 4px 4px 4px 4px;
2698+ border-radius: 4px 4px 4px 4px;
2699+ padding: 10px 10px 10px;
2700+ background-color: #f7f7f7;
2701+}
2702+.container-tweet .tweet-follow {
2703+ margin-top: 10px;
2704+ margin-bottom: -10px;
2705+ padding-left: 55px;
2706+ padding-bottom: 6px;
2707+ background: url("../img/tweet-follow.png") 0 5px no-repeat;
2708+ display: block;
2709+}
2710+.container-tweet .tweet-follow span {
2711+ font-size: 16px;
2712+ font-weight: bold;
2713+ line-height: 1.2;
2714+ display: block;
2715+}
2716+.tweet a {
2717+ display: inline;
2718+}
2719+.tweet .tweet_text {
2720+ padding: 10px;
2721+ background-color: #fff;
2722+ -moz-border-radius: 4px 4px 4px 4px;
2723+ -webkit-border-radius: 4px 4px 4px 4px;
2724+ border-radius: 4px 4px 4px 4px;
2725+ border: 1px solid #dd4814;
2726+ font-size: 16px;
2727+ display: block;
2728+ clear: both;
2729+}
2730+.tweet.tweet-small .tweet_text {
2731+ font-size: inherit;
2732+}
2733+.tweet .tweet_text a {
2734+ color: #333;
2735+}
2736+.tweet .tweet_time,
2737+.tweet .tweet_user_and_time {
2738+ padding: 15px 0 10px 0;
2739+ position: relative;
2740+ top: -2px;
2741+ background: url("../img/tweet-arrow.png") no-repeat;
2742+ display: block;
2743+}
2744+.tweet .tweet_odd .tweet_time,
2745+.tweet .tweet_odd .tweet_user_and_time {
2746+ background-position: right 0;
2747+ float: right;
2748+}
2749+.tweet .tweet_even .tweet_time,
2750+.tweet .tweet_even .tweet_user_and_time {
2751+ background-position: left 0;
2752+ float: left;
2753+}
2754+
2755+/* Search */
2756+
2757+.list-search li {
2758+ list-style-type:none;
2759+ border:0px;
2760+ margin-bottom: 15px;
2761+ padding-top: 15px;
2762+ border-bottom: 1px dotted #aea79f;
2763+}
2764+
2765+/* Blog */
2766+
2767+.blog-article #nav-single {
2768+ margin-top: 30px;
2769+ margin-bottom: 30px;
2770+}
2771+.blog-article #nav-single .nav-next {
2772+ float: right;
2773+}
2774+.blog-article article header .entry-meta {
2775+ margin-bottom: 20px;
2776+}
2777+.blog-article article .entry-meta {
2778+ color: #999;
2779+}
2780+
2781+.blog-article aside li {
2782+ list-style-type: none;
2783+}
2784+.blog-article #respond form input[type="submit"] {
2785+ background-color: #C03F11;
2786+ background-image: linear-gradient(#DD4814, #C03F11);
2787+ -webkit-border-radius: 4px 4px 4px 4px;
2788+ -moz-border-radius: 4px 4px 4px 4px;
2789+ border-radius: 4px 4px 4px 4px;
2790+ color: #FFFFFF;
2791+ display: inline-block;
2792+ font-size: 1em;
2793+ font-weight: 300;
2794+ margin: 0;
2795+ padding: 8px 14px;
2796+ text-decoration: none;
2797+}
2798+.blog-article #respond form input[type="submit"]:active {
2799+ position: relative;
2800+ top: 1px;
2801+}
2802+.alignnone{
2803+ float:left;
2804+ margin:10px 20px 10px 0;
2805+}
2806+.alignleft{
2807+ float:left;
2808+ margin:10px 20px 10px 0;
2809+}
2810+.alignright{
2811+ float:right;
2812+ margin:10px 0 10px 20px;
2813+}
2814+.aligncenter{
2815+ float:left;
2816+ margin:10px 20px 10px 0;
2817+}
2818+.entry-content h2, .entry-content h3{
2819+ margin-top:20px;
2820+}
2821+.entry-content ul li{
2822+ list-style-type: circle;
2823+ margin-left:16px;
2824+}
2825+.entry-content hr{
2826+ border:none;
2827+ border-top: 1px dotted #AEA79F;
2828+}
2829+kbd {
2830+ background: none repeat scroll 0 0 #EEEEEE;
2831+ border-color: #CCCCCC #AAAAAA #888888 #BBBBBB;
2832+ border-style: solid;
2833+ border-width: 1px 2px 2px 1px;
2834+ color: #000000;
2835+ padding: 2px 4px 0;
2836+ white-space: nowrap;
2837+}
2838+
2839+/* keep up-to-date - latest article lists and social links */
2840+#keep-up h3 {
2841+ color: #ADA79F;
2842+ font-size: 16px;
2843+ font-weight: 300;
2844+}
2845+#keep-up .article h4 a {
2846+ font-size: 16px;
2847+}
2848+#keep-up .article p {
2849+ font-size: 13px;
2850+ margin-bottom: 5px;
2851+}
2852+#keep-up .event h4 a {
2853+ font-size: 16px;
2854+}
2855+#keep-up .box-clear time {
2856+ padding-bottom: 7px;
2857+}
2858+#keep-up .social-links {
2859+ margin-top: 20px;
2860+}
2861+#keep-up .social-links a {
2862+ padding: 4px 0 4px 24px;
2863+}
2864+#keep-up .blog-links,
2865+#keep-up .social-links ul {
2866+ list-style-type: none;
2867+}
2868+#keep-up .blog-links a {
2869+ padding: 4px 0 4px 24px;
2870+}
2871+#keep-up .social-links a.link-twitter { background: url(../img/icon-twitter.png) 0 50% no-repeat; }
2872+#keep-up .social-links a.link-facebook { background: url(../img/icon-facebook.png) 0 50% no-repeat; }
2873+#keep-up .social-links a.link-google-plus { background: url(../img/icon-google-plus.png) 0 50% no-repeat; }
2874+#keep-up .blog-links a.link-rss { background: url("../img/rss.jpg") 0 50% no-repeat; }
2875+#keep-up .blog-links a.link-blog { background: url("../img/icon-forum.png") 0 50% no-repeat; }
2876+
2877+/**
2878+ * @section blog-community
2879+ */
2880+
2881+.blog-community article {
2882+ border-top: 1px dotted #aea79F;
2883+ padding-top: 15px;
2884+ margin-bottom: 60px;
2885+}
2886+.blog-community article.no-results {
2887+ border-top: none;
2888+}
2889+.blog-community article h1 {
2890+ font-size: 24px;
2891+ margin-bottom: 5px;
2892+}
2893+.blog-community article header div {
2894+ margin-bottom: 20px;
2895+}
2896+.blog-community article .entry-meta,
2897+.blog-community aside hgroup time {
2898+ color: #999;
2899+}
2900+.blog-community article .author {
2901+ float: right;
2902+}
2903+.blog-community aside h3.events {
2904+ margin-top: 15px;
2905+ padding-top: 15px;
2906+ border-top: 1px dotted #aea79F;
2907+}
2908+.blog-community aside h4 {
2909+ margin-bottom: 0;
2910+}
2911+.blog-community aside .location {
2912+ display: block;
2913+}
2914+.blog-community aside li {
2915+ margin-bottom: 20px;
2916+}
2917+
2918+/**
2919+ * @section child-resources
2920+ */
2921+
2922+ .child-resources article p {
2923+ clear:both;
2924+}
2925+.child-resources article ul {
2926+ list-style-type: none;
2927+}
2928+
2929+/**
2930+ * @section community
2931+ */
2932+.community header.banner .header-image {
2933+ margin-right: -90px;
2934+}
2935+.community .header-image img {
2936+ margin-top: 64px;
2937+}
2938+.community .box ul li img {
2939+ float: left;
2940+ margin: 0 15px 120px 0;
2941+}
2942+.community .box-padded li .irc {
2943+ background: url("../img/icon-irc.png") no-repeat;
2944+}
2945+.community .box-padded li .mail {
2946+ background: url("../img/icon-mail.png") no-repeat;
2947+}
2948+.community .box-padded li .rss {
2949+ background: url("../img/icon-rss.png") no-repeat;
2950+}
2951+.community .box-padded li .twitter {
2952+ background: url("../img/icon-twitter.png") no-repeat;
2953+}
2954+.community .box-padded li .forum {
2955+ background: url("../img/icon-forum.png") no-repeat;
2956+}
2957+.box-padded li .google-plus {
2958+ background: url("../img/icon-google-plus.png") no-repeat;
2959+}
2960+.box-padded li .facebook {
2961+ background: url("../img/icon-facebook.png") no-repeat;
2962+}
2963+.community .box-padded li a {
2964+ padding-left: 25px;
2965+}
2966+.community .box-padded li.last-col {
2967+ border-right: 0;
2968+ padding-right: 0;
2969+}
2970+.community .box-padded div {
2971+ border: 1px solid #AEA79F;
2972+ padding: 20px 8px 0;
2973+}
2974+
2975+/**
2976+ * @section default
2977+ */
2978+
2979+.default .faqs p:first-child,
2980+.default .faqs dl {
2981+ margin-bottom: 30px;
2982+}
2983+.default .faqs dt {
2984+ margin-bottom: 10px;
2985+ color: #dd4814;
2986+ cursor: pointer;
2987+}
2988+.default .faqs dd {
2989+ margin-bottom: 15px;
2990+ margin-left: 0;
2991+ padding-bottom: 15px;
2992+ display: none;
2993+}
2994+
2995+/**
2996+ * @section get-started
2997+ */
2998+
2999+.get-started header.banner .header-content h2 {
3000+ margin-bottom: 40px;
3001+}
3002+.get-started .header-image img {
3003+ margin-top: 55px;
3004+}
3005+
3006+/*
3007+ * @section home
3008+ */
3009+
3010+.home header.banner .header-content h2 {
3011+ margin-bottom: 40px;
3012+}
3013+.home .box ul li img {
3014+ margin: 0 0 10px 10px;
3015+ float: right;
3016+}
3017+
3018+.home .box-padded .slider-container {
3019+ border: 1px solid #AEA79F;
3020+}
3021+.home .box-padded div div.vertical-divider {
3022+ padding: 20px 8px 0;
3023+}
3024+.home .box-padded li .price{
3025+ font-weight: bold;
3026+}
3027+.home .box-padded li.no-border{
3028+ border: 0 none;
3029+}
3030+
3031+
3032+/*
3033+ * @section my_meta_control
3034+ */
3035+
3036+.my_meta_control .description {
3037+ display:none;
3038+}
3039+.my_meta_control label {
3040+ display:block;
3041+ font-weight:bold;
3042+ margin:6px;
3043+ margin-bottom:0;
3044+ margin-top:12px;
3045+}
3046+.my_meta_control label span {
3047+ display:inline;
3048+ font-weight:normal;
3049+}
3050+.my_meta_control span {
3051+ color:#999;
3052+ display:block;
3053+}
3054+.my_meta_control textarea,
3055+.my_meta_control input[type='text'] {
3056+ margin-bottom:3px;
3057+ width:99%;
3058+}
3059+.my_meta_control h4 {
3060+ color:#999;
3061+ font-size:1em;
3062+ margin:15px 6px;
3063+ text-transform:uppercase;
3064+}
3065+
3066+/*
3067+ * @section resources
3068+ */
3069+
3070+.resources .side-menu {
3071+ min-height: 600px;
3072+}
3073+.resources .nine-col .five-col {
3074+ margin-right: 8.511%;
3075+}
3076\ No newline at end of file
3077
3078=== modified file 'event.php'
3079--- event.php 2011-09-26 11:19:45 +0000
3080+++ event.php 2014-02-13 16:50:20 +0000
3081@@ -10,8 +10,8 @@
3082 <?php $location = get_post_custom_values('location'); ?>
3083 <?php $s_date = get_post_custom_values('date-start'); ?>
3084 <?php $e_date = get_post_custom_values('date-end'); ?>
3085-<hgroup id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
3086- <a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a>
3087- <span class="location"><?php echo $location[0]; ?></span>
3088- <time datetime="<?php echo date('Y-m-d', strtotime(str_replace(',','',$s_date[0]))); ?>"><?php echo $s_date[0]; ?> - <?php echo $e_date[0]; ?></time>
3089-</hgroup>
3090\ No newline at end of file
3091+<li id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
3092+ <h4><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title('', ' &rsaquo;'); ?></a></h4>
3093+ <span class="location"><?php echo $location[0]; ?></span>
3094+ <time class="note" datetime="<?php echo date('Y-m-d', strtotime(str_replace(',','',$s_date[0]))); ?>"><?php echo $s_date[0]; ?> - <?php echo $e_date[0]; ?></time>
3095+</li>
3096
3097=== modified file 'footer.php'
3098--- footer.php 2013-09-20 12:18:59 +0000
3099+++ footer.php 2014-02-13 16:50:20 +0000
3100@@ -1,7 +1,7 @@
3101-</div><!-- /#content -->
3102-
3103+ </div><!-- /#main-content -->
3104+</div><!-- /.wrapper -->
3105 <div class="shadow"></div>
3106-<footer>
3107+<footer role="contentinfo">
3108 <div>
3109 <nav role="navigation" class="clearfix">
3110 <ul>
3111@@ -77,6 +77,9 @@
3112 <script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/jquery.slider.js"></script>
3113 <script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/base.js"></script>
3114
3115+<script src="http://assets.ubuntu.com/sites/ubuntu/latest/u/js/plugins/yui-min.js"></script>
3116+<script src="http://assets.ubuntu.com/sites/ubuntu/latest/u/js/core.js"></script>
3117+
3118 <script type="text/javascript">
3119 var _gaq = _gaq || [];
3120
3121
3122=== modified file 'header.php'
3123--- header.php 2013-09-20 12:18:59 +0000
3124+++ header.php 2014-02-13 16:50:20 +0000
3125@@ -2,76 +2,91 @@
3126
3127 <!DOCTYPE html>
3128 <html>
3129-<head>
3130-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3131-
3132-<title><?php wp_title('|', true, 'right'); ?><?php bloginfo('name'); ?></title>
3133-
3134-<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:300,400,400italic">
3135-<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu+Mono:400">
3136-<link rel="stylesheet" type="text/css" media="screen" href="<?php echo get_template_directory_uri(); ?>/css/reset.css" />
3137-<link rel="stylesheet" type="text/css" media="screen" href="<?php echo get_template_directory_uri(); ?>/css/960.css" />
3138-<link rel="stylesheet" type="text/css" media="screen" href="<?php echo get_template_directory_uri(); ?>/css/base.css" />
3139-<link rel="stylesheet" type="text/css" media="screen" href="<?php echo get_template_directory_uri(); ?>/css/<?php echo $template_id; ?>.css" />
3140-
3141-<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
3142-
3143-<!--[if lt IE 9]>
3144-<script type="text/javascript" src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
3145-<![endif]-->
3146-
3147-<?php wp_head(); ?>
3148-
3149-<link href='https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,700,700italic|Ubuntu+Mono' rel='stylesheet' type='text/css' />
3150-<script src="http://assets.ubuntu.com/sites/ubuntu/latest/u/js/plugins/yui-min.js"></script>
3151-<link rel="stylesheet" type="text/css" media="screen" href="http://assets.ubuntu.com/sites/ubuntu/latest/u/css/global.css" />
3152-<script src="http://assets.ubuntu.com/sites/ubuntu/latest/u/js/global.js"></script>
3153+ <head>
3154+ <meta charset="UTF-8" />
3155+ <meta name="description" content="Learn how to get started developing applications for the Ubuntu platform - desktop, tablets and phones." />
3156+ <meta name="keywords" content="Ubuntu developers, app developers, apis, QML, Ubuntu SDK, HTML5, Javascript, C++, C, Unity, Scopes, developer community" />
3157+ <meta name="author" content="Canonical" />
3158+
3159+ <title><?php wp_title('|', true, 'right'); ?><?php bloginfo('name'); ?></title>
3160+
3161+ <link rel="shortcut icon" href="http://assets.ubuntu.com/sites/ubuntu/latest/u/img/favicon.ico" type="image/x-icon" />
3162+
3163+ <link href='https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,700,700italic|Ubuntu+Mono' rel='stylesheet' type='text/css' />
3164+ <link rel="stylesheet" type="text/css" media="screen" href="http://assets.ubuntu.com/sites/guidelines/css/latest/ubuntu-styles.css" />
3165+ <link rel="stylesheet" type="text/css" media="screen" href="<?php echo get_template_directory_uri(); ?>/css/scratch.css" />
3166+
3167+ <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
3168+
3169+ <!--[if lt IE 9]>
3170+ <script type="text/javascript" src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
3171+ <![endif]-->
3172+
3173+ <?php wp_head(); ?>
3174+
3175+ <script src="http://assets.ubuntu.com/sites/ubuntu/latest/u/js/plugins/yui-min.js"></script>
3176+ <link rel="stylesheet" type="text/css" media="screen" href="http://assets.ubuntu.com/sites/ubuntu/latest/u/css/global.css" />
3177+ <script src="http://assets.ubuntu.com/sites/ubuntu/latest/u/js/global.js"></script>
3178
3179 </head>
3180
3181 <body class="<?php echo $template_id; ?>">
3182-
3183-<header>
3184+<div class="wrapper">
3185 <div class="header-login">
3186 <ul>
3187 <li><a href="https://myapps.developer.ubuntu.com/openid/login/?next=/dev/click-apps">Sign in or register for MyApps</a></li>
3188 </ul>
3189 </div>
3190- <div class="header-navigation">
3191- <div>
3192- <nav role="navigation">
3193- <ul>
3194- <?php wp_list_pages('sort_column=menu_order&title_li=&depth=1&exclude=6,2301,2339'); ?>
3195- <li>
3196- <form id="form-search" method="get" action="/">
3197- <fieldset>
3198- <input id="input-search" type="text" name="s" value="Search" />
3199- </fieldset>
3200- </form>
3201- </li>
3202- </ul>
3203- </nav>
3204- <a class="logo-ubuntu" href="/"><img src="<?php echo get_template_directory_uri(); ?>/img/logo-ubuntu.png" width="119" height="27" alt="Ubuntu logo" /></a>
3205- <h2><a href="/">Developer</a></h2>
3206+</div>
3207+<header class="banner global" role="banner">
3208+ <nav role="navigation" class="nav-primary nav-right">
3209+ <div class="logo">
3210+ <a class="logo-ubuntu" href="/">
3211+ <img width="106" height="25" src="//assets.ubuntu.com/sites/ubuntu/latest/u/img/logos/logo-ubuntu-orange.png" alt="Insights logo" />
3212+ <span>developer</span>
3213+ </a>
3214 </div>
3215- </div>
3216+ <ul>
3217+ <?php wp_list_pages('sort_column=menu_order&title_li=&depth=1&exclude=6,2301,2339'); ?>
3218+ </ul>
3219+ <div id="box-search">
3220+ <form class="search-form" method="get" id="searchform" action="/">
3221+ <label class="off-left" for="s">Search:</label>
3222+ <input id="input-search" type="text" name="s" value="" />
3223+ <button class="off-left form-submit" type="submit" id="searchsubmit">Search</button>
3224+ </form>
3225+ </div><!-- /#search-box -->
3226+ </nav>
3227+
3228 <div class="header-content">
3229- <div class="clearfix">
3230- <img class="arrow-nav" src="<?php echo get_template_directory_uri(); ?>/img/arrow-nav.png" width="9" height="5" alt="" />
3231+ <div class="wrapper">
3232 <div class="header-navigation-secondary">
3233- <?php
3234- get_template_part('subnav', $template_id);
3235- ?>
3236+ <?php
3237+ // If the page has children, display the children in the nav.
3238+ // If the page has a parent, display the children of the parent in the nav.
3239+ // If the page doesn't have children, or a parent, don't display the nav.
3240+ // If the page is 'resources', or a descendant, don't display the nav.
3241+ // If the page is 'search', don't display the nav.
3242+ $pages = get_pages("sort_column=menu_order&depth=1&child_of=" . $post->ID) ? $post->ID : $post->post_parent;
3243+ if ($pages && !preg_match("/resources/", $_SERVER['REQUEST_URI']) && !is_search()) { ?>
3244+ <div>
3245+ <nav role="navigation">
3246+ <ul class="clearfix">
3247+ <?php wp_list_pages('sort_column=menu_order&title_li=&depth=1&child_of=' . $pages); ?>
3248+ </ul>
3249+ </nav>
3250+ </div>
3251+ <?php } ?>
3252 </div>
3253 <div class="hero">
3254- <?php
3255- get_template_part('hero', $template_id);
3256+ <?php
3257+ get_template_part('hero', $template_id);
3258 ?>
3259 </div>
3260 </div>
3261 </div>
3262-
3263+
3264 </header>
3265
3266-<div id="content" class="container-12">
3267-
3268+<div class="wrapper clearfix">
3269+ <div id="main-content" class="inner-wrapper" role="main">
3270
3271=== modified file 'hero-community.php'
3272--- hero-community.php 2013-08-26 19:24:14 +0000
3273+++ hero-community.php 2014-02-13 16:50:20 +0000
3274@@ -1,5 +1,7 @@
3275 <div class="header-image">
3276 <img src="<?php echo get_template_directory_uri(); ?>/img/banner-uds-p.jpg" width="480" height="260" alt="" />
3277 </div>
3278-<h1><?php wp_title(''); ?></h1>
3279-<h2>The Ubuntu community provides you with a strong support network that can help you solve your development challenges. Join in and share your knowledge.</h2>
3280\ No newline at end of file
3281+<div class="six-col last-col">
3282+ <h1><?php wp_title(''); ?></h1>
3283+ <h2>The Ubuntu community provides you with a strong support network that can help you solve your development challenges. Join in and share your knowledge.</h2>
3284+</div>
3285\ No newline at end of file
3286
3287=== modified file 'hero-get-started.php'
3288--- hero-get-started.php 2013-08-26 19:24:14 +0000
3289+++ hero-get-started.php 2014-02-13 16:50:20 +0000
3290@@ -33,18 +33,12 @@
3291 </h2>
3292
3293 <!-- Header Call To Action -->
3294-<a class="link-action2" href="#step-get-toolkit">
3295- <span class="cta-left"></span>
3296- <span class="cta-center">
3297-
3298+<a class="link-cta-ubuntu cta-large" href="#step-get-toolkit">
3299 <?php $gomobile_takeover_cta = get_post_meta($post->ID, 'gomobile_takeover_cta', true);
3300 if ($gomobile_takeover_cta) { ?>
3301 <?php echo $gomobile_takeover_cta; ?>
3302 <?php }
3303 else { ?>
3304 Get started now
3305-<?php } ?>
3306-
3307- </span>
3308- <span class="cta-right"></span>
3309+<?php } ?>
3310 </a>
3311
3312=== modified file 'hero-home.php'
3313--- hero-home.php 2013-08-26 19:24:14 +0000
3314+++ hero-home.php 2014-02-13 16:50:20 +0000
3315@@ -1,5 +1,7 @@
3316 <?php $post_metadata = get_post_meta($post->ID, '_my_meta', true);
3317-extract($post_metadata);
3318+if($post_metadata) {
3319+ extract($post_metadata);
3320+}
3321 $site_tagline = get_bloginfo('description'); ?>
3322
3323 <div class="header-image">
3324@@ -36,14 +38,4 @@
3325 $home_cta_link = "/get-started";
3326 }
3327 ?>
3328-<a class="link-action2" href="<?php echo $home_cta_link; ?>">
3329- <span class="cta-left"></span>
3330- <?php
3331- if ($home_cta_msg) { ?>
3332- <span class="cta-center"><?php echo $home_cta_msg; ?></span>
3333- <?php }
3334- else { ?>
3335- <span class="cta-center">Get started now</span>
3336- <?php } ?>
3337- <span class="cta-right"></span>
3338-</a>
3339+<a class="link-cta-ubuntu cta-large" href="<?php echo $home_cta_link; ?>"><?php echo $home_cta_msg; ?></a>
3340
3341=== modified file 'hero-publish.php'
3342--- hero-publish.php 2013-09-05 01:41:03 +0000
3343+++ hero-publish.php 2014-02-13 16:50:20 +0000
3344@@ -1,5 +1,7 @@
3345 <?php $post_metadata = get_post_meta($post->ID, '_my_meta', true);
3346-extract($post_metadata);
3347+if($post_metadata) {
3348+ extract($post_metadata);
3349+}
3350 ?>
3351
3352 <?php
3353@@ -25,13 +27,13 @@
3354 if (!empty($home_cta_link)) { ?>
3355 <a class="link-action2" href="<?php echo $home_cta_link; ?>">
3356 <span class="cta-left"></span>
3357- <?php
3358+ <?php
3359 if ($home_cta_msg) { ?>
3360 <span class="cta-center"><?php echo $home_cta_msg; ?></span>
3361 <?php }
3362 else { ?>
3363 <span class="cta-center">Get started now</span>
3364- <?php } ?>
3365+ <?php } ?>
3366 <span class="cta-right"></span>
3367 </a>
3368-<?php } ?>
3369+<?php } ?>
3370
3371=== modified file 'hero.php'
3372--- hero.php 2013-09-05 01:41:03 +0000
3373+++ hero.php 2014-02-13 16:50:20 +0000
3374@@ -1,5 +1,7 @@
3375 <?php $post_metadata = get_post_meta($post->ID, '_my_meta', true);
3376-extract($post_metadata);
3377+if($post_metadata) {
3378+ extract($post_metadata);
3379+}
3380 ?>
3381
3382 <?php
3383@@ -14,6 +16,7 @@
3384 <h1><?php echo $home_tagline; ?></h1>
3385 <?php } else { ?>
3386 <h1><?php if (is_search()) { echo 'Search results for: "'. get_search_query() .'"'; } else { wp_title(''); } ?></h1>
3387+
3388 <?php } ?>
3389
3390 <?php
3391@@ -25,15 +28,13 @@
3392 if (!empty($home_cta_link)) { ?>
3393 <a class="link-action2" href="<?php echo $home_cta_link; ?>">
3394 <span class="cta-left"></span>
3395- <?php
3396+ <?php
3397 if ($home_cta_msg) { ?>
3398 <span class="cta-center"><?php echo $home_cta_msg; ?></span>
3399 <?php }
3400 else { ?>
3401 <span class="cta-center">Get started now</span>
3402- <?php } ?>
3403+ <?php } ?>
3404 <span class="cta-right"></span>
3405 </a>
3406-<?php } ?>
3407-
3408-
3409+<?php } ?>
3410
3411=== modified file 'js/base.js'
3412--- js/base.js 2013-09-05 01:41:03 +0000
3413+++ js/base.js 2014-02-13 16:50:20 +0000
3414@@ -12,11 +12,10 @@
3415 $(document).ready(function() {
3416 base.setPageId();
3417 base.positionNavArrow();
3418- base.readySearch();
3419 base.readyStepLinks();
3420 base.readyAccordion();
3421 base.readyFAQs();
3422- base.readySmoothScrolling();
3423+ //base.readySmoothScrolling();
3424 base.getTweets();
3425 });
3426
3427
3428=== modified file 'js/jquery.slider.js'
3429--- js/jquery.slider.js 2011-09-26 11:19:45 +0000
3430+++ js/jquery.slider.js 2014-02-13 16:50:20 +0000
3431@@ -3,7 +3,7 @@
3432 * author: Anthony Dillon
3433 */
3434
3435-var slideAmount = 928;
3436+var slideAmount = 975;
3437 var xPos = -10;
3438 var numberOfSlides = 3;
3439 var index = 1;
3440
3441=== modified file 'part-blog-latest-articles.php'
3442--- part-blog-latest-articles.php 2013-10-11 17:25:14 +0000
3443+++ part-blog-latest-articles.php 2014-02-13 16:50:20 +0000
3444@@ -10,7 +10,7 @@
3445 </div>
3446 <?php endforeach; ?>
3447
3448-<ul class="blog-links">
3449+<ul class="blog-links list">
3450 <li><a class="link-blog" href="/blog">Go to the developer blog &rsaquo;</a></li>
3451 <li><a class="link-rss" href="/?&amp;feed=rss2">Subscribe to the developer blog &rsaquo;</a></li>
3452 </ul>
3453
3454=== modified file 'part-blog-latest-events.php'
3455--- part-blog-latest-events.php 2013-07-01 10:04:05 +0000
3456+++ part-blog-latest-events.php 2014-02-13 16:50:20 +0000
3457@@ -6,11 +6,11 @@
3458 foreach ($posts as $post): ?>
3459 <div class="event">
3460 <h4><a href="<?php the_permalink(); ?>"><?php the_title(); ?>&nbsp;&rsaquo;</a></h4>
3461- <span class="location"><?php echo get_post_meta($post->ID, 'location', true); ?></span>
3462+ <span class="location"><?php echo get_post_meta($post->ID, 'location', true); ?></span>
3463 <time datetime="<?php echo date('Y-m-d', strtotime(str_replace(',', '', get_post_meta($post->ID, 'date-start', true)))); ?>"><?php echo get_post_meta($post->ID, 'date-start', true); ?> &ndash; <?php echo get_post_meta($post->ID, 'date-end', true); ?></time>
3464 </div>
3465 <?php endforeach; ?>
3466
3467-<ul class="blog-links">
3468+<ul class="blog-links list">
3469 <li><a class="link-rss" href="/?cat=<?php echo $category_id; ?>&amp;feed=rss2">All upcoming events &rsaquo;</a></li>
3470 </ul>
3471\ No newline at end of file
3472
3473=== modified file 'search.php'
3474--- search.php 2011-09-26 11:19:45 +0000
3475+++ search.php 2014-02-13 16:50:20 +0000
3476@@ -1,6 +1,6 @@
3477 <?php get_header(); ?>
3478
3479- <div class="grid-9">
3480+ <div class="nine-col">
3481 <?php if (have_posts()) : ?>
3482 <ul class="list-search">
3483 <?php while (have_posts()) : the_post(); ?>
3484
3485=== modified file 'sidenav.php'
3486--- sidenav.php 2013-09-05 01:41:03 +0000
3487+++ sidenav.php 2014-02-13 16:50:20 +0000
3488@@ -3,7 +3,7 @@
3489 $pages = get_pages("sort_column=menu_order&parent=".$post->ID."&child_of=".$post->ID);
3490 if ($pages) {
3491 ?>
3492- <h3><a href="<?php echo get_page_link( $page->ID ); ?>">Pages</a></h3>
3493+ <h3><a href="#" class="slideless"><?php echo $page->post_title; ?></a></h3>
3494 <div>
3495 <ul>
3496 <?php wp_list_pages('sort_column=menu_order&title_li=&depth=1&child_of=' . $post->ID); ?>
3497
3498=== modified file 'single.php'
3499--- single.php 2011-09-26 11:19:45 +0000
3500+++ single.php 2014-02-13 16:50:20 +0000
3501@@ -7,7 +7,7 @@
3502
3503 <div id="primary" class="blog-article">
3504
3505- <div role="main" class="grid-9">
3506+ <div role="main" class="nine-col">
3507
3508 <?php while ( have_posts() ) : the_post(); ?>
3509
3510@@ -23,7 +23,7 @@
3511 <?php endwhile; ?>
3512
3513 </div><!-- main -->
3514- <aside class="grid-3">
3515+ <aside class="three-col last-col">
3516 <a href="/community/app-developer-blog/">&lsaquo; Back to Blog</a>
3517 <h3>Archive</h3>
3518 <?php wp_get_archives('type=monthly&limit=12'); ?>
3519
3520=== modified file 'template-apps.php'
3521--- template-apps.php 2013-09-12 23:29:57 +0000
3522+++ template-apps.php 2014-02-13 16:50:20 +0000
3523@@ -7,11 +7,11 @@
3524
3525 <?php get_header(); ?>
3526
3527- <div class="grid-12">
3528- <div class="grid-3 alpha side-menu">
3529+ <div class="row no-border">
3530+ <div class="three-col side-menu">
3531 <?php get_template_part('sidenav', 'apps'); ?>
3532 </div>
3533- <div id="page_content" class="grid-9">
3534+ <div id="page_content" class="nine-col last-col">
3535 <article>
3536 <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
3537 <?php the_content(); ?>
3538
3539=== modified file 'template-blog-community.php'
3540--- template-blog-community.php 2012-12-18 15:26:53 +0000
3541+++ template-blog-community.php 2014-02-13 16:50:20 +0000
3542@@ -6,7 +6,8 @@
3543 ?>
3544
3545 <?php get_header(); ?>
3546- <div class="grid-9" role="main">
3547+ <div class="row no-border">
3548+ <div class="nine-col" role="main">
3549 <?php $category_id_article = get_cat_ID('Article'); ?>
3550 <?php $the_query = new WP_Query( 'cat=' . $category_id_article ); ?>
3551 <?php if ( $the_query->have_posts() ) : ?>
3552@@ -30,18 +31,23 @@
3553 </div>
3554 <?php endif; ?>
3555 </div>
3556- <aside class="grid-3" >
3557+ <aside class="three-col last-col" >
3558 <h3>Archive</h3>
3559+ <ul class="no-bullets">
3560 <?php wp_get_archives('type=monthly&limit=12'); ?>
3561 <?php $category_id_event = get_cat_ID('Event'); ?>
3562 <?php $the_query = new WP_Query( 'cat='. $category_id_event ); ?>
3563+ </ul>
3564 <?php if ( $the_query->have_posts() ) : ?>
3565 <h3 class="events">Events</h3>
3566+ <ul class="no-bullets">
3567 <?php while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
3568 <?php get_template_part( 'event', get_post_format() ); ?>
3569 <?php endwhile; ?>
3570+ </ul>
3571 <?php endif; ?>
3572-
3573+
3574 </aside>
3575+ </div>
3576
3577 <?php get_footer(); ?>
3578
3579=== modified file 'template-blog-planet.php'
3580--- template-blog-planet.php 2013-10-11 17:19:31 +0000
3581+++ template-blog-planet.php 2014-02-13 16:50:20 +0000
3582@@ -6,7 +6,8 @@
3583 ?>
3584
3585 <?php get_header(); ?>
3586- <div class="grid-9" role="main">
3587+ <div class="row no-border">
3588+ <div class="nine-col" role="main">
3589 <?php $category_id_article = get_cat_ID('Planet'); ?>
3590 <?php $the_query = new WP_Query( 'cat=' . $category_id_article ); ?>
3591 <?php if ( $the_query->have_posts() ) : ?>
3592@@ -30,11 +31,11 @@
3593 </div>
3594 <?php endif; ?>
3595 </div>
3596- <aside class="grid-3 blogroll" >
3597+ <aside class="three-col last-col blogroll" >
3598 <h2>Planet Feeds</h2>
3599- <?php
3600+ <?php
3601 $cat = get_term_by( 'name', 'Contributors', 'link_category' );
3602 wp_list_bookmarks('title_li=&categorize=0&category='.$cat->term_id); ?>
3603 </aside>
3604-
3605+ </div>
3606 <?php get_footer(); ?>
3607
3608=== modified file 'template-charms.php'
3609--- template-charms.php 2013-09-12 23:29:57 +0000
3610+++ template-charms.php 2014-02-13 16:50:20 +0000
3611@@ -7,7 +7,7 @@
3612
3613 <?php get_header(); ?>
3614
3615- <div class="grid-12">
3616+ <div class="row no-border">
3617 <article>
3618 <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
3619 <?php the_content(); ?>
3620
3621=== modified file 'template-child-resources.php'
3622--- template-child-resources.php 2013-06-27 16:23:30 +0000
3623+++ template-child-resources.php 2014-02-13 16:50:20 +0000
3624@@ -7,11 +7,11 @@
3625
3626 <?php get_header(); ?>
3627
3628- <div class="grid-12">
3629- <div class="grid-3">
3630+ <div class="row no-border">
3631+ <div class="three-col">
3632 <?php get_template_part('part', 'accordion-resources'); ?>
3633 </div>
3634- <div class="grid-9">
3635+ <div class="nine-col last-col">
3636 <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
3637 <article>
3638 <h1><?php wp_title(''); ?></h1>
3639@@ -19,13 +19,10 @@
3640 </article>
3641 <?php endwhile; endif; ?>
3642 <div class="pagelink"><?php wp_link_pages('before=<p><strong>Pages:</strong>'); ?></div>
3643- <div class="box-orange clearfix">
3644- <h3>Got any questions?</h3>
3645- <a class="link-action-small" href="http://www.askubuntu.com/questions/ask?tags=application-development">
3646- <span class="cta-left"></span>
3647- <span class="cta-center">Ask your question</span>
3648- <span class="cta-right"></span>
3649- </a>
3650+ <div class="box box-orange">
3651+ <h3>Got any questions?</h3>
3652+ <a class="link-cta-ubuntu right" href="http://www.askubuntu.com/questions/ask?tags=application-development">Ask your question</span></a>
3653+
3654 <p>If you could not find an answer to your question here, you can ask the thousands of Ubuntu users and developers on Ask Ubuntu.</p>
3655 </div>
3656 </div>
3657
3658=== modified file 'template-community.php'
3659--- template-community.php 2013-09-20 13:56:09 +0000
3660+++ template-community.php 2014-02-13 16:50:20 +0000
3661@@ -7,81 +7,85 @@
3662
3663 <?php get_header(); ?>
3664
3665- <div class="grid-12">
3666- <div class="box clearfix">
3667- <h2>Contribute</h2>
3668- <ul>
3669- <li>
3670- <a href="/apps">
3671- <img src="<?php echo get_template_directory_uri(); ?>/img/pictogram-cog.png" width="47" height="49" alt="" />
3672- <h4>Create an app &rsaquo;</h4>
3673- </a>
3674- <p>The best way to contribute to Ubuntu app development is by writing apps!</p>
3675- </li>
3676- <li>
3677- <a href="/community/core-apps">
3678- <img src="<?php echo get_template_directory_uri(); ?>/img/pictogram-star.png" width="49" height="49" alt="" />
3679- <h4>Join the core apps team &rsaquo;</h4>
3680- </a>
3681- <p>The core applications for Ubuntu on phones are developed by community members like you. Join us and make Ubuntu happen.</p>
3682- </li>
3683- <li class="last">
3684- <a href="/community/uds">
3685- <img src="<?php echo get_template_directory_uri(); ?>/img/pictogram-bird.png" width="61" height="49" alt="" />
3686- <h4>The Ubuntu Developer Summit &rsaquo;</h4>
3687- </a>
3688- <p>Every 3 months we organize an open event to plan the upcoming OS features. Influence Ubuntu with your ideas and your work!</p>
3689- </li>
3690- </ul>
3691- </div>
3692- </div>
3693-
3694- <div class="grid-4">
3695- <div class="box-orange">
3696- <h3><a href="http://www.askubuntu.com">Participate on AskUbuntu &rsaquo;</a></h3>
3697- <p>A collaboratively-edited question and answer site for Ubuntu users and developers. 100% free, no registration required</p>
3698- <a href="http://www.askubuntu.com/questions/ask?tags=application-development">Ask a question now &rsaquo;</a>
3699- </div>
3700- </div>
3701-
3702- <div class="grid-8">
3703- <div class="box-padded">
3704- <h3>Other ways to get involved</h3>
3705- <div>
3706- <ul class="clearfix">
3707- <li><a href="/?&amp;feed=rss2"class="rss">Subscribe to the Ubuntu Developers Blog &rsaquo;</a></li>
3708- <li><a href="http://webchat.freenode.net/?channels=ubuntu-app-devel" class="irc">Chat in real time with other developers &rsaquo;</a></li>
3709-
3710- <li><a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-app-devel" class="mail">Join the app developer mailing list &rsaquo;</a></li>
3711- <li><a href="https://plus.google.com/communities/111350780270925540549" class="google-plus">App Developers community on G+ &rsaquo;</a></li>
3712-
3713- <li class="last"><a href="http://gplus.to/ubuntuappdev" class="google-plus">Follow Ubuntu App Developers on G+ &rsaquo;</a></li>
3714- <li class="last"><a href="http://facebook.com/ubuntuappdev"class="facebook">Follow Ubuntu App Developers on FB &rsaquo;</a></li>
3715- </ul>
3716- </div>
3717- </div>
3718- </div>
3719-
3720- <div class="grid-4">
3721- <div class="box-clear border">
3722- <h3>News and announcements</h3>
3723- <?php get_template_part('part', 'blog-latest-articles'); ?>
3724- </div>
3725- </div>
3726-
3727- <div class="grid-4">
3728- <div class="box-clear">
3729- <h3>Events</h3>
3730- <?php get_template_part('part', 'blog-latest-events'); ?>
3731- </div>
3732- </div>
3733-
3734- <div class="grid-4">
3735- <div class="box-clear">
3736- <h3>#ubuntuappdev on Twitter</h3>
3737- <div class="container-tweet">
3738- <div class="tweet tweet-small clearfix"></div>
3739- <a class="tweet-follow" href="http://twitter.com/ubuntuappdev">Follow <span>@ubuntuappdev</span> on Twitter</a>
3740+ <div class="row no-border">
3741+ <div class="box clearfix">
3742+ <h2>Contribute</h2>
3743+ <ul>
3744+ <li class="four-col">
3745+ <a href="/apps">
3746+ <img src="<?php echo get_template_directory_uri(); ?>/img/pictogram-cog.png" width="47" height="49" alt="" />
3747+ <h4>Create an app &rsaquo;</h4>
3748+ </a>
3749+ <p>The best way to contribute to Ubuntu app development is by writing apps!</p>
3750+ </li>
3751+ <li class="four-col">
3752+ <a href="/community/core-apps">
3753+ <img src="<?php echo get_template_directory_uri(); ?>/img/pictogram-star.png" width="49" height="49" alt="" />
3754+ <h4>Join the core apps team &rsaquo;</h4>
3755+ </a>
3756+ <p>The core applications for Ubuntu on phones are developed by community members like you. Join us and make Ubuntu happen.</p>
3757+ </li>
3758+ <li class="four-col last-col">
3759+ <a href="/community/uds">
3760+ <img src="<?php echo get_template_directory_uri(); ?>/img/pictogram-bird.png" width="61" height="49" alt="" />
3761+ <h4>The Ubuntu Developer Summit &rsaquo;</h4>
3762+ </a>
3763+ <p>Every 3 months we organize an open event to plan the upcoming OS features. Influence Ubuntu with your ideas and your work!</p>
3764+ </li>
3765+ </ul>
3766+ </div>
3767+ </div>
3768+
3769+ <div class="row no-border">
3770+ <div class="four-col">
3771+ <div class="box box-orange">
3772+ <h3><a href="http://www.askubuntu.com">Participate on AskUbuntu&nbsp;&rsaquo;</a></h3>
3773+ <p>A collaboratively-edited question and answer site for Ubuntu users and developers. 100% free, no registration required</p>
3774+ <a href="http://www.askubuntu.com/questions/ask?tags=application-development">Ask a question now &rsaquo;</a>
3775+ </div>
3776+ </div>
3777+
3778+ <div class="eight-col last-col">
3779+ <div class="box-padded">
3780+ <h3>Other ways to get involved</h3>
3781+ <div>
3782+ <ul class="list four-col smaller">
3783+ <li><a href="/?&amp;feed=rss2"class="rss">Subscribe to the Ubuntu Developers Blog&nbsp;&rsaquo;</a></li>
3784+ <li><a href="http://webchat.freenode.net/?channels=ubuntu-app-devel" class="irc">Chat in real time with other developers&nbsp;&rsaquo;</a></li>
3785+ <li><a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-app-devel" class="mail">Join the app developer mailing list&nbsp;&rsaquo;</a></li>
3786+ </ul>
3787+ <ul class="list four-col last-col smaller">
3788+ <li><a href="https://plus.google.com/communities/111350780270925540549" class="google-plus">App Developers community on G+&nbsp;&rsaquo;</a></li>
3789+ <li><a href="http://gplus.to/ubuntuappdev" class="google-plus">Follow Ubuntu App Developers on G+&nbsp;&rsaquo;</a></li>
3790+ <li><a href="http://facebook.com/ubuntuappdev"class="facebook">Follow Ubuntu App Developers on FB&nbsp;&rsaquo;</a></li>
3791+ </ul>
3792+ </div>
3793+ </div>
3794+ </div>
3795+ </div>
3796+
3797+ <div class="row no-border">
3798+ <div class="four-col">
3799+ <div class="box-clear border">
3800+ <h3>News and announcements</h3>
3801+ <?php get_template_part('part', 'blog-latest-articles'); ?>
3802+ </div>
3803+ </div>
3804+
3805+ <div class="four-col">
3806+ <div class="box-clear">
3807+ <h3>Events</h3>
3808+ <?php get_template_part('part', 'blog-latest-events'); ?>
3809+ </div>
3810+ </div>
3811+
3812+ <div class="four-col last-col">
3813+ <div class="box-clear">
3814+ <h3>#ubuntuappdev on Twitter</h3>
3815+ <div class="container-tweet">
3816+ <div class="tweet tweet-small clearfix"></div>
3817+ <a class="tweet-follow" href="http://twitter.com/ubuntuappdev">Follow <span>@ubuntuappdev</span> on Twitter</a>
3818+ </div>
3819 </div>
3820 </div>
3821 </div>
3822
3823=== modified file 'template-default.php'
3824--- template-default.php 2011-09-26 11:19:45 +0000
3825+++ template-default.php 2014-02-13 16:50:20 +0000
3826@@ -6,11 +6,11 @@
3827 ?>
3828
3829 <?php get_header(); ?>
3830-
3831- <div class="grid-9">
3832- <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
3833- <?php the_content(); ?>
3834- <?php endwhile; endif; ?>
3835+ <div class="row no-border">
3836+ <div class="nine-col">
3837+ <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
3838+ <?php the_content(); ?>
3839+ <?php endwhile; endif; ?>
3840+ </div>
3841 </div>
3842-
3843 <?php get_footer(); ?>
3844\ No newline at end of file
3845
3846=== modified file 'template-get-started.php'
3847--- template-get-started.php 2013-07-12 15:25:22 +0000
3848+++ template-get-started.php 2014-02-13 16:50:20 +0000
3849@@ -6,21 +6,21 @@
3850 ?>
3851
3852 <?php get_header(); ?>
3853- <div class="grid-12">
3854+ <div class="row no-border">
3855 <div class="box clearfix">
3856 <h2>The best tools to unlock your creativity</h2>
3857 <ul>
3858- <li>
3859+ <li class="four-col">
3860 <img src="<?php echo get_template_directory_uri(); ?>/img/gomobile-qml.jpg" width="282" height="165" alt="QML, design and code together" />
3861 <h4>Unleash the power of QML</h4>
3862 <p>We've adopted QML at the heart of a set of technologies to bring the Ubuntu experience to mobile devices. QML is an extremely powerful JavaScript-based declarative language for designing intuitive, natural and responsive user interfaces. Marrying stunning design with a high-performing framework, the sky's the limit.</p>
3863 </li>
3864- <li>
3865+ <li class="four-col">
3866 <img src="<?php echo get_template_directory_uri(); ?>/img/gomobile-toolkit-design.png" width="282" height="165" alt="Ubuntu toolkit design" />
3867 <h4>Crisp, integrated design</h4>
3868 <p>Our toolkit has been carefully designed to provide fluid and natural user interface elements that blend into Ubuntu without getting in the way. Now your applications can take advantage of it and be built on rich interfaces that seamlessly integrate with the OS.</p>
3869 </li>
3870- <li class="last">
3871+ <li class="four-col last-col">
3872 <img src="<?php echo get_template_directory_uri(); ?>/img/gomobile-native-html5.png" width="282" height="165" alt="Ubuntu and HTML5 logos" />
3873 <h4>Native or HTML5, your choice</h4>
3874 <p>We recognize HTML5 as a core Internet technology often used to develop cross-platform apps. As such, the Ubuntu toolkit offers the flexibility to support HTML5 too. It’s your choice to decide whether you want to go native with QML and the best Ubuntu integration or HTML5 and less integration via Unity webapps.</p>
3875@@ -29,138 +29,146 @@
3876 </div>
3877 </div>
3878
3879-
3880- <div class="grid-12">
3881- <div id="step-get-toolkit" class="step clearfix">
3882- <span class="number">1</span>
3883- <div>
3884- <h2>Get the Ubuntu SDK preview</h2>
3885- <img src="<?php echo get_template_directory_uri(); ?>/img/gomobile-qml-toolkit.png" width="302" height="205" alt="" />
3886- <p>The first thing you'll need to do is to install the tools and its dependencies. The installation will take place from PPAs, which are archives of packages that enable rapid delivery of updates. It’s an easy step that should take just a few minutes.</p>
3887-
3888- <h3>Install the Ubuntu SDK preview</h3>
3889- <p>Follow these easy steps to install the Ubuntu SDK preview:</p>
3890- <ol>
3891- <li>Open a terminal by pressing the <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>T</kbd> key combination</li>
3892- <li>Enter the following command, pressing <kbd>Enter</kbd> at the end of the line and following the prompts</li>
3893- </ol>
3894- For <strong>Ubuntu 12.04 LTS</strong>, <strong>Ubuntu 12.10</strong> and <strong>Ubuntu 13.04</strong> users:
3895- <p><code>
3896- <?php $gomobile_toolkit_ppa = get_post_meta($post->ID, 'gomobile_toolkit_ppa', true);
3897- if ($gomobile_toolkit_ppa) { ?>
3898- <?php echo $gomobile_toolkit_ppa; ?>
3899- <?php }
3900- else { ?>
3901- sudo add-apt-repository ppa:ui-toolkit/ppa && sudo apt-get update && sudo apt-get install qt-components-ubuntu qt-components-ubuntu-demos qt-components-ubuntu-doc
3902- <?php } ?>
3903- </code></p>
3904- Alternatively, for those using a <strong>development release</strong>:
3905- <p><code>
3906- <?php $gomobile_toolkit_daily_release = get_post_meta($post->ID, 'gomobile_toolkit_daily_release', true);
3907- if ($gomobile_toolkit_daily_release) { ?>
3908- <?php echo $gomobile_toolkit_daily_release; ?>
3909- <?php }
3910- else { ?>
3911- sudo apt-get update && sudo apt-get install ubuntu-sdk && sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get install ubuntu-qt-creator-plugins
3912- <?php } ?>
3913- </code></p>
3914- <p>Congrats! Now you're all set to <a href="#step-write-app">start writing a phone app</a>.</p>
3915- </div>
3916- </div>
3917- <div id="step-write-app" class="step clearfix">
3918- <span class="number">2</span>
3919- <div>
3920- <h2>Write your first app</h2>
3921- <?php $gomobile_tutorial_link = get_post_meta($post->ID, 'gomobile_tutorial_link', true);
3922- if (empty($gomobile_tutorial_link)) {
3923- $gomobile_tutorial_link = "/resources/app-developer-cookbook/mobile/currency-converter-phone-app";
3924- } ?>
3925- <img src="<?php echo get_template_directory_uri(); ?>/img/gomobile-tutorial.png" width="470" height="263" alt="Ubuntu phone app tutorial" />
3926- <p>Time to put your developer hat on and get onto business. The Ubuntu phone app tutorial will take you through the journey of writing your first phone application on Ubuntu.</p>
3927-
3928- <p>You will learn about the different UI components you can use in your app, watch them in action in the Component Showcase application, how to set up your developer environment and use the tools. In summary, the whole lifecycle of a real-world app.</p>
3929-
3930- <p><a href="<?php echo $gomobile_tutorial_link; ?>">Run the phone app tutorial &rsaquo;</a></p>
3931- </div>
3932- </div>
3933-
3934- <div id="step-design" class="step clearfix">
3935- <span class="number">3</span>
3936- <?php $gomobile_api_link = get_post_meta($post->ID, 'gomobile_api_link', true);
3937- if (empty($gomobile_api_link)) {
3938- $gomobile_api_link = "/api/ubuntu-12.10/qml/mobile/overview-ubuntu-sdk.html";
3939- }
3940- ?>
3941- <div>
3942- <h2>Design something beautiful</h2>
3943- <img src="<?php echo get_template_directory_uri(); ?>/img/gomobile-design.png" width="470" height="263" alt="Ubuntu phone app tutorial" />
3944- <p>To enable you to design and build beatiful and usable apps for Ubuntu on the phone, we’ve also prepared a set of clear guides with everything you need to know about UX and visual design best practices.</p>
3945-
3946- <p>The App Design Guides are a resource that keeps growing with new guides to make your apps stand out, so stay tuned for new content!</p>
3947-
3948- <p><a href="http://design.ubuntu.com/apps">Show me the App Design Guides &rsaquo;</a></p>
3949- </div>
3950- </div>
3951-
3952- <div id="step-learn-more" class="step clearfix">
3953- <span class="number">4</span>
3954- <?php $gomobile_api_link = get_post_meta($post->ID, 'gomobile_api_link', true);
3955- if (empty($gomobile_api_link)) {
3956- $gomobile_api_link = "/api/ubuntu-12.10/qml/mobile/overview-ubuntu-sdk.html";
3957- }
3958- ?>
3959- <div>
3960- <h2>Learn more</h2>
3961- <div class="infobox">
3962- <h3>Got a question? Ask!</h3>
3963- <p>If you’ve got any question about Ubuntu on mobile devices or developing apps for the phone, our experts are here to help. Ask Ubuntu is a free, community-driven Q&A site for Ubuntu users and developers.</p>
3964- <p><a href="http://www.askubuntu.com/questions/ask?tags=mobile,application-development">Ask a question now &rsaquo;</a></p>
3965- </div>
3966- <p>After having completed the kickstart, you’ve now got a solid understanding of how to start using the toolkit for your apps. So now you’re probably eager to know more, and it’s time to delve into more detailed information about what each user interface component can do.</p>
3967-
3968- <p>For your reading pleasure, we’ve prepared comprehensive documentation to get to know each component in detail.</p>
3969-
3970- <p><a href="<?php echo $gomobile_api_link; ?>">Show me the API documentation &rsaquo;</a></p>
3971- </div>
3972- </div>
3973-
3974- <div id="get-involved" class="box clearfix">
3975- <div class="grid-8">
3976- <h2>Keep in touch</h2>
3977- <p>The phone and tablet are a huge milestone in the Ubuntu project. One that has generated a huge amount of excitement and received lots of attention. But this is just the beginning.</p>
3978- <p>It&rsquo;s all about creating the technology of the future for the leading free operating system. The same technology that will power the next million Ubuntu phones and tablets. It&rsquo;s about being part of the action and providing input, review and working closely with the best experts in the design and development teams for Ubuntu.</p>
3979- <p>We hope you think this is exciting and want to join us in this journey. If you want, tell us a bit about yourself and what you are doing and we can use your email to tell you about key moments along the way.</p>
3980- <p><a href="https://forms.canonical.com/capetown-dev/">Tell us what you are working on &rsaquo;</a></p>
3981- </div>
3982- </div>
3983-
3984+ <div id="step-get-toolkit" class="row">
3985+ <div class="one-col step">
3986+ <span class="number">1</span>
3987+ </div>
3988+ <div class="seven-col">
3989+ <h2>Get the Ubuntu SDK preview</h2>
3990+ <p>The first thing you'll need to do is to install the tools and its dependencies. The installation will take place from PPAs, which are archives of packages that enable rapid delivery of updates. It’s an easy step that should take just a few minutes.</p>
3991+
3992+ <h3>Install the Ubuntu SDK preview</h3>
3993+ <p>Follow these easy steps to install the Ubuntu SDK preview:</p>
3994+ <ol>
3995+ <li>Open a terminal by pressing the <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>T</kbd> key combination</li>
3996+ <li>Enter the following command, pressing <kbd>Enter</kbd> at the end of the line and following the prompts</li>
3997+ </ol>
3998+For <strong>Ubuntu 12.04 LTS</strong>, <strong>Ubuntu 12.10</strong> and <strong>Ubuntu 13.04</strong> users:
3999+ <p><code>
4000+ <?php $gomobile_toolkit_ppa = get_post_meta($post->ID, 'gomobile_toolkit_ppa', true);
4001+ if ($gomobile_toolkit_ppa) { ?>
4002+ <?php echo $gomobile_toolkit_ppa; ?>
4003+ <?php }
4004+ else { ?>
4005+ sudo add-apt-repository ppa:ui-toolkit/ppa && sudo apt-get update && sudo apt-get install qt-components-ubuntu qt-components-ubuntu-demos qt-components-ubuntu-doc
4006+ <?php } ?>
4007+ </code></p>
4008+Alternatively, for those using a <strong>development release</strong>:
4009+ <p><code>
4010+ <?php $gomobile_toolkit_daily_release = get_post_meta($post->ID, 'gomobile_toolkit_daily_release', true);
4011+ if ($gomobile_toolkit_daily_release) { ?>
4012+ <?php echo $gomobile_toolkit_daily_release; ?>
4013+ <?php }
4014+ else { ?>
4015+ sudo apt-get update && sudo apt-get install ubuntu-sdk && sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get install ubuntu-qt-creator-plugins
4016+ <?php } ?>
4017+ </code></p>
4018+ <p>Congrats! Now you're all set to <a href="#step-write-app">start writing a phone app</a>.</p>
4019+ </div>
4020+ <div class="three-col last-col">
4021+ <img src="<?php echo get_template_directory_uri(); ?>/img/gomobile-qml-toolkit.png" width="302" height="205" alt="" />
4022+ </div>
4023+ </div>
4024+ <div id="step-write-app" class="row">
4025+ <div class="one-col step">
4026+ <span class="number">2</span>
4027+ </div>
4028+ <div class="five-col">
4029+ <h2>Write your first app</h2>
4030+ <?php $gomobile_tutorial_link = get_post_meta($post->ID, 'gomobile_tutorial_link', true);
4031+ if (empty($gomobile_tutorial_link)) {
4032+ $gomobile_tutorial_link = "/resources/app-developer-cookbook/mobile/currency-converter-phone-app";
4033+ } ?>
4034+ <p>Time to put your developer hat on and get onto business. The Ubuntu phone app tutorial will take you through the journey of writing your first phone application on Ubuntu.</p>
4035+ <p>You will learn about the different UI components you can use in your app, watch them in action in the Component Showcase application, how to set up your developer environment and use the tools. In summary, the whole lifecycle of a real-world app.</p>
4036+ <p><a href="<?php echo $gomobile_tutorial_link; ?>">Run the phone app tutorial &rsaquo;</a></p>
4037+ </div>
4038+ <div class="six-col last-col">
4039+ <img src="<?php echo get_template_directory_uri(); ?>/img/gomobile-tutorial.png" width="470" height="263" alt="Ubuntu phone app tutorial" />
4040+ </div>
4041+ </div>
4042+ <div class="row" id="step-design">
4043+ <div class="one-col step">
4044+ <span class="number">3</span>
4045+ </div>
4046+ <?php $gomobile_api_link = get_post_meta($post->ID, 'gomobile_api_link', true);
4047+ if (empty($gomobile_api_link)) {
4048+ $gomobile_api_link = "/api/ubuntu-12.10/qml/mobile/overview-ubuntu-sdk.html";
4049+ }
4050+ ?>
4051+ <div class="five-col">
4052+ <h2>Design something beautiful</h2>
4053+ <p>To enable you to design and build beatiful and usable apps for Ubuntu on the phone, we’ve also prepared a set of clear guides with everything you need to know about UX and visual design best practices.</p>
4054+ <p>The App Design Guides are a resource that keeps growing with new guides to make your apps stand out, so stay tuned for new content!</p>
4055+ <p><a href="http://design.ubuntu.com/apps">Show me the App Design Guides &rsaquo;</a></p>
4056+ </div>
4057+ <div class="six-col last-col">
4058+ <img src="<?php echo get_template_directory_uri(); ?>/img/gomobile-design.png" width="470" height="263" alt="Ubuntu phone app tutorial" />
4059+ </div>
4060+ </div>
4061+ <div id="step-learn-more" class="row">
4062+ <div class="one-col step">
4063+ <span class="number">4</span>
4064+ </div>
4065+ <?php $gomobile_api_link = get_post_meta($post->ID, 'gomobile_api_link', true);
4066+ if (empty($gomobile_api_link)) {
4067+ $gomobile_api_link = "/api/ubuntu-12.10/qml/mobile/overview-ubuntu-sdk.html";
4068+ }
4069+ ?>
4070+ <div class="six-col">
4071+ <h2>Learn more</h2>
4072+
4073+ <p>After having completed the kickstart, you’ve now got a solid understanding of how to start using the toolkit for your apps. So now you’re probably eager to know more, and it’s time to delve into more detailed information about what each user interface component can do.</p>
4074+ <p>For your reading pleasure, we’ve prepared comprehensive documentation to get to know each component in detail.</p>
4075+ <p><a href="<?php echo $gomobile_api_link; ?>">Show me the API documentation &rsaquo;</a></p>
4076+ </div>
4077+ <div class="five-col last-col box">
4078+ <h3>Got a question? Ask!</h3>
4079+ <p>If you’ve got any question about Ubuntu on mobile devices or developing apps for the phone, our experts are here to help. Ask Ubuntu is a free, community-driven Q&A site for Ubuntu users and developers.</p>
4080+ <p><a href="http://www.askubuntu.com/questions/ask?tags=mobile,application-development">Ask a question now &rsaquo;</a></p>
4081+ </div>
4082+ </div>
4083+
4084+ <div class="row row-image-centered ">
4085+ <div class="box">
4086+ <div class="eight-col">
4087+ <h2>Keep in touch</h2>
4088+ <p>The phone and tablet are a huge milestone in the Ubuntu project. One that has generated a huge amount of excitement and received lots of attention. But this is just the beginning.</p>
4089+ <p>It&rsquo;s all about creating the technology of the future for the leading free operating system. The same technology that will power the next million Ubuntu phones and tablets. It&rsquo;s about being part of the action and providing input, review and working closely with the best experts in the design and development teams for Ubuntu.</p>
4090+ <p>We hope you think this is exciting and want to join us in this journey. If you want, tell us a bit about yourself and what you are doing and we can use your email to tell you about key moments along the way.</p>
4091+ <p><a href="https://forms.canonical.com/capetown-dev/">Tell us what you are working on &rsaquo;</a></p>
4092 </div>
4093+ <span>
4094+ <img src="<?php echo get_template_directory_uri(); ?>/img/pictogram-love-heart.jpg" alt="" width="200" height="200" />
4095+ </span>
4096+ </div>
4097+ </div>
4098
4099- <div id="keep-up" class="grid-12">
4100+ <div id="keep-up" class="row no-border">
4101 <h2>Keep up-to-date</h2>
4102
4103- <div class="grid-6 alpha border">
4104+ <div class="six-col">
4105 <h3>Latest from the blog:</h3>
4106- <div class="box-clear border">
4107+ <div class="box-clear">
4108 <?php get_template_part('part', 'blog-latest-articles'); ?>
4109 </div>
4110 </div>
4111
4112- <div class="grid-3">
4113+ <div class="three-col">
4114 <h3>Latest events:</h3>
4115 <div class="box-clear">
4116 <?php get_template_part('part', 'blog-latest-events'); ?>
4117- <?php get_template_part('part', 'social-links'); ?>
4118 </div>
4119 </div>
4120
4121- <div class="grid-3 omega">
4122+ <div class="three-col last-col">
4123 <div class="box-clear">
4124 <div class="container-tweet">
4125 <div class="tweet clearfix"></div>
4126 <a class="tweet-follow" href="http://twitter.com/ubuntuappdev">Follow <span>@ubuntuappdev</span> on Twitter</a>
4127 </div>
4128 </div>
4129+ <?php get_template_part('part', 'social-links'); ?>
4130 </div>
4131 </div>
4132
4133
4134=== modified file 'template-home.php'
4135--- template-home.php 2013-09-23 22:49:29 +0000
4136+++ template-home.php 2014-02-13 16:50:20 +0000
4137@@ -7,99 +7,97 @@
4138
4139 <?php get_header(); ?>
4140
4141- <div class="grid-12">
4142- <ol class="box-steps clearfix" style="min-height: 250px;">
4143- <li class="first">
4144- <img src="<?php echo get_template_directory_uri(); ?>/img/write-apps.png" height="72" alt="Write apps for Ubuntu" />
4145+ <div class="row no-border equal-height">
4146+ <ul class="box-steps clearfix">
4147+ <li class="three-col no-margin-bottom">
4148+ <img src="<?php echo get_template_directory_uri(); ?>/img/write-apps.png" height="72" alt="Write apps for Ubuntu" />
4149 <h3><a href="/apps">Apps</a></h3>
4150 <p>Write gorgeous apps with stunning animated and fluid UIs. Choose native or HTML5 and get started with the Ubuntu SDK.</p>
4151 </li>
4152- <li>
4153- <img src="<?php echo get_template_directory_uri(); ?>/img/write-scopes.png" height="72" alt="Write scopes for Ubuntu" />
4154+ <li class="three-col no-margin-bottom">
4155+ <img src="<?php echo get_template_directory_uri(); ?>/img/write-scopes.png" height="72" alt="Write scopes for Ubuntu" />
4156 <h3><a href="/scopes">Scopes</a></h3>
4157 <p>Scopes open a window to a world of content to users. Learn how to make your own content stand out by writing scopes to customize the user experience.</p>
4158 </li>
4159- <li>
4160- <img src="<?php echo get_template_directory_uri(); ?>/img/write-charms.png" height="72" alt="Write charms for Ubuntu" />
4161- <h3><a href="/publish">Cloud</a></h3>
4162+ <li class="three-col no-margin-bottom">
4163+ <img src="<?php echo get_template_directory_uri(); ?>/img/write-charms.png" height="72" alt="Write charms for Ubuntu" />
4164+ <h3><a href="/cloud">Cloud</a></h3>
4165 <p>Embrace the cloud and write a charm for Juju, Ubuntu's orchestration tool to rapidly deploy your code to the web.</p>
4166 </li>
4167- <li class="last">
4168- <img src="<?php echo get_template_directory_uri(); ?>/img/write-webapps.png" height="72" alt="Write webapps for Ubuntu" />
4169+ <li class="three-col no-margin-bottom last-col">
4170+ <img src="<?php echo get_template_directory_uri(); ?>/img/write-webapps.png" height="72" alt="Write webapps for Ubuntu" />
4171 <h3><a href="/web">Web</a></h3>
4172 <p>Blurry the boundaries between native and web with Ubuntu webapps. Learn how to integrate your sites into the system as if they were local apps.</p>
4173 </li>
4174- </ol>
4175+ </ul>
4176 </div>
4177-
4178- <div class="grid-12">
4179- <div class="box clearfix">
4180+
4181+ <div class="row no-border ">
4182+ <div class="box equal-height clearfix">
4183 <h2>Why develop for Ubuntu?</h2>
4184 <ul>
4185- <li>
4186+ <li class="four-col">
4187 <img src="<?php echo get_template_directory_uri(); ?>/img/why-everywhere.jpg" width="120" height="85" alt="An Ubuntu phone running as a desktop PC" />
4188- <h4>Get your apps everywhere</h4>
4189+ <h3>Get your apps everywhere</h3>
4190 <p>Develop applications that run on multiple devices and form factors: phone, PC, tablet, TV... you name it!.</p>
4191 </li>
4192- <li>
4193+ <li class="four-col">
4194 <img src="<?php echo get_template_directory_uri(); ?>/img/why-open.png" width="120" height="85" alt="Braid in the Ubuntu Software Centre" />
4195 <h4>Open source and commercial apps</h4>
4196 <p>Ubuntu apps can be open or closed source, and free or paid-for. You decide the price and the applicable licence.</p>
4197 </li>
4198- <li class="last">
4199+ <li class="four-col last-col">
4200 <img src="<?php echo get_template_directory_uri(); ?>/img/why-millions.png" width="120" height="85" alt="A class of children using Ubuntu" />
4201 <h4>Audience of millions</h4>
4202 <p>As the third most popular desktop operating system, Ubuntu reaches millions around the globe. Now also on phones, sky is the limit!</p>
4203 </li>
4204- <li>
4205+ <li class="four-col">
4206 <img src="<?php echo get_template_directory_uri(); ?>/img/why-usc.png" width="120" height="85" alt="An app rating on the Software Centre" />
4207 <h4>Ubuntu Software Centre</h4>
4208 <p>Ubuntu users will be able to view your applications, along with ratings and reviews, directly from the Dash. Installation is as easy as a single click.</p>
4209 </li>
4210- <li>
4211+ <li class="four-col">
4212 <img src="<?php echo get_template_directory_uri(); ?>/img/why-myapps.png" width="120" height="85" alt="Submit your apps page on My Apps" />
4213 <h4>My Apps</h4>
4214 <p>My Apps is the tool you will use to submit and manage your applications. Follow the approval process, view stats and edit your app's details.</p>
4215 </li>
4216- <li class="last">
4217+ <li class="four-col last-col">
4218 <img src="<?php echo get_template_directory_uri(); ?>/img/why-community.png" width="120" height="85" alt="Developers holding an Ubuntu banner" />
4219- <h4>Community</h4>
4220+ <h3>Community</h3>
4221 <p>Building, promoting and supporting Ubuntu, our community welcomes new users everyday. Get all the help you need from thousands of engaged peers or even lend a helping hand.</p>
4222 </li>
4223 </ul>
4224- <a class="link-action-small" href="/apps/">
4225- <span class="cta-left"></span>
4226- <span class="cta-center">Get started now</span>
4227- <span class="cta-right"></span>
4228- </a>
4229+ <p class="twelve-col text-center">
4230+ <a class="link-cta-ubuntu" href="/get-started">Get started now</a>
4231+ </p>
4232 </div>
4233 </div>
4234
4235- <div id="keep-up" class="grid-12">
4236+ <div id="keep-up" class="row no-border">
4237 <h2>Keep up-to-date</h2>
4238
4239- <div class="grid-6 alpha border">
4240+ <div class="six-col">
4241 <h3>Latest from the blog:</h3>
4242- <div class="box-clear border">
4243+ <div class="box-clear">
4244 <?php get_template_part('part', 'blog-latest-articles'); ?>
4245 </div>
4246 </div>
4247
4248- <div class="grid-3">
4249+ <div class="three-col">
4250 <h3>Latest events:</h3>
4251 <div class="box-clear">
4252 <?php get_template_part('part', 'blog-latest-events'); ?>
4253- <?php get_template_part('part', 'social-links'); ?>
4254 </div>
4255 </div>
4256
4257- <div class="grid-3 omega">
4258+ <div class="three-col last-col">
4259 <div class="box-clear">
4260 <div class="container-tweet">
4261 <div class="tweet clearfix"></div>
4262 <a class="tweet-follow" href="http://twitter.com/ubuntuappdev">Follow <span>@ubuntuappdev</span> on Twitter</a>
4263 </div>
4264 </div>
4265+ <?php get_template_part('part', 'social-links'); ?>
4266 </div>
4267 </div>
4268
4269
4270=== modified file 'template-publish.php'
4271--- template-publish.php 2013-09-12 23:29:57 +0000
4272+++ template-publish.php 2014-02-13 16:50:20 +0000
4273@@ -6,12 +6,11 @@
4274 ?>
4275
4276 <?php get_header(); ?>
4277-
4278- <div class="grid-12">
4279- <div class="grid-3 alpha side-menu">
4280+ <div class="row no-border">
4281+ <div class="three-col side-menu">
4282 <?php get_template_part('sidenav', 'publish'); ?>
4283 </div>
4284- <div id="page_content" class="grid-9">
4285+ <div id="page_content" class="nine-col last-col">
4286 <article>
4287 <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
4288 <?php the_content(); ?>
4289
4290=== modified file 'template-resources.php'
4291--- template-resources.php 2013-08-26 19:24:14 +0000
4292+++ template-resources.php 2014-02-13 16:50:20 +0000
4293@@ -1,4 +1,4 @@
4294-<?php
4295+ss<?php
4296 /*
4297 Template Name: Resources
4298 */
4299@@ -6,9 +6,8 @@
4300 ?>
4301
4302 <?php get_header(); ?>
4303-
4304- <div class="grid-12">
4305- <div class="grid-3 alpha side-menu">
4306+ <div class="row no-border">
4307+ <div class="three-col side-menu">
4308 <?php get_template_part('sidenav', 'resources'); ?>
4309 </div>
4310 <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
4311
4312=== modified file 'template-scopes.php'
4313--- template-scopes.php 2013-09-12 23:29:57 +0000
4314+++ template-scopes.php 2014-02-13 16:50:20 +0000
4315@@ -7,11 +7,11 @@
4316
4317 <?php get_header(); ?>
4318
4319- <div class="grid-12">
4320- <div class="grid-3 alpha side-menu">
4321+ <div class="row no-border">
4322+ <div class="three-col side-menu">
4323 <?php get_template_part('sidenav', 'scopes'); ?>
4324 </div>
4325- <div id="page_content" class="grid-9">
4326+ <div id="page_content" class="nine-col last-col">
4327 <article>
4328 <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
4329 <?php the_content(); ?>
4330
4331=== modified file 'template-section.php'
4332--- template-section.php 2013-08-26 19:24:14 +0000
4333+++ template-section.php 2014-02-13 16:50:20 +0000
4334@@ -7,10 +7,12 @@
4335
4336 <?php get_header(); ?>
4337
4338- <div class="grid-12">
4339+ <div class="row no-border">
4340+ <div class="twelve-col">
4341 <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
4342 <?php the_content(); ?>
4343 <?php endwhile; endif; ?>
4344 </div>
4345+ </div>
4346
4347 <?php get_footer(); ?>
4348
4349=== modified file 'template-webapps.php'
4350--- template-webapps.php 2013-09-12 23:29:57 +0000
4351+++ template-webapps.php 2014-02-13 16:50:20 +0000
4352@@ -7,11 +7,11 @@
4353
4354 <?php get_header(); ?>
4355
4356- <div class="grid-12">
4357- <div class="grid-3 alpha side-menu">
4358+ <div class="row no-border">
4359+ <div class="three-col side-menu">
4360 <?php get_template_part('sidenav', 'webapps'); ?>
4361 </div>
4362- <div id="page_content" class="grid-9">
4363+ <div id="page_content" class="nine-col last-col">
4364 <article>
4365 <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
4366 <?php the_content(); ?>

Subscribers

People subscribed via source and target branches