mirror of
https://github.com/Dasharo/dasharo-website.git
synced 2026-06-13 10:16:25 -07:00
Merge pull request #80 from Dasharo/tos-26-05-13
terms.md: trademark info
This commit is contained in:
+9
-4
@@ -506,11 +506,16 @@ following legally binding terms:
|
||||
**Definitions:**
|
||||
{.terms__content-description}
|
||||
|
||||
* \- **Object Code** means machine readable computer programming code files,
|
||||
which is not in a human readable form.
|
||||
* \- **AMD Licensed Software** means the proprietary binary software Object Code,
|
||||
and associated documentation provided by Advanced Micro Devices, Inc. (“AMD”)
|
||||
and incorporated into the Dasharo release.
|
||||
* \- **Object Code** means machine readable computer programming code files, which
|
||||
is not in a human readable form.
|
||||
and associated documentation provided by Advanced Micro
|
||||
Devices, Inc. (“AMD”) and incorporated into the Dasharo release.
|
||||
{.terms__content-description}
|
||||
|
||||
*AMD is a trademark of Advanced Micro Devices, Inc. OCP is a trademark of the
|
||||
Open Compute Project Foundation. All other trademarks are the property of
|
||||
their respective owners.*
|
||||
{.terms__content-description}
|
||||
|
||||
**1. Restricted License & Hardware Limitation** The copy of the Object Code
|
||||
|
||||
@@ -46,6 +46,29 @@
|
||||
span {
|
||||
color: $grey;
|
||||
}
|
||||
|
||||
.heading-anchor {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
margin-left: 0.35em;
|
||||
opacity: 0;
|
||||
transition: opacity 0.2s ease;
|
||||
color: $grey;
|
||||
text-decoration: none;
|
||||
vertical-align: middle;
|
||||
|
||||
svg {
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $greenTwo;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover .heading-anchor {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.terms__content-description {
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
{{ $id := .PlainText | lower | replaceRE "[^a-z0-9]+" "-" | replaceRE "^-|-$" "" }}<h{{ .Level }} id="{{ $id }}"{{ range $k, $v := .Attributes }} {{ $k }}="{{ $v }}"{{ end }}>{{ .Text | safeHTML }}{{ if eq .Page.Layout "terms" }}<a href="#{{ $id }}" class="heading-anchor" aria-label="Link to this section"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true"><path d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"/></svg></a>{{ end }}</h{{ .Level }}>
|
||||
Reference in New Issue
Block a user