Skip to content

Commit 0076251

Browse files
committed
quick additions
I eventually need to port these over to plain-1 as well
1 parent 82f3c78 commit 0076251

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/variants/plain-2/index.tsx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
} from '@react-pdf/renderer';
1010
import { aboutMe, contactInfo } from '@/data';
1111
import CustomLink from '@/components/Link';
12+
import { Calendar } from '@/icons';
1213
import Separator from './Separator';
1314
import WorkExperience from './WorkExperience';
1415
import registerFonts from './fonts';
@@ -81,9 +82,12 @@ export default function PDF() {
8182
<Text>Vue</Text>
8283
<Text>Electron</Text>
8384
<Text>Tailwind</Text>
85+
<Text>React</Text>
8486
<Text>Nuxt</Text>
8587
<Text>Docker</Text>
86-
<Text>React</Text>
88+
<Text>Linux</Text>
89+
<Text>git</Text>
90+
<Text>GitHub Actions</Text>
8791
</View>
8892
</View>
8993

@@ -94,7 +98,10 @@ export default function PDF() {
9498
<View>
9599
<Text style={[{ fontWeight: 'semibold' }]}>Kennesaw State University</Text>
96100
<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>
98105
</View>
99106
</View>
100107
</Page>

0 commit comments

Comments
 (0)