File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 9
9
} from '@react-pdf/renderer' ;
10
10
import { aboutMe , contactInfo } from '@/data' ;
11
11
import CustomLink from '@/components/Link' ;
12
+ import { Calendar } from '@/icons' ;
12
13
import Separator from './Separator' ;
13
14
import WorkExperience from './WorkExperience' ;
14
15
import registerFonts from './fonts' ;
@@ -81,9 +82,12 @@ export default function PDF() {
81
82
< Text > Vue</ Text >
82
83
< Text > Electron</ Text >
83
84
< Text > Tailwind</ Text >
85
+ < Text > React</ Text >
84
86
< Text > Nuxt</ Text >
85
87
< Text > Docker</ Text >
86
- < Text > React</ Text >
88
+ < Text > Linux</ Text >
89
+ < Text > git</ Text >
90
+ < Text > GitHub Actions</ Text >
87
91
</ View >
88
92
</ View >
89
93
@@ -94,7 +98,10 @@ export default function PDF() {
94
98
< View >
95
99
< Text style = { [ { fontWeight : 'semibold' } ] } > Kennesaw State University</ Text >
96
100
< Text style = { [ s . titleSm ] } > B.S. Computer Science</ Text >
97
- < Text style = { [ { marginTop : 4 , marginLeft : 12 } ] } > • Completed 66/120 credit hours</ Text >
101
+ < View style = { [ { flexDirection : 'row' , gap : 6 , marginTop : 4 } ] } >
102
+ < Calendar height = { 12 } width = { 12 } />
103
+ < Text style = { [ { fontWeight : 'semibold' } ] } > 2018 - 2021</ Text >
104
+ </ View >
98
105
</ View >
99
106
</ View >
100
107
</ Page >
You can’t perform that action at this time.
0 commit comments