Skip to content

Commit a1cc436

Browse files
committed
Updated jumbotron
1 parent 5009929 commit a1cc436

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
</head>
1212
<body>
1313

14+
<div class="jumbotron">
15+
<h1><code>#DevsDoDesign</code></h1>
16+
<p>Kickass projects, from a team of four kickass developers.</p>
17+
</div>
18+
1419
<div class="container">
15-
<div class="jumbotron">
16-
<h1><code>#DevsDoDesign</code></h1>
17-
<p>Kickass projects, from a team of four kickass developers.</p>
18-
</div>
19-
2020
<div class="team row">
2121
<div class="col-md-3 col-xs-6">
2222
<div class="media">
@@ -75,7 +75,7 @@ <h4 class="media-heading">Robb Lewis</h4>
7575
<div class="row winnings">
7676
<div class="col-md-10 col-md-offset-1">
7777
<ul class="winnings__list">
78-
<li><i class="fa fa-trophy" style="color:#F4BB2D;"></i> <a href="https://twitter.com/rmlewisuk/status/614169436191346688">Pub Hack #4</a>: Most Likely to Receive a Lawsuit for <a href="https://github.com/DevsDoDesign/Knockoffia">Knockoffia</a></li>
78+
<li><i class="fa fa-trophy"></i> <a href="https://twitter.com/rmlewisuk/status/614169436191346688">Pub Hack #4</a>: Most Likely to Receive a Lawsuit for <a href="https://github.com/DevsDoDesign/Knockoffia">Knockoffia</a></li>
7979
<li><i class="fa fa-trophy"></i> <a href="http://www.pubhack.co.uk/pubhack-3-results/">Pub Hack #3</a>: Most Original Concept for <a href="https://github.com/DevsDoDesign/CrapChat">Crapchat</a></li>
8080
<li><i class="fa fa-trophy"></i> <a href="http://www.pubhack.co.uk/pubhack-1-results-report/">Pub Hack #1</a>: Most Likely to Commercially Succeed for <a href="http://blownover.devsdodesign.com">Has it Blown Over Yet?</a></li>
8181
</ul>

style.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
background: -moz-linear-gradient(-25deg, #EE3041, #EE30AA);
88
background: linear-gradient(-25deg, #EE3041, #EE30AA);
99
text-align: center;
10-
margin: 50px auto 0;
1110
color: #fff;
1211
font-family: sans-serif;
13-
margin: 50px -15px 0;
1412
}
1513

1614
.jumbotron p {
@@ -73,6 +71,10 @@ code {
7371
.winnings__list li {
7472
padding: 5px 0;
7573
}
74+
75+
.fa-trophy {
76+
color: #F4BB2D;
77+
}
7678
/******************
7779
* PROJECTS
7880
*****************/

0 commit comments

Comments
 (0)