Skip to content

Commit 9087222

Browse files
Update partners for dec conf (#80)
* Update partners for dec conf * added white logos idk why espressif is black on my preview but i checked the img i uploaded it was white * put cash sponsors on top --------- Co-authored-by: LinelyQwert <[email protected]>
1 parent 29bf78d commit 9087222

File tree

7 files changed

+50
-8
lines changed

7 files changed

+50
-8
lines changed

src/img/partners/csit.png

23.2 KB
Loading

src/img/partners/ddas.png

28.7 KB
Loading

src/img/partners/espressif.png

37.1 KB
Loading

src/img/partners/htx.png

40.5 KB
Loading

src/img/partners/singaprinting.png

24.5 KB
Loading

src/img/partners/wizardzines.png

21.7 KB
Loading

src/partners.ts

Lines changed: 50 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,61 @@ import revenuecat from "./img/partners/revenuecat.svg";
77
import yubico from "./img/partners/yubico.svg";
88
import nie from "./img/partners/nie.webp";
99
import smu from "./img/partners/smu.png";
10-
11-
export const curr_partners = [
10+
import htx from "./img/partners/htx.png";
11+
import csit from "./img/partners/csit.png";
12+
import ddas from "./img/partners/ddas.png";
13+
import espressif from "./img/partners/espressif.png";
14+
import wizardzines from "./img/partners/wizardzines.png";
15+
import singaprinting from "./img/partners/singaprinting.png";
16+
export const curr_partners = [
17+
{
18+
src: htx,
19+
title: "HTX",
20+
desc: "HTX is a statutory board under the Ministry of Home Affairs that develops science and technology capabilities to empower the Home Team's operations and keep Singapore safe.",
21+
website: "https://www.htx.gov.sg/",
22+
},
23+
{
24+
src: csit,
25+
title: "CSIT",
26+
desc: "CSIT is a technical agency in the Ministry of Defence that harnesses cutting-edge digital technologies to meet Singapore's security needs.",
27+
website: "https://www.csit.gov.sg/",
28+
},
29+
{
30+
src: ddas,
31+
title: "DDAS",
32+
desc: "The Digital Defence Alliance Singapore (DDAS) is dedicated to strengthening Singapore's Digital Defence pillar by empowering enterprises and individuals with digital readiness and cyber resilience capabilities.",
33+
website: "https://www.ddas.sg/",
34+
},
1235
{
1336
src: smu,
1437
title: "Singapore Management University",
1538
desc: "A premier university in Asia, the Singapore Management University (SMU) is internationally recognised for its world-class research and distinguished teaching.",
1639
website: "https://smu.edu.sg",
1740
},
41+
{
42+
src: github,
43+
title: "GitHub",
44+
desc: "GitHub is where you can store, share, and work together with others to write code. It provides distributed version control of access control, and more, for every project.",
45+
website: "https://github.com/",
46+
},
47+
{
48+
src: espressif,
49+
title: "Espressif",
50+
desc: "Espressif Systems is a multinational, fabless semiconductor company that develops low-power Wi-Fi and Bluetooth chips and modules for the Internet of Things (IoT).",
51+
website: "https://www.espressif.com/",
52+
},
53+
{
54+
src: wizardzines,
55+
title: "Wizard Zines",
56+
desc: "Wizard Zines are comics and zines by Julia Evans that make complex programming and technical concepts fun and accessible for everyone.",
57+
website: "https://wizardzines.com/",
58+
},
59+
{
60+
src: singaprinting,
61+
title: "Singa Printing",
62+
desc: "SingaPrinting is an online printing company in Singapore that specializes in producing high-quality custom stickers, labels, and business cards.",
63+
website: "https://www.singaprinting.com/",
64+
},
1865
{
1966
src: youthtechsg,
2067
title: "YouthTechSG",
@@ -54,12 +101,7 @@ export const prev_partners = [
54101
desc: "OKX is a Seychelles-based cryptocurrency exchange. As of Jan 2025, OKX is the 4th largest cryptocurrency exchange in the world according to CoinMarketCap.",
55102
website: "https://www.okx.com/",
56103
},
57-
{
58-
src: github,
59-
title: "GitHub",
60-
desc: "GitHub is where you can store, share, and work together with others to write code. It provides distributed version control of access control, and more, for every project.",
61-
website: "https://github.com/",
62-
},
104+
63105
{
64106
src: sutd,
65107
title: "Singapore University of Technology and Design",

0 commit comments

Comments
 (0)