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

added vector logo #79

Merged
merged 3 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
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
24 changes: 24 additions & 0 deletions images/Vector_Logo_black_red_RGB.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions images/Vector_Logo_cropped.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 10 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,21 +156,26 @@ <h2>Sponsors</h2>
src="images/ford-logo-2017.png"
alt="Ford logo"
/> -->
<img
class="sponsor-logo"
src="images/toyota-logo.svg"
alt="Toyota Logo"
/>
<img
class="sponsor-logo"
src="images/magna-logo.svg"
alt="Magna logo"
/>
<img
class="sponsor-logo"
src="images/webp/yaz-logo-full-color.webp"
alt="images/yaz-logo-full-color.png"
alt="Yazaki logo"
src="images\Vector_Logo_cropped.svg"
alt="vector Logo"
/>
<img
class="sponsor-logo"
src="images/toyota-logo.svg"
alt="Toyota Logo"
src="images/webp/yaz-logo-full-color.webp"
alt="images/yaz-logo-full-color.png"
alt="Yazaki logo"
/>
</div>
</header>
Expand Down
8 changes: 4 additions & 4 deletions sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,12 @@ <h2>Sponsorship Levels</h2>
we couldn't have done it Without you!
</p>
<!-- <img class="sponsor-logo" src="images/ford-logo-2017.png" alt="Ford logo"> As of 2024 Ford is not a sponsor -->
<img class="sponsor-logo" src="images/toyota-logo.svg" alt="Toyota logo">
<img class="sponsor-logo" src="images/magna-logo.svg" alt="Magna logo">
<img class="sponsor-logo" src="images\Vector_Logo_cropped.svg" alt="vector Logo"/>
<img class="sponsor-logo" src="images/webp/yaz-logo-full-color.webp"
alt="images/yaz-logo-full-color.png"
alt="Yazaki logo">
<img class="sponsor-logo" src="images/toyota-logo.svg"
alt="Toyota logo">
alt="images/yaz-logo-full-color.png" alt="Yazaki logo">

</div>
</section>
</div>
Expand Down