Skip to content

Commit 96ab72b

Browse files
authored
Merge pull request #49 from reveurguy/master
added jumbotron to developers page
2 parents d596248 + f3d1b97 commit 96ab72b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

_includes/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="d-flex d-none d-sm-block d-md-block d-lg-none">
44
<div class="navbar-header">
55
<a class="navbar-brand" href="/"><img src="/assets/img/logo/logo.png" style="height: 70px; width: 70px; background-color: white;" class="mr-3">Py Contributors</a>
6-
</div>
6+
</div>
77
</div>
88
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor03" aria-controls="navbarColor03" aria-expanded="false" aria-label="Toggle navigation">
99
<span class="navbar-toggler-icon"></span>

developers/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
active : developers
55
---
66

7-
<div class="blurb">
8-
<h1 class="text-center text-white">Welcome to PyContributors</h1><hr>
9-
</h3>
7+
<div class="jumbotron text-dark text-center p-4">
8+
<h1><strong>Contributors for PyContributors</strong></h1>
109
</div>
1110

1211
<h2 class="text-center text-white">Contact us</h2>

0 commit comments

Comments
 (0)