Skip to content

Commit 73e70b1

Browse files
Merge pull request IBM#41 from srl295/dephys
Move style= to .css in the jumbotron - LGTM
2 parents e6a53c1 + 32e4c4a commit 73e70b1

File tree

2 files changed

+36
-15
lines changed

2 files changed

+36
-15
lines changed

css/style.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,32 @@ src: url('/fonts/Lubalin/LubalinGraphStd-Medium.otf') format('opentype');
4141

4242
.jumbotron h1
4343
{
44+
text-align: center;
4445
font-size: 3em;
4546
font-weight: 400;
4647
}
4748

49+
.jumbotron .leadspace-buttons {
50+
text-align: center;
51+
}
52+
53+
.jumbotron .leadspace-buttons a p {
54+
font-family:'Helvetica Neue';
55+
margin: 15px;
56+
}
57+
58+
.jumbotron .leadspace-buttons a p b {
59+
color: #fff;
60+
font-family: 'Lubalin';
61+
display: block;
62+
font-weight: normal;
63+
padding-top: .25em;
64+
}
65+
66+
.jumbotron .leadspace-buttons a p b::after {
67+
content: ' »';
68+
}
69+
4870
body
4971
{
5072
padding-bottom: 0;

index.html

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,22 @@
4141
<!-- Main jumbotron for a primary marketing message or call to action -->
4242
<div class="jumbotron">
4343
<div class="container">
44-
<div style="text-align: center;"><h1>IBM Open Source at GitHub</h1> </div>
45-
<div style="text-align: center;">
44+
<h1>IBM Open Source at GitHub</h1>
45+
<div class="leadspace-buttons">
4646
<a href="http://hub.jazz.net/" data-analytics-category="Leadspace buttons" data-analytics-action="JazzHub">
47-
<p class="btn btn-primary btn-lg btn-custom-jazz" style="font-family:'Helvetica Neue'; margin: 15px">Enhance your GitHub experience with
48-
<br><span style="color: #fff;font-family: 'Lubalin'">Bluemix DevOps Services »</span>
49-
</p></a>
50-
<a href="https://www.bluemix.net/" data-analytics-category="Leadspace buttons" data-analytics-action="BlueMix">
51-
<p class="btn btn-primary btn-lg btn-custom-bm" style="font-family:'Helvetica Neue'; margin: 15px">Deploy your application to
52-
<br><span style="color: #fff;font-family: 'Lubalin'">Bluemix cloud platform »</span>
53-
</p></a>
54-
<a href="http://developer.ibm.com/open" data-analytics-category="Leadspace buttons" data-analytics-action="developerWorks Open">
55-
<p class="btn btn-primary btn-lg btn-custom-dw" style="font-family :'Helvetica Neue'; margin: 15px;">Engage with IBM Open Source
56-
<br><span style="color: #fff;font-family: 'Lubalin'">developerWorks Open »</span>
57-
</p></a>
58-
</div>
59-
</div>
47+
<p class="btn btn-primary btn-lg btn-custom-jazz">Enhance your GitHub experience with <b>Bluemix DevOps Services</b>
48+
</p>
49+
</a>
50+
<a href="https://www.bluemix.net/" data-analytics-category="Leadspace buttons" data-analytics-action="BlueMix">
51+
<p class="btn btn-primary btn-lg btn-custom-bm">Deploy your application to <b>Bluemix cloud platform</b></p>
52+
</a>
53+
<a href="http://developer.ibm.com/open" data-analytics-category="Leadspace buttons" data-analytics-action="developerWorks Open">
54+
<p class="btn btn-primary btn-lg btn-custom-dw">Engage with IBM Open Source <b>developerWorks Open</b>
55+
</p>
56+
</a>
6057
</div>
58+
</div>
59+
</div>
6160

6261
<div class="container">
6362
<div class="row">

0 commit comments

Comments
 (0)