Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating homepage #525

Merged
merged 1 commit into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

body {
font-family: 'overpass',sans;
font-family: "liberation sans", "Myriad ", "Bitstream Vera Sans", "Lucida Grande", "Luxi Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
background-color: #fff;
margin: 0;
padding: 0;
Expand Down Expand Up @@ -44,15 +44,16 @@ header img {
}

#main > div {
padding-top: 5%;
padding-top: 2%;
}

#main > img {
padding-top: 5%;
}

#main p {
width: 50%;
text-align: left;
width: 70%;
font-size: 1.33em;
margin: auto;
}
Expand Down
49 changes: 23 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,43 +40,40 @@
<div id="main">

<div>
<p>
The official style guide for Red&nbsp;Hat technical documentation, including how to write for translation, common mistakes to avoid, rules for everyday punctuation, grammar, and much more.
</p>

<h3>
<a href="https://stylepedia.net/style/6.0" target="_blank" title="The Red&nbsp;Hat Technical Writing Style Guide">
<img class="social" src="font/fontawesome/svgs/brands/readme.svg" alt="Style Guide" width="40em" /> Red&nbsp;Hat Technical Writing Style Guide v6.0</a>
</h3>
<h3>
<a href="https://stylepedia.net/style/5.1" target="_blank" title="The Red&nbsp;Hat Technical Writing Style Guide">
<img class="social" src="font/fontawesome/svgs/brands/readme.svg" alt="Style Guide" width="40em" /> Red&nbsp;Hat Technical Writing Style Guide v5.1</a>
</h3>

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

</div>
<a target="_self" href="https://stylepedia.net/style/6.1" style="text-decoration: underline;" title="The Red&nbsp;Hat Technical Writing Style Guide">
<img class="social" src="font/fontawesome/svgs/brands/readme.svg" alt="Style Guide" width="40em" /> Red&nbsp;Hat Technical Writing Style Guide v6.1</a>
</h3>
<h3>
<a href="https://www.redhat.com/en/about/brand/standards" target="_blank" style="text-decoration: underline;">
<img class="social" src="font/fontawesome/svgs/solid/book-open.svg" alt="Brand Standards" width="40em" /> Red&nbsp;Hat Brand Standards</a>
</h3>
<p>
<br>
This guide is the official style guide for Red&nbsp;Hat training and certification content, and for all other technical documentation except as stated.
Red&nbsp;Hat product documentation by Customer Content Services (CCS) follows the <a style="text-decoration: underline; font-size: 1em;" href="https://redhat-documentation.github.io/supplementary-style-guide/">Red&nbsp;Hat supplementary style guide</a> instead of this Red&nbsp;Hat Technical Writing Style Guide.
</p>
<br>
<p>
The Red&nbsp;Hat Technical Writing Style Guide includes everyday punctuation and grammar, common mistakes to avoid, strategies for translation and global audiences, and a word usage dictionary.
</p>
<br>
<p>
This guide is a public guide. It is reviewed and maintained by Red Hat. Contributions from the wider community are always welcomed.
</p>
</div>
</div>
<footer>
<div>

<p>Copyright ©2022 Red Hat</p>
<p>Copyright ©2023 Red Hat</p>

<p>Powered by <strong>HTML5</strong></p>
<p>Powered by <strong>HTML5</strong></p>
</div>

<div class="social">
<a href="https://twitter.com/rhstyleguide?ref_src=twsrc%5Etfw" target="_blank">
<img src="font/fontawesome/svgs/brands/twitter.svg" title="Follow Red Hat Style Guide on Twitter" width="48em" /></a>

<a href="https://github.com/StyleGuides/WritingStyleGuide" title="Go to the Style Guide repository on GitHub" target="_blank">
<img src="font/fontawesome/svgs/brands/github.svg" width="48em"/></a>

<a href="http://libera.chat/" target="_blank" title="Open a Libera.Chat IRC session in your browser">
<img src="font/fontawesome/svgs/solid/hashtag.svg" width="48em"/></a>
</div>
</footer>
</body>
Expand Down