You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Experience.tsx
+15-13Lines changed: 15 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -20,23 +20,14 @@ function Experience() {
20
20
</div>
21
21
<divclassName='flex flex-col gap-8 w-full'>
22
22
23
-
<ExperienceTab
24
-
logo={atomaLogo}
25
-
image={atoma}
26
-
role="Software Engineer Intern"
27
-
name="Atoma Media"
28
-
description="Developing an end-to-end website for a finance startup that uses AI to gather information about financial articles to democratize financial information."
29
-
timeframe="July 2024 - Present"
30
-
link='https://www.joinatoma.com/'
31
-
rounded={false}
32
-
/>
23
+
33
24
34
25
<ExperienceTab
35
26
logo={ctcLogo}
36
27
image={ctc}
37
28
role="Full-Stack Developer"
38
29
name="Commit the Change"
39
-
description="Producing a digital case management tool to improve efficiency of aiding homeless women/children for a nonprofit organization called Colette's Children Home."
30
+
description="Producing a digital case management tool to improve efficiency of aiding 7,000+ homeless women/children for a nonprofit organization called Colette's Children Home."
40
31
timeframe="October 2024 - Present"
41
32
link='https://ctc-uci.com/'
42
33
rounded={false}
@@ -45,9 +36,9 @@ function Experience() {
45
36
<ExperienceTab
46
37
logo={icsscLogo}
47
38
image={antalmanac}
48
-
role="Software Developer"
39
+
role="Software Development Engineer"
49
40
name="AntAlmanac - ICSSC Projects Committee"
50
-
description="Contributing to the open source, student-run project named AntAlmanac, a schedule planning and course exploration tool for UCI students."
41
+
description="Contributing to the open source, student-run project named AntAlmanac, a schedule planning and course exploration tool for 8,000+ UCI students."
51
42
timeframe="November 2024 - Present"
52
43
link='https://antalmanac.com/'
53
44
rounded={true}
@@ -64,6 +55,17 @@ function Experience() {
64
55
rounded={true}
65
56
/>
66
57
58
+
<ExperienceTab
59
+
logo={atomaLogo}
60
+
image={atoma}
61
+
role="Software Engineering Intern"
62
+
name="Atoma Media"
63
+
description="Developing an end-to-end website for a finance startup that uses AI to gather information about financial articles to democratize financial information."
0 commit comments