mirror of
https://github.com/harivansh-afk/React-Portfolio.git
synced 2026-04-18 04:04:24 +00:00
chore: edits to ui
This commit is contained in:
parent
1b599490ae
commit
79615758d4
3 changed files with 148 additions and 148 deletions
|
|
@ -54,6 +54,29 @@ export const About = () => {
|
|||
</table>
|
||||
</Col>
|
||||
</Row>
|
||||
<Row className="sec_sp">
|
||||
<Col lg="5">
|
||||
<h3 className="color_sec py-4">Education</h3>
|
||||
</Col>
|
||||
<Col lg="7">
|
||||
<div>
|
||||
<p>
|
||||
<strong>University of Virginia, Charlottesville, VA</strong>
|
||||
<br />
|
||||
Bachelor of Arts, Computer Science
|
||||
<br />
|
||||
Expected May 2026
|
||||
<br />
|
||||
Cumulative GPA: 3.55/4.0
|
||||
<br />
|
||||
Relevant Coursework:
|
||||
<br />
|
||||
Data structures and algo, Computer systems and organization,
|
||||
Software dev essentials
|
||||
</p>
|
||||
</div>
|
||||
</Col>
|
||||
</Row>
|
||||
<Row className="sec_sp">
|
||||
<Col lg="5">
|
||||
<h3 className="color_sec py-4">Skills</h3>
|
||||
|
|
@ -78,29 +101,6 @@ export const About = () => {
|
|||
})}
|
||||
</Col>
|
||||
</Row>
|
||||
<Row className="sec_sp">
|
||||
<Col lg="5">
|
||||
<h3 className="color_sec py-4">Education</h3>
|
||||
</Col>
|
||||
<Col lg="7">
|
||||
<div>
|
||||
<p>
|
||||
<strong>University of Virginia, Charlottesville, VA</strong>
|
||||
<br />
|
||||
Bachelor of Arts, Computer Science
|
||||
<br />
|
||||
Expected May 2026
|
||||
<br />
|
||||
Cumulative GPA: 3.55/4.0
|
||||
<br />
|
||||
Relevant Coursework:
|
||||
<br />
|
||||
Data structures and algo, Computer systems and organization,
|
||||
Software dev essentials
|
||||
</p>
|
||||
</div>
|
||||
</Col>
|
||||
</Row>
|
||||
</Container>
|
||||
</HelmetProvider>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue