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

Commit 68103ff

Browse files
Merge pull request #9 from zenith-hacks/axure-logo
Add Axure logo
2 parents cb374c9 + e15e059 commit 68103ff

File tree

4 files changed

+48
-142
lines changed

4 files changed

+48
-142
lines changed

package-lock.json

Lines changed: 26 additions & 138 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"dependencies": {
1313
"@astrojs/check": "^0.9.3",
1414
"@astrojs/markdown-remark": "^5.2.0",
15-
"@astrojs/mdx": "^3.1.3",
16-
"@astrojs/partytown": "^2.1.1",
15+
"@astrojs/mdx": "^3.1.5",
16+
"@astrojs/partytown": "^2.1.2",
1717
"@astrojs/rss": "^4.0.7",
1818
"@astrojs/sitemap": "^3.1.6",
1919
"@astrojs/tailwind": "^5.1.0",
20-
"astro": "^4.14.2",
20+
"astro": "^4.15.1",
2121
"sharp": "^0.33.5",
2222
"tailwindcss": "^3.4.10",
2323
"typescript": "^5.5.4",
@@ -29,4 +29,4 @@
2929
"prettier-plugin-astro": "^0.14.1",
3030
"vite": "^5.4.1"
3131
}
32-
}
32+
}

public/logos/axure.svg

Lines changed: 17 additions & 0 deletions
Loading

src/pages/index.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ import { Image } from 'astro:assets';
8989
<Image class="sponsor" src="/logos/desmos-on-light.png" alt="Desmos non-profit logo" width={400} height={200} />
9090
<Image class="sponsor bg-[#222] rounded-xl" src="/logos/codeforcause.png" alt="Code for Cause logo and text" width={400} height={200} />
9191
<Image class="sponsor" src="/logos/1password-blue.svg" alt="1Password logo" width={400} height={200} />
92+
<Image class="sponsor" src="/logos/axure.svg" alt="Axure logo" width={400} height={200} />
9293
<Image class="sponsor square" src="/logos/codecrafters.png" title="Code Crafters" alt="Code Crafters logo" width={100} height={100} />
9394
</div>
9495
</div>

0 commit comments

Comments
 (0)