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
=== modified file 'css/home-new.css'
--- css/home-new.css 2013-06-27 15:07:48 +0000
+++ css/home-new.css 2013-07-09 16:00:45 +0000
@@ -36,12 +36,8 @@
36 text-align: right;36 text-align: right;
37}37}
38.home-new .header-image img {38.home-new .header-image img {
39 -moz-box-shadow: 0 9px 4px 4px #e0e0e0;39 float: right;
40 -webkit-box-shadow: 0 9px 4px 4px #e0e0e0;40 margin-top: 60px;
41 box-shadow: 0 9px 4px 4px #e0e0e0;
42 margin-bottom: -74px;
43 margin-left: -52px;
44 margin-top: 77px;
45}41}
4642
47/* Play with juju */43/* Play with juju */
4844
=== modified file 'part-header-home-new.php'
--- part-header-home-new.php 2013-06-27 15:07:48 +0000
+++ part-header-home-new.php 2013-07-09 16:00:45 +0000
@@ -1,11 +1,11 @@
1<div class="container-12">1<div class="container-12">
2 <div class="intro grid-5 alpha">2 <div class="intro grid-5 alpha">
3 <h1>DevOps distilled</h1>3 <h1>Charm championship takeover</h1>
4 <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>4 <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>
5 <p>Access our Juju demo to experience how easy it is to manage services in the cloud.</p>5 <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui voluptatum deleniti </p>
6 </div>6 </div>
7 <div class="header-image grid-7 omega">7 <div class="header-image grid-7 omega">
8 <iframe width="540" height="304" src="http://www.youtube.com/embed/1yoIdgdqzLk" frameborder="0" allowfullscreen></iframe>8 <img src="http://assets.ubuntu.com/sites/ubuntu/499/u/img/homepage/charm/juju-main.png" alt="" />
9 </div>9 </div>
10 <p class="grid-12 alpha"><a class="link-cta-ubuntu cta-large" href="/get-started">Experience Juju</a></p>10 <p class="grid-12 alpha"><a class="link-cta-ubuntu cta-large" href="#">Call to action</a></p>
11</div>11</div>
12\ No newline at end of file12\ No newline at end of file
1313
=== modified file 'template-home-new.php'
--- template-home-new.php 2013-06-27 15:07:48 +0000
+++ template-home-new.php 2013-07-09 16:00:45 +0000
@@ -7,12 +7,17 @@
77
8<?php get_header(); ?>8<?php get_header(); ?>
99
10<div class="row no-padding-bottom">10<div class="row">
11 <div class="juju-play inner-wrapper">11 <div class="inner-wrapper">
12 <img src="<?php echo get_template_directory_uri(); ?>/img/juju-play.png" alt="juju-play" width="473" height="313" />12 <div class="intro grid-5 alpha">
13 <h2>Play with Juju</h2>13 <h1>DevOps distilled</h1>
14 <p>Check out the Juju sandbox to see how you can start building your deployments quickly and easily.</p>14 <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>
15 <p><a href="/get-started">Experience juju &rsaquo;</a></p>15 <p>Access our Juju demo to experience how easy it is to manage services in the cloud.</p>
16 </div>
17 <div class="header-image grid-7 omega">
18 <iframe width="540" height="304" src="http://www.youtube.com/embed/1yoIdgdqzLk" frameborder="0" allowfullscreen></iframe>
19 </div>
20 <p class="grid-12 alpha"><a class="link-cta-ubuntu cta-large" href="/get-started">Experience Juju</a></p>
16 </div><!-- /.inner-wrapper -->21 </div><!-- /.inner-wrapper -->
17</div><!-- /.row -->22</div><!-- /.row -->
1823

Subscribers

People subscribed via source and target branches

to all changes: