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:
Nils Philippsen 2021-03-31 14:37:58 +02:00 committed by nphilipp
parent a64eb7b65e
commit 1ad70d6c81

View file

@ -36,6 +36,10 @@ page_jinja_template = """
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.bg-fedora-blue {
background: #3c6eb4;
}
.center {
text-align: center;
}
@ -51,9 +55,9 @@ page_jinja_template = """
</style>
</head>
<body>
<div class="jumbotron">
<div class="jumbotron bg-fedora-blue">
<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 class="container pagebody">