Skip to content

Commit

Permalink
feat: review text
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Jun 30, 2024
1 parent 1d581d7 commit 524cd69
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
10 changes: 2 additions & 8 deletions src/lib/components/about.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,8 @@
<p>
In addition to my technical skills, I have experience in project management, business
requirements analysis, and UX design from a developer's perspective. I hold degrees in Computer
Engineering and an Executive Master's in Business Administration. I'm fluent in French, German,
and English.
</p>

<p>
I've launched several open-source personal projects that failed, but I gained valuable
experience in how to launch a tech-focused project and build communities without spending money
on advertisement.
Engineering and an Executive Master's in Business Administration (EMBA). I'm fluent in French,
German, and English.
</p>

<p>
Expand Down
4 changes: 4 additions & 0 deletions src/lib/components/play.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
<style lang="scss">
p {
margin: 0 0 3.25em;
@media screen and (max-width: 960px) {
display: none;
}
}
</style>
9 changes: 6 additions & 3 deletions src/lib/components/work.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@
<h2 id="portfolio">Portfolio</h2>

<p>
Throughout my career, I've had the pleasure of collaborating with a diverse range of clients.
From small startups and corporates to universities and foundations, I've had the opportunity to
assist them in creating exceptional web products and mobile applications.
I've had the pleasure of collaborating with a diverse range of clients. From small startups and
corporates to universities and foundations.
</p>
</Projects>

<style lang="scss">
p {
margin: 0 0 3.25em;
@media screen and (max-width: 960px) {
display: none;
}
}
</style>

0 comments on commit 524cd69

Please sign in to comment.