-
Notifications
You must be signed in to change notification settings - Fork 20
/
index.html
80 lines (72 loc) · 3.38 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<title>Red Hat Style Guide</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="Red Hat style guide emporium.">
<meta name="keywords" content="Red Hat style guide emporium.">
<meta name="ROBOTS" content="follow">
<meta name="author" content="emacs">
<link rel="shortcut icon" href="./img/favicon.ico" />
<link rel="stylesheet" href="./css/style.css" type="text/css"
media="screen" />
<link rel="stylesheet" media="only screen and (max-width: 640px)"
href="./css/mobile.css">
<link rel="stylesheet" href="./font/fontawesome/css/fontawesome.min.css">
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0,
minimum-scale=1.0">
<meta property="og:image" content="img/redhat-banner.jpg" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8K12Y4N60P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-8K12Y4N60P');
</script>
</head>
<body>
<header>
<p>
It's all about <strong>style</strong>
</p>
<img src="img/RedHat-reverse.svg" width="33%" />
</header>
<div id="main">
<div>
<h3>
<a target="_self" href="./style/" style="text-decoration: underline;" title="Red Hat Technical Writing Style Guide">
<img class="social" src="font/fontawesome/svgs/brands/readme.svg" alt="Style Guide" width="40em" /> Red Hat Technical Writing Style Guide v7.0</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 Hat Brand Standards</a>
</h3>
<p>
<br>
This guide is the official style guide for Red Hat training and certification content, and for all other technical documentation except as stated.
Red Hat product documentation follows the <a style="text-decoration: underline; font-size: 1em;" href="https://redhat-documentation.github.io/supplementary-style-guide/">Red Hat Supplementary Style Guide</a> instead of this guide.
</p>
<br>
<p>
The Red Hat Technical Writing Style Guide includes guidance for everyday punctuation and grammar, common mistakes and how to avoid them, strategies for translation and global audiences, content design guidance, and a word usage dictionary.
</p>
<br>
<p>
This guide is a public and open source guide. It is reviewed and maintained primarily by Red Hat. Contributions from the wider community are always welcome.
</p>
</div>
</div>
<footer>
<div>
<p>Copyright ©2024 Red Hat</p>
<p>Powered by <strong>HTML5</strong></p>
</div>
<div class="social">
<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>
</div>
</footer>
</body>
</html>