Skip to content

Commit 43051ac

Browse files
committed
feat: starting at kcf
Signed-off-by: Matt Gleich <git@mattglei.ch>
1 parent 149c366 commit 43051ac

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

src/lib/index/sections/experience/experience-section.svelte

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@
2121

2222
<div class="experiences">
2323
<Experience
24-
role="Incoming DevOps Intern"
24+
role="Current DevOps Intern"
2525
icon="kcftech.webp"
2626
company="KCF Technologies"
2727
url="https://kcftech.com"
28-
description="This upcoming summer I will be working for KCF Technologies as a DevOps intern. I will be working with Terraform, AWS, and a distributed embedded system network of sensors."
28+
startDate={dayjs(new Date(2025, 5))}
29+
description="I am currently at KCF Technologies as a DevOps intern. I work with a wide array of technologies such as terraform, AWS, go, python, and a number of other tools. I'm also handling some linux administration tasks using infrastructure as code."
2930
/>
3031

3132
<div class="past-experiences">

src/lib/index/sections/experience/experience.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
.container {
5656
display: flex;
5757
flex-direction: column;
58-
gap: 10px;
58+
gap: 8px;
5959
}
6060
6161
.title {

src/lib/index/sections/intro.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<div>
88
I'm a rising fourth-year computer science student at the
99

10-
<a href="https://rit.edu" target="_blank"> Rochester Institute of Technology (RIT)</a> and an
11-
incoming DevOps intern at <a href="https://kcftech.com" target="_blank">KCF Technologies</a>.
10+
<a href="https://rit.edu" target="_blank"> Rochester Institute of Technology (RIT)</a> and
11+
currently a DevOps intern at <a href="https://kcftech.com" target="_blank">KCF Technologies</a>.
1212
This website serves as a portfolio showcasing some of my projects, work experience, and personal
1313
interests. I am committed to applying my technical skills to develop practical solutions and
1414
consistently strive to expand my expertise. If you'd like to discuss a project or explore

0 commit comments

Comments
 (0)