1
0
Fork 0

Merge pull request #765 from zacikpa/gh-pages

gh-pages: Update RH logo and link docs
This commit is contained in:
Jaroslav Škarvada 2026-03-16 18:07:48 +01:00 committed by GitHub
commit 8c4adc4c23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 5 deletions

BIN
Logo-Red_Hat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

View file

@ -82,10 +82,7 @@
</ul>
<h1>Documentation</h1>
<p>Some documentation is available in the
<a href="https://docs-old.fedoraproject.org/en-US/Fedora/20/html/Power_Management_Guide/tuned.html">Fedora Power Management Guide</a>,
but it is incomplete and may not be up-to-date. New <a href="https://github.com/redhat-performance/tuned/tree/master/doc/manual/">documentation</a>
is being worked on.</p>
<p>The main documentation of TuneD is available <a href="docs/manual.html">here</a>.</p>
<p>Some useful information can be also found in the
<a href="docs/tuned_devconf_2019.pdf">TuneD presentation</a> given during the DevConf 2019 in Brno.</p>
@ -108,7 +105,7 @@ individual authors from the git log who worked on the last release.</p>
<h1>License</h1>
<p>TuneD is distributed under the GNU General Public License version 2 or later:
<a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">https://www.gnu.org/licenses/old-licenses/gpl-2.0.html</a>.</p>
<p><img alt="Red Hat logo" src="RedHat_logo_110x70.png" /></p>
<p><img id="rh-logo" alt="Red Hat logo" src="Logo-Red_Hat.png" /></p>
</body>
</html>

View file

@ -95,3 +95,7 @@ ul {
/* Indent list elements both from the left and the right */
padding: 0 50px;
}
#rh-logo {
width: 200px;
}