make-people-page: Use renamed logotext image
And use the Fedora blue as the background color of the page header. Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
a64eb7b65e
commit
1ad70d6c81
1 changed files with 6 additions and 2 deletions
|
@ -36,6 +36,10 @@ page_jinja_template = """
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
.bg-fedora-blue {
|
||||||
|
background: #3c6eb4;
|
||||||
|
}
|
||||||
|
|
||||||
.center {
|
.center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@ -51,9 +55,9 @@ page_jinja_template = """
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="jumbotron">
|
<div class="jumbotron bg-fedora-blue">
|
||||||
<div class="container-fluid center">
|
<div class="container-fluid center">
|
||||||
<img class="fedoralogotext" class="img-responsive center-block" src="//getfedora.org/static/images/fedora-logotext.png" alt="Fedora Logotext">
|
<img class="fedoralogotext" class="img-responsive center-block" src="//getfedora.org/static/images/fedora-logotext-white.png" alt="Fedora Logotext">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container pagebody">
|
<div class="container pagebody">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue