Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverts logos and designs to html table (from markdown-in-html) #180

Merged
merged 1 commit into from
Jul 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 12 additions & 24 deletions src/content/about/logos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,56 +22,44 @@ tags:
<tr>
<th scope="row">GSA SmartPay Logo</th>
<td>
![GSA SmartPay Logo with GSA star logo, SmartPay, and Supporting your mission](/images/gsa-smartpay-logo_thumb.svg)
</td>
<td>
[Download ZIP file](/files/gsa-smartpay-program-logo.zip)
<img src="/images/gsa-smartpay-logo_thumb.svg" alt="GSA SmartPay Logo with GSA star logo, SmartPay, and Supporting your mission" />
</td>
<td><a href="/files/gsa-smartpay-program-logo.zip">Download ZIP file</a></td>
</tr>
<tr>
<th scope="row">Travel Card Design</th>
<td>
![Blue charge card with the word Travel and numbers 1234 5678 9012 3456 and the name John Smith, with an airplane in the background](/images/blue-card_thumb.png)
</td>
<td>
[Download ZIP file](/files/gsa-smartpay-travel-card-design.zip)
<img src="/images/blue-card_thumb.png" alt="Blue charge card with the word Travel and numbers 1234 5678 9012 3456 and the name John Smith, with an airplane in the background" />
</td>
<td><a href="/files/gsa-smartpay-travel-card-design.zip">Download ZIP file</a></td>
</tr>
<tr>
<th scope="row">Purchase Card Design</th>
<td>
![Red charge card with the word Purchase and numbers 1234 5678 9012 3456 and the name John Smith, with a bird in the background](/images/red-card_thumb.png)
</td>
<td>
[Download ZIP file](/files/gsa-smartpay-purchase-card-design.zip)
<img src="/images/red-card_thumb.png" alt="Red charge card with the word Purchase and numbers 1234 5678 9012 3456 and the name John Smith, with a bird in the background"/>
</td>
<td><a href="/files/gsa-smartpay-purchase-card-design.zip">Download ZIP file</a></td>
</tr>
<tr>
<th scope="row">Fleet Card Design</th>
<td>
![Green charge card with the word Fleet and numbers 1234 5678 9012 3456 and the name John Smith, with a road in the background](/images/green-card_thumb.png)
</td>
<td>
[Download ZIP file](/files/gsa-smartpay-fleet-card-design.zip)
<img src="/images/green-card_thumb.png" alt="Green charge card with the word Fleet and numbers 1234 5678 9012 3456 and the name John Smith, with a road in the background" />
</td>
<td><a href="/files/gsa-smartpay-fleet-card-design.zip">Download ZIP file</a></td>
</tr>
<tr>
<th scope="row">Integrated Card Design</th>
<td>
![Yellow charge card with the word Intergrated and numbers 1234 5678 9012 3456 and the name John Smith, with a globe outline in the background](/images/yellow-card_thumb.png)
</td>
<td>
[Download ZIP file](/files/gsa-smartpay-integrated-card-design.zip)
<img src="/images/yellow-card_thumb.png" alt="Yellow charge card with the word Intergrated and numbers 1234 5678 9012 3456 and the name John Smith, with a globe outline in the background" />
</td>
<td><a href="/files/gsa-smartpay-integrated-card-design.zip">Download ZIP file</a></td>
</tr>
<tr>
<th scope="row">Tax Advantage Card Design</th>
<td>
![Silver charge card with the words Tax advantage and numbers 1234 5678 9012 3456 and the name John Smith, with a car and buildings in the background](/images/silver-card_thumb.png)
</td>
<td>
[Download ZIP file](/files/gsa-smartpay-tax-advantage-card-design.zip)
<img src="/images/silver-card_thumb.png" alt="Silver charge card with the words Tax advantage and numbers 1234 5678 9012 3456 and the name John Smith, with a car and buildings in the background" />
</td>
<td><a href="/files/gsa-smartpay-tax-advantage-card-design.zip">Download ZIP file</a></td>
</tr>
</tbody>
</table>
Expand Down