Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from zenith-hacks/axure-logo
Browse files Browse the repository at this point in the history
Add Axure logo
  • Loading branch information
hnasheralneam authored Aug 29, 2024
2 parents cb374c9 + e15e059 commit 68103ff
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 142 deletions.
164 changes: 26 additions & 138 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/mdx": "^3.1.3",
"@astrojs/partytown": "^2.1.1",
"@astrojs/mdx": "^3.1.5",
"@astrojs/partytown": "^2.1.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.14.2",
"astro": "^4.15.1",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
Expand All @@ -29,4 +29,4 @@
"prettier-plugin-astro": "^0.14.1",
"vite": "^5.4.1"
}
}
}
17 changes: 17 additions & 0 deletions public/logos/axure.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ import { Image } from 'astro:assets';
<Image class="sponsor" src="/logos/desmos-on-light.png" alt="Desmos non-profit logo" width={400} height={200} />
<Image class="sponsor bg-[#222] rounded-xl" src="/logos/codeforcause.png" alt="Code for Cause logo and text" width={400} height={200} />
<Image class="sponsor" src="/logos/1password-blue.svg" alt="1Password logo" width={400} height={200} />
<Image class="sponsor" src="/logos/axure.svg" alt="Axure logo" width={400} height={200} />
<Image class="sponsor square" src="/logos/codecrafters.png" title="Code Crafters" alt="Code Crafters logo" width={100} height={100} />
</div>
</div>
Expand Down

0 comments on commit 68103ff

Please sign in to comment.