Skip to content

Commit 2d52410

Browse files
committed
Fixed some phrasing
1 parent 8b56c5c commit 2d52410

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

src/App.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,6 @@ footer {
6161

6262
.highlighter_text {
6363
color: #64ffda;
64-
}
64+
}
65+
66+

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function App() {
189189
<li className='about_bullets'>HTML & CSS</li>
190190
</ul>
191191

192-
Outside of school, I'm interested in following the developments of science, and reading a lot of comics. You might also find me filling up my Github with personal projects</p>
192+
Outside of school, I'm interested in following the developments of science, and reading a lot of comics. You might also find me filling up my Github with personal projects. <a style={{ color: '#64ffda' }} href={Resume}>Here's my resume</a> </p>
193193
</div>
194194
</section>
195195

src/CSS/Buttons.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:root {
22
--color1: #fff;
33
--color2: #181818;
4-
--menu_color: #468189;
4+
--menu_color: #64ffda;
55
}
66

77
.wrapper {
@@ -187,4 +187,4 @@
187187

188188
.open_icon {
189189
color: var(--menu_color);
190-
}
190+
}

src/Tabs/BasicTabs.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ export default function VerticalTabs() {
331331
</Tabs>
332332
<TabPanel value={value} index={0}>
333333
<div className="slide-tab">
334-
<h1 className="job_title">Course Assistant for CS 128 at UIUC</h1>
334+
<h1 className="job_title">Course Assistant for Intro to Computer Science II at UIUC</h1>
335335
<h3 className="job_date">Fall 2022 - Present</h3>
336336
<ul className="tester_list">
337337
<li className="job_desc">
@@ -350,7 +350,7 @@ export default function VerticalTabs() {
350350
</TabPanel>
351351
<TabPanel value={value} index={1}>
352352
<div className="slide-tab">
353-
<h1 className="job_title">Course Assistant for CS 173 at UIUC</h1>
353+
<h1 className="job_title">Course Assistant for Discrete Structures at UIUC</h1>
354354
<h3 className="job_date">Spring 2023 - Present</h3>
355355
<ul className="tester_list">
356356
<li className="job_desc">
@@ -373,7 +373,7 @@ export default function VerticalTabs() {
373373
</TabPanel>
374374
<TabPanel value={value} index={2}>
375375
<div className="slide-tab">
376-
<h1 className="job_title">Undergraduate Research Assistant @ IGL</h1>
376+
<h1 className="job_title">Undergraduate Research Assistant at Illinois Geometry Lab</h1>
377377
<h3 className="job_date">Fall 2023</h3>
378378
<ul className="tester_list">
379379
<li className="job_desc">

src/Tabs/MobileTabs.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default function MobileTabs() {
6767
</Box>
6868
<CustomTabPanel value={value} index={0}>
6969
<div className='slide-tab'>
70-
<h1 className='job_title' style={{paddingTop: '20px'}}>Course Assistant for CS 128 at UIUC</h1>
70+
<h1 className='job_title' style={{paddingTop: '20px'}}>Course Assistant for Intro to Computer Science II at UIUC</h1>
7171
<h3 className='job_date'>Fall 2022 - Present</h3>
7272
<ul className='tester_list'>
7373
<li className='job_desc'>Developed a grade management system with JavaScript that calculated class grades for the entire course</li>
@@ -78,7 +78,7 @@ export default function MobileTabs() {
7878
</CustomTabPanel>
7979
<CustomTabPanel value={value} index={1}>
8080
<div className='slide-tab'>
81-
<h1 className='job_title' style={{paddingTop: '20px'}}>Course Assistant for CS 173 at UIUC</h1>
81+
<h1 className='job_title' style={{paddingTop: '20px'}}>Course Assistant for Discrete Structures at UIUC</h1>
8282
<h3 className='job_date'>Spring 2023 - Present</h3>
8383
<ul className='tester_list'>
8484
<li className='job_desc'>Created tutoring approach that best fit each students' learning style</li>
@@ -90,7 +90,7 @@ export default function MobileTabs() {
9090
</CustomTabPanel>
9191
<CustomTabPanel value={value} index={2}>
9292
<div className='slide-tab'>
93-
<h1 className='job_title' style={{paddingTop: '20px'}}>Undergraduate Research Assistant @ IGL</h1>
93+
<h1 className='job_title' style={{paddingTop: '20px'}}>Undergraduate Research Assistant at Illinois Geometry Lab</h1>
9494
<h3 className='job_date'>Fall 2023</h3>
9595
<ul className='tester_list'>
9696
<li className='job_desc'>Working closely with Radu's Algorithm and its' application to combinatorics/number theory</li>

0 commit comments

Comments
 (0)