chore: we are at jane street not ramp

This commit is contained in:
eggy
2025-10-18 00:00:42 +08:00
parent 004dd7b3be
commit 5cbaf3ff11
3 changed files with 6 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
- Typst - Typst
- Font: Bitter - Font: Bitter
- Font: Raleway, weights 400, 500, 600, 700 - Font: Raleway, weights 400, 500, 600, 700
- Font: Font Awesome 7
## Release guidelines ## Release guidelines

View File

@@ -33,9 +33,9 @@
#indent[ #indent[
#work_entry( #work_entry(
"Ramp", "Jane Street",
"Software Engineering Intern (Incoming Summer 2026)", "Software Engineering Intern (Incoming Summer 2026)",
company_link: "https://ramp.com", company_link: "https://janestreet.com",
start_date: "May 2026", start_date: "May 2026",
end_date: "Aug 2026", end_date: "Aug 2026",
location: "New York, NY", location: "New York, NY",
@@ -51,6 +51,7 @@
location: "New York, NY", location: "New York, NY",
tasks: ([???], [???], [???]), tasks: ([???], [???], [???]),
) )
#work_entry( #work_entry(
"Squint", "Squint",
"Software Engineering Intern", "Software Engineering Intern",
@@ -73,6 +74,7 @@
rollouts* and *cutting deployment latency by 90%*], rollouts* and *cutting deployment latency by 90%*],
), ),
) )
#work_entry( #work_entry(
"Hack the North", "Hack the North",
"Backend & Infrastructure Lead", "Backend & Infrastructure Lead",

View File

@@ -1,6 +1,6 @@
#let fa(name) = { #let fa(name) = {
text(font: "Font Awesome 6 Free Solid", size: 10pt, box[ #name ]) text(font: "Font Awesome 7 Free Solid", size: 10pt, box[ #name ])
} }
// Regular icons // Regular icons