Skip to content
Open
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
45 changes: 19 additions & 26 deletions client/src/app/modules/website/pages/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,26 +241,26 @@ <h2 class="title is-4">
>
<img
src="./assets/images/stack/logo-windsurf.svg"
title="Svelte logo"
alt="Svelte"
title="Windsurf logo"
alt="Windsurf"
/>
</div>
<div
class="stack-grid-item box is-radius p-2 is-flex is-align-items-center is-justify-content-center m-0"
>
<img
src="./assets/images/stack/logo-cursor.svg"
title="Vue logo"
alt="Vue"
title="Cursor logo"
alt="Cursor"
/>
</div>
<div
class="stack-grid-item box is-radius p-2 is-flex is-align-items-center is-justify-content-center m-0"
>
<img
src="./assets/images/stack/logo-copilot.svg"
title="Preact logo"
alt="Preact"
title="Copilot logo"
alt="Copilot"
/>
</div>
<div
Expand Down Expand Up @@ -298,8 +298,8 @@ <h2 class="title is-4">
>
<img
src="./assets/images/stack/logo-vsc.svg"
title="vsc logo"
alt="vscode"
title="VS Code logo"
alt="VS Code"
/>
</div>
<div
Expand All @@ -316,23 +316,16 @@ <h2 class="title is-4">
>
<img
src="./assets/images/stack/logo-deepseek.svg"
title="Deepseek logo"
alt="Deepseek"
title="DeepSeek logo"
alt="DeepSeek"
/>
</div>

<div class="stack-grid-item is-hidden-desktop">
<img
src="./assets/images/stack/logo-openai.svg"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: this asset be renamed to logo-chatgpt given that it actually represents the logo for ChatGPT and not OpenAI, but I didn’t make that change before getting you guys’ approval.

title="chatGPT logo"
alt="chatGPT"
/>
</div>
<div class="stack-grid-item is-hidden-desktop">
<img
src="./assets/images/stack/logo-openai.svg"
title="Chat GPT logo"
alt="Chat GPT"
title="ChatGPT logo"
alt="ChatGPT"
/>
</div>
</div>
Expand All @@ -342,7 +335,7 @@ <h2 class="title is-4">
>
<img
src="./assets/images/stack/logo-claude.svg"
title="claude logo"
title="Claude logo"
alt="Claude code"
/>
</div>
Expand All @@ -352,26 +345,26 @@ <h2 class="title is-4">
>
<img
src="./assets/images/stack/logo-replit.svg"
title="replit logo"
alt="replit"
title="Replit logo"
alt="Replit"
/>
</div>
<div
class="stack-grid-item box is-radius p-3 is-flex is-align-items-center is-justify-content-center m-0"
>
<img
src="./assets/images/stack/logo-bolt.svg"
title="bolt logo"
alt="bolt"
title="Bolt logo"
alt="Bolt"
/>
</div>
<div
class="stack-grid-item box is-radius p-3 is-flex is-align-items-center is-justify-content-center m-0"
>
<img
src="./assets/images/stack/logo-lovable.svg"
title="lovable logo"
alt="lovable"
title="Lovable logo"
alt="Lovable"
/>
</div>
</div>
Expand Down