Skip to content

Commit

Permalink
Add Arc icons to mobile page
Browse files Browse the repository at this point in the history
Move trademark notice into a single line
  • Loading branch information
nathanielcwm committed Aug 23, 2023
1 parent 40bb556 commit a1f43e5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions guides/whitelist.htm
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ <h2 class="mb-2 anchor-adjust" id="projects">Whitelisted Projects</h2>
{% if project.amd == "yes" %}
<img src="/assets/img/amd_badge.png" height="50">
{% endif %}
{% if project.intel == "yes" %}
<img src="/assets/img/intel_badge.png" height="40">
{% endif %}
</td>
<td {% if project.gdpr == "yes" %}class="table-color-gdpr-yes"{% endif %}>
{% if project.gdpr == "yes" %}
Expand Down Expand Up @@ -224,6 +227,9 @@ <h2 class="mb-2 anchor-adjust" id="projects">Whitelisted Projects</h2>
{% if project.amd == "yes" %}
<img src="/assets/img/amd_badge.png" height="50">
{% endif %}
{% if project.intel == "yes" %}
<img src="/assets/img/intel_badge.png" height="40">
{% endif %}
</td>
<td {% if project.gdpr == "yes" %}class="table-color-gdpr-yes"{% endif %}>
{% if project.gdpr == "yes" %}
Expand Down Expand Up @@ -259,7 +265,5 @@ <h3 id="about-gdpr" class="anchor-adjust">About GDPR</h3>

</section>
<div class="container">
<p>GeForce is a trademark, or registered trademark, of NVIDIA Corporation.</p>
<p>Radeon is a trademark, or registered trademark, of Advanced Micro Devices, Inc.</p>
<p>Arc is a trademark, or registered trademark, of Intel Corporation.</p>
<p>GeForce is a trademark, or registered trademark, of NVIDIA Corporation. // Radeon is a trademark, or registered trademark, of Advanced Micro Devices, Inc. // Arc is a trademark, or registered trademark, of Intel Corporation.</p>
</div>

0 comments on commit a1f43e5

Please sign in to comment.