Skip to content

Commit

Permalink
More updates to trademarks page [#15091] (#15190)
Browse files Browse the repository at this point in the history
* Uncomment the wordmark and symbol
* Rename the symbol
* Keep the mascot commented out
  • Loading branch information
craigcook authored Sep 20, 2024
1 parent 84c1c03 commit f241187
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 38 deletions.
49 changes: 14 additions & 35 deletions bedrock/foundation/templates/foundation/trademarks/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ <h2>Wordmarks</h2>
<li>Mozilla Communities</li>
<li>Mozilla Reps</li>
<li>Mozilla Webmaker</li>
{#
# <li>Mozilla Wordmark</li>
# <li>Mozilla Wordmark + Logo</li>
#}
<li>Mozilla Wordmark</li>
<li>Mozilla Wordmark + Symbol</li>
<li>Mozillians</li>
<li>Pontoon</li>
<li>QMO</li>
Expand All @@ -54,11 +52,6 @@ <h2>Wordmarks</h2>
<li>Thunderbird</li>
<li>View Source</li>
<li>XUL</li>
{#
# <li>Zilla Dino</li>
# <li>Zilla Dino Roar</li>
# <li>Zilla Flag</li>
#}
</ul>

<h2>Logos</h2>
Expand Down Expand Up @@ -151,12 +144,6 @@ <h2>Logos</h2>
<td><img width="100" height="100" alt="Mozilla logo™" src="{{ static('img/trademarks/mozilla-logo-tm.svg') }}"></td>
<th>Mozilla logo</th>
</tr>
{#
# <tr>
# <td><img width="100" height="100" alt="Mozilla Wordmark" src="{{ static('img/trademarks/mozilla-rebranded.svg') }}"></td>
# <th>Mozilla Wordmark</th>
# </tr>
#}
<tr>
<td><img width="100" alt="Mozilla reps logo™" src="{{ static('img/trademarks/logo-mozilla-reps.png') }}"></td>
<th>Mozilla Reps</th>
Expand All @@ -165,12 +152,14 @@ <h2>Logos</h2>
<td><img width="100" height="100" alt="Mozilla small m logo™" src="{{ static('img/trademarks/logo-mozm.png') }}"></td>
<th>Mozilla small m</th>
</tr>
{#
# <tr>
# <td><img width="100" height="100" alt="Mozilla Wordmark + Zilla Flag™" src="{{ static('img/trademarks/mozilla-dino-flag.svg') }}"></td>
# <th>Mozilla Wordmark + Zilla Flag</th>
# </tr>
#}
<tr>
<td><img width="100" height="100" alt="Mozilla Wordmark" src="{{ static('img/trademarks/mozilla-wordmark.svg') }}"></td>
<th>Mozilla Wordmark</th>
</tr>
<tr>
<td><img width="100" height="100" alt="Mozilla Wordmark + Symbol" src="{{ static('img/trademarks/mozilla-wordmark-symbol.svg') }}"></td>
<th>Mozilla Wordmark + Symbol</th>
</tr>
<tr>
<td><img width="100" height="100" alt="Pontoon logo™" src="{{ static('img/trademarks/pontoon-logo.svg') }}"></td>
<th>Pontoon</th>
Expand All @@ -187,6 +176,10 @@ <h2>Logos</h2>
<td><img width="100" height="100" alt="Sunbird logo®" src="{{ static('img/trademarks/sunbird-logo-r.png') }}"></td>
<th>Sunbird</th>
</tr>
<tr>
<td><img width="100" height="100" alt="Symbol" src="{{ static('img/trademarks/symbol.svg') }}"></td>
<th>Symbol</th>
</tr>
<tr>
<td><img width="100" height="100" alt="Thunderbird logo®" src="{{ static('img/logos/thunderbird/logo-thunderbird.svg') }}"></td>
<th>Thunderbird</th>
Expand All @@ -207,20 +200,6 @@ <h2>Logos</h2>
</td>
<th>Webmaker</th>
</tr>
{#
# <tr>
# <td><img width="100" height="100" alt="Zilla Dino™" src="{{ static('img/trademarks/zilla-dino.svg') }}"></td>
# <th>Zilla Dino</th>
# </tr>
# <tr>
# <td><img width="100" height="100" alt="Zilla Dino Roar™" src="{{ static('img/trademarks/zilla-dino-roar.svg') }}"></td>
# <th>Zilla Dino Roar</th>
# </tr>
# <tr>
# <td><img width="100" height="100" alt="Zilla Flag™" src="{{ static('img/trademarks/zilla-flag.svg') }}"></td>
# <th>Zilla Flag</th>
# </tr>
#}
</table>

<h2>Pocket Trademark List</h2>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f241187

Please sign in to comment.