Skip to content

Commit 158d630

Browse files
committed
CV: edit formatting
1 parent 4e9ea6d commit 158d630

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/components/CvPosition/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import React, { useEffect } from "react";
99
import cvCalendar from "../../images/cv/cvCalendar.svg";
1010
import cvLocation from "../../images/cv/cvLocation.svg";
1111
import M from '../../components/Markdown';
12+
import H from '../../components/Highlight';
1213

1314
const calendarLogoStyle = {
1415
verticalAlign: 'middle',
@@ -81,7 +82,7 @@ const CvPosition: React.FC<CvPositionProps> = ({
8182
}) => {
8283
return (
8384
<>
84-
<span className="expPosition"><b>{positionName}</b></span>&nbsp;@&nbsp;<span className="expCompany"><a href={companyLink}>{companyName}</a></span>&nbsp;<span style={emojiStyle}>{emoji}</span>
85+
<span className="expPosition"><H>{positionName}</H></span>&nbsp;@&nbsp;<span className="expCompany"><a href={companyLink}>{companyName}</a></span>&nbsp;<span style={emojiStyle}>{emoji}</span>
8586
<br/>
8687
<div className="expTimeLocationWrapper">
8788
<span className="expTime">

src/components/CvPositionFirst/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import React, { useEffect } from "react";
99
import cvCalendar from "../../images/cv/cvCalendar.svg";
1010
import cvLocation from "../../images/cv/cvLocation.svg";
1111
import M from '../../components/Markdown';
12+
import H from '../../components/Highlight';
1213

1314
const calendarLogoStyle = {
1415
verticalAlign: 'middle',
@@ -77,7 +78,7 @@ const CvPositionFirst: React.FC<CvPositionFirstProps> = ({
7778
}) => {
7879
return (
7980
<>
80-
<span className="expPosition"><b>{positionName}</b></span>&nbsp;<span style={emojiStyle}>{emoji}</span>
81+
<span className="expPosition"><H>{positionName}</H></span>&nbsp;<span style={emojiStyle}>{emoji}</span>
8182
<br/>
8283
<div className="expTimeLocationWrapper">
8384
<span className="expTime">

src/pages/main/cv.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const CV = () => {
4040

4141
<div className="noselect" style={downloadStyle}><a href="https://github.com/avrtt/avrtt.github.io/raw/master/src/pages/cv.pdf">Download</a> <br/> <div style={downloadDescStyle}>(compact version)</div></div>
4242

43-
<M text="I'm a **Middle Data Scientist** with experience in ML engineering, Python programming and analytics. I specialize in designing/implementing/refining/deploying ML systems, data-related problems (collection, processing, transforming, modeling, visualization, analysis, interpreting), and developing various automation software."/>
43+
<p>I'm a <b>Middle Data Scientist</b> with experience in ML engineering, Python programming and analytics. I specialize in designing/implementing/refining/deploying ML systems, data-related problems (collection, processing, transforming, modeling, visualization, analysis, interpreting), and developing various automation software.</p>
4444
<p>This page provides a more detailed description of my professional skills, as opposed to the minimal version of the CV provided in the link above. For my freelance services and projects, check out the <Link to="/freelance">Freelance</Link> page.</p>
4545

4646
<div className="sectionBreak"><M text="----------"/></div>

0 commit comments

Comments
 (0)