Merge lp:~gbancroft-canonical/juju-website/homepage-realignment into lp:~jorge/juju-website/juju-website

Proposed by Graham Bancroft
Status: Merged
Merged at revision: 29
Proposed branch: lp:~gbancroft-canonical/juju-website/homepage-realignment
Merge into: lp:~jorge/juju-website/juju-website
Diff against target: 67 lines (+18/-17)
3 files modified
css/home-new.css (+2/-6)
part-header-home-new.php (+5/-5)
template-home-new.php (+11/-6)
To merge this branch: bzr merge lp:~gbancroft-canonical/juju-website/homepage-realignment
Reviewer Review Type Date Requested Status
Jorge Castro Pending
Review via email: mp+173764@code.launchpad.net

Description of the change

Homepage realignment

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'css/home-new.css'
2--- css/home-new.css 2013-06-27 15:07:48 +0000
3+++ css/home-new.css 2013-07-09 16:00:45 +0000
4@@ -36,12 +36,8 @@
5 text-align: right;
6 }
7 .home-new .header-image img {
8- -moz-box-shadow: 0 9px 4px 4px #e0e0e0;
9- -webkit-box-shadow: 0 9px 4px 4px #e0e0e0;
10- box-shadow: 0 9px 4px 4px #e0e0e0;
11- margin-bottom: -74px;
12- margin-left: -52px;
13- margin-top: 77px;
14+ float: right;
15+ margin-top: 60px;
16 }
17
18 /* Play with juju */
19
20=== modified file 'part-header-home-new.php'
21--- part-header-home-new.php 2013-06-27 15:07:48 +0000
22+++ part-header-home-new.php 2013-07-09 16:00:45 +0000
23@@ -1,11 +1,11 @@
24 <div class="container-12">
25 <div class="intro grid-5 alpha">
26- <h1>DevOps distilled</h1>
27- <p>With over 100 services ready to deploy, Juju enables you to build entire environments in the cloud with only a few commands on <a href="http://www.ubuntu.com/cloud/public-cloud">public clouds</a> like Amazon Web Services and HP Cloud, to private clouds built on <a href="http://www.ubuntu.com/cloud/private-cloud/openstack">OpenStack</a>, or raw bare metal via <a href="http://www.ubuntu.com/cloud/orchestration/deployment">MAAS</a>.</p>
28- <p>Access our Juju demo to experience how easy it is to manage services in the cloud.</p>
29+ <h1>Charm championship takeover</h1>
30+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Duis aute irure dolor in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
31+ <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui voluptatum deleniti </p>
32 </div>
33 <div class="header-image grid-7 omega">
34- <iframe width="540" height="304" src="http://www.youtube.com/embed/1yoIdgdqzLk" frameborder="0" allowfullscreen></iframe>
35+ <img src="http://assets.ubuntu.com/sites/ubuntu/499/u/img/homepage/charm/juju-main.png" alt="" />
36 </div>
37- <p class="grid-12 alpha"><a class="link-cta-ubuntu cta-large" href="/get-started">Experience Juju</a></p>
38+ <p class="grid-12 alpha"><a class="link-cta-ubuntu cta-large" href="#">Call to action</a></p>
39 </div>
40\ No newline at end of file
41
42=== modified file 'template-home-new.php'
43--- template-home-new.php 2013-06-27 15:07:48 +0000
44+++ template-home-new.php 2013-07-09 16:00:45 +0000
45@@ -7,12 +7,17 @@
46
47 <?php get_header(); ?>
48
49-<div class="row no-padding-bottom">
50- <div class="juju-play inner-wrapper">
51- <img src="<?php echo get_template_directory_uri(); ?>/img/juju-play.png" alt="juju-play" width="473" height="313" />
52- <h2>Play with Juju</h2>
53- <p>Check out the Juju sandbox to see how you can start building your deployments quickly and easily.</p>
54- <p><a href="/get-started">Experience juju &rsaquo;</a></p>
55+<div class="row">
56+ <div class="inner-wrapper">
57+ <div class="intro grid-5 alpha">
58+ <h1>DevOps distilled</h1>
59+ <p>With over 100 services ready to deploy, Juju enables you to build entire environments in the cloud with only a few commands on <a href="http://www.ubuntu.com/cloud/public-cloud">public clouds</a> like Amazon Web Services and HP Cloud, to private clouds built on <a href="http://www.ubuntu.com/cloud/private-cloud/openstack">OpenStack</a>, or raw bare metal via <a href="http://www.ubuntu.com/cloud/orchestration/deployment">MAAS</a>.</p>
60+ <p>Access our Juju demo to experience how easy it is to manage services in the cloud.</p>
61+ </div>
62+ <div class="header-image grid-7 omega">
63+ <iframe width="540" height="304" src="http://www.youtube.com/embed/1yoIdgdqzLk" frameborder="0" allowfullscreen></iframe>
64+ </div>
65+ <p class="grid-12 alpha"><a class="link-cta-ubuntu cta-large" href="/get-started">Experience Juju</a></p>
66 </div><!-- /.inner-wrapper -->
67 </div><!-- /.row -->
68

Subscribers

People subscribed via source and target branches

to all changes: