Skip to content

Commit f08b2fe

Browse files
author
JT
committed
clone/it
1 parent 7ce6e88 commit f08b2fe

3 files changed

Lines changed: 52 additions & 10 deletions

File tree

website/source/index.html.erb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
<div class="feature" id="feature-auto">
2222
<div class="container">
2323
<div class="row">
24-
<div class="col-lg-6 col-md-6">
24+
<div class="col-lg-7 col-md-7">
2525
<h2 class="feature-t">Automatically build infrastructure from code</h2>
26+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam vestibulum nibh vitae quam dapibus, nec sodales dolor sodales. Class aptent taciti sociosqu ad litora.</p>
2627
</div>
27-
<div class="col-lg-6 col-md-6">
28+
<div class="col-lg-5 col-md-5">
2829
<h3 class="terminal-text">$ terraform apply</h3>
2930
</div>
3031
</div>
@@ -44,6 +45,7 @@
4445
</div>
4546
<div class="col-lg-7 col-md-7">
4647
<h2 class="feature-t">Iterate on infrastructure safely</h2>
48+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam vestibulum nibh vitae quam dapibus, nec sodales dolor sodales. Class aptent taciti sociosqu ad litora.</p>
4749
</div>
4850
</div>
4951
</div> <!-- /container -->

website/source/stylesheets/_home.less

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
h2{
1414
text-align: right;
1515
font-size: 44px;
16-
line-height: 54px;
16+
line-height: 44px;
1717
letter-spacing: 2px;
18+
text-transform: uppercase;
1819
color: @purple;
1920
.lato-light();
2021
}
@@ -38,7 +39,7 @@
3839
}
3940

4041
#feature-auto{
41-
padding: 240px 0 300px;
42+
padding: 200px 0 300px;
4243
margin-top: -36px;
4344
background: #fff url(../images/white-wireframe.png) center top no-repeat;
4445
background-size: cover;
@@ -48,18 +49,29 @@
4849
.skewY(2deg);
4950
}
5051

52+
h2{
53+
font-size: 41px
54+
}
55+
56+
p{
57+
text-align: right;
58+
padding-left: 100px;
59+
}
60+
5161
.terminal-text{
52-
color: black;
62+
background: black;
63+
color: white;
5364
line-height: 88px;
5465
text-align: center;
66+
margin: 60px 20px 0;
5567
font-size: 35px;
5668
font-family: "Courier New", Monaco, Menlo, Consolas, monospace;
5769
}
5870
}
5971

6072
#feature-iterate{
6173
margin-top: -80px;
62-
padding: 280px 0;
74+
padding: 280px 0 360px;
6375
color: white;
6476
background: #fff url(../images/feature-iterate-bg.png) center top no-repeat;
6577
border-top: 2px solid white;
@@ -71,6 +83,16 @@
7183
.skewY(-2deg);
7284
}
7385

86+
p{
87+
text-align: right;
88+
padding-left: 120px;
89+
font-weight: 100;
90+
}
91+
92+
.it-icon{
93+
margin-top: 40px;
94+
}
95+
7496
.t-block{
7597
background-color: rgb(255, 255, 255);
7698
width: 80px;

website/source/stylesheets/main.css

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -597,8 +597,9 @@ body.page-sub #header .main-links.navbar-nav li + li::before {
597597
.feature h2 {
598598
text-align: right;
599599
font-size: 44px;
600-
line-height: 54px;
600+
line-height: 44px;
601601
letter-spacing: 2px;
602+
text-transform: uppercase;
602603
color: #822ff7;
603604
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
604605
font-weight: 100;
@@ -619,7 +620,7 @@ body.page-sub #header .main-links.navbar-nav li + li::before {
619620
background-repeat: no-repeat;
620621
}
621622
#feature-auto {
622-
padding: 240px 0 300px;
623+
padding: 200px 0 300px;
623624
margin-top: -36px;
624625
background: #ffffff url(../images/white-wireframe.png) center top no-repeat;
625626
background-size: cover;
@@ -636,16 +637,25 @@ body.page-sub #header .main-links.navbar-nav li + li::before {
636637
-o-transform: skewY(2deg);
637638
transform: skewY(2deg);
638639
}
640+
#feature-auto h2 {
641+
font-size: 41px;
642+
}
643+
#feature-auto p {
644+
text-align: right;
645+
padding-left: 100px;
646+
}
639647
#feature-auto .terminal-text {
640-
color: black;
648+
background: black;
649+
color: white;
641650
line-height: 88px;
642651
text-align: center;
652+
margin: 60px 20px 0;
643653
font-size: 35px;
644654
font-family: "Courier New", Monaco, Menlo, Consolas, monospace;
645655
}
646656
#feature-iterate {
647657
margin-top: -80px;
648-
padding: 280px 0;
658+
padding: 280px 0 360px;
649659
color: white;
650660
background: #ffffff url(../images/feature-iterate-bg.png) center top no-repeat;
651661
border-top: 2px solid white;
@@ -664,6 +674,14 @@ body.page-sub #header .main-links.navbar-nav li + li::before {
664674
-o-transform: skewY(-2deg);
665675
transform: skewY(-2deg);
666676
}
677+
#feature-iterate p {
678+
text-align: right;
679+
padding-left: 120px;
680+
font-weight: 100;
681+
}
682+
#feature-iterate .it-icon {
683+
margin-top: 40px;
684+
}
667685
#feature-iterate .t-block {
668686
background-color: #ffffff;
669687
width: 80px;

0 commit comments

Comments
 (0)