Skip to content

Commit 2bf2ea0

Browse files
committed
Add 2025 prospectus and sponsors
1 parent 746e202 commit 2bf2ea0

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed
17.5 MB
Binary file not shown.

src/Sponsor.jsx

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,22 @@ import "./sponsor.css";
55
function Sponsor() {
66
return (
77
<div id="global-padding">
8-
<h1 style={{ marginTop: "0", marginBottom: "12px" }}>Would you like to support us in 2025?</h1>
8+
<h1 style={{ marginTop: "0", marginBottom: "12px" }}>Would you like to support us?</h1>
99
<div style={{ color: "white", fontSize: "18px", marginBottom: "8px" }}>
1010
Send us an email at <a href="mailto:[email protected]">[email protected]</a>.
1111
</div>
12-
<div style={{ color: 'white', fontWeight: "bold", fontSize: "1.25rem" }}>2025 Prospectus Coming Soon!</div>
13-
<h1>Thank you to our 2024 Sponsors!</h1>
12+
<a href="/code_network_2025_prospectus.pdf" id="action" style={{padding: "8px"}} target="_blank">
13+
Read Our Prospectus
14+
</a>
15+
<h1>Our 2025 Sponsors</h1>
1416
<h2>Platinum Sponsors</h2>
1517
<div className="sponsor-grid">
1618
<a href="https://www.technologyonecorp.com/" id="action">
1719
<img src="/sponsors/t1.svg" alt="TechnologyOne" className="button-image" height={400} />
1820
</a>
1921
</div>
20-
<h2>Gold Sponsors</h2>
21-
<div className="sponsor-grid">
22-
<a href="https://www.tanda.co/" id="action">
23-
<img src="/sponsors/tanda.png" alt="tanda" className="button-image" />
24-
</a>
25-
</div>
2622
<h2>Silver Sponsors</h2>
2723
<div className="sponsor-grid">
28-
<a href="https://www.atlassian.com/" id="action">
29-
<img src="/sponsors/atlassian.png" alt="atlassian" className="button-image" />
30-
</a>
3124
<a href="https://www.macquarie.com" id="action">
3225
<img src="/sponsors/mgl.jpg" alt="Macquarie Group Logo" className="button-image" />
3326
</a>

yarn.lock

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,10 @@
328328
resolved "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.0.tgz"
329329
integrity sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==
330330

331-
"@esbuild/linux-x64@0.18.20":
331+
"@esbuild/darwin-arm64@0.18.20":
332332
version "0.18.20"
333-
resolved "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz"
334-
integrity sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==
333+
resolved "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz"
334+
integrity sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==
335335

336336
"@fortawesome/fontawesome-free@^6.5.2":
337337
version "6.5.2"
@@ -849,6 +849,11 @@ fs.realpath@^1.0.0:
849849
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
850850
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
851851

852+
fsevents@~2.3.2:
853+
version "2.3.3"
854+
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
855+
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
856+
852857
function-bind@^1.1.1:
853858
version "1.1.1"
854859
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"

0 commit comments

Comments
 (0)