Skip to content

Commit 92d9aca

Browse files
authored
Merge pull request #185 from StyleGuides/dev
Update title page footer to allow more room
2 parents d144179 + 37d73bf commit 92d9aca

3 files changed

Lines changed: 15 additions & 10 deletions

File tree

css/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ header img {
8282

8383
footer {
8484
background-color: #fff;
85-
position: fixed;
8685
bottom: 0;
8786
width: 100%;
8887
color: #4c4c4c;

img/redhat-banner.jpg

3.6 KB
Loading

index.html

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
1818
<meta name="viewport" content="width=device-width, initial-scale=1.0,
1919
minimum-scale=1.0">
20+
<meta property="og:image" content="img/redhat-banner.jpg" />
2021
</head>
2122

2223
<body>
@@ -34,23 +35,28 @@
3435
The official style guide for Red&nbsp;Hat technical documentation, including how to write for translation, common mistakes to avoid, rules for everyday punctuation, and grammar.
3536
</p>
3637
<p>
37-
For Red&nbsp;Hat associates, a dedicated guide to Docbook XML as used in Red&nbsp;Hat Training courses.
38+
A dedicated guide to Docbook XML as used in Red&nbsp;Hat Training courses.
3839
</p>
3940

40-
<h2>
41+
<h3>
4142
<a href="http://stylepedia.net/style" target="_blank" title="The Red Hat Technical Writing Style Guide">
4243
<!--<img class="social" src="font/fontawesome/svgs/brands/readme.svg" alt="Style Guide" width="40em" />--> Red&nbsp;Hat Style Guide</a>
43-
</h2>
44+
</h3>
4445

45-
<h2>
46-
<a href="http://stylepedia.net/docbook" title="DocBook XML Guide (Red Hat Internal Only)">
47-
<!--<img class="social" src="font/fontawesome/svgs/solid/code.svg" alt="XML Guide" width="40em" />--> RHT DocBook XML Guide</a>
48-
</h2>
46+
<h3>
47+
<a href="http://stylepedia.net/docbook/2.0" title="DocBook XML Guide v2.1">
48+
<!--<img class="social" src="font/fontawesome/svgs/solid/code.svg" alt="XML Guide" width="40em" />--> RHT DocBook XML Guide v2.1</a>
49+
</h3>
50+
51+
<h3>
52+
<a href="http://stylepedia.net/docbook" title="DocBook XML Guide v3.0">
53+
<!--<img class="social" src="font/fontawesome/svgs/solid/code.svg" alt="XML Guide" width="40em" />--> RHT DocBook XML Guide v3.0</a>
54+
</h3>
4955

50-
<h2>
56+
<h3>
5157
<a href="https://www.redhat.com/en/about/brand/standards" target="_blank">
5258
<!--<img class="social" src="font/fontawesome/svgs/solid/book-open.svg" alt="Brand Standards" width="40em" />--> Red&nbsp;Hat Brand Standards</a>
53-
</h2>
59+
</h3>
5460

5561
</div>
5662
</div>

0 commit comments

Comments
 (0)