Skip to content

Commit 670b5f8

Browse files
committed
minor edits and fixes
1 parent b929cf9 commit 670b5f8

File tree

6 files changed

+25
-21
lines changed

6 files changed

+25
-21
lines changed

docs/assets/index-d783e4ac.js docs/assets/index-6fdaf8c1.js

+17-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Portfolio - Schubert de Abreu</title>
7-
<script type="module" crossorigin src="/schubert-portfolio-dv/assets/index-d783e4ac.js"></script>
7+
<script type="module" crossorigin src="/schubert-portfolio-dv/assets/index-6fdaf8c1.js"></script>
88
<link rel="stylesheet" href="/schubert-portfolio-dv/assets/index-8cd8c00c.css">
99
</head>
1010
<body>

src/components/home-section/HomeSection.svelte

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
I have a passion for using data to tell stories and solve problems, and
1515
I am constantly seeking out new ways to use visualization to make data
1616
more accessible and meaningful to a wide range of audiences.
17+
<br /><br />
18+
Currently I am looking for roles (full-time or contract) as Software and Data Visualisation Engineer.
1719
</div>
1820
</div>
1921
</div>

src/components/skills-section/SkillsSection.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="skill-group-header">I have worked with</div>
99
<div class="skill-group-desc">
1010
These are some of the things I picked up working in a
11-
professional setting, as a Frontend Dev for two years.
11+
professional setting, as a Software and Data Visualisation Engineer for over three years.
1212
</div>
1313
</div>
1414
<div class="skill-group">

src/components/works-section/WorksSection.svelte

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<div class="section-header" id="works-section">Projects</div>
1212

1313
<Revisual />
14-
<Kaggle22 />
14+
<Summit />
15+
<Undp />
1516
<B2P />
17+
<Kaggle22 />
1618
<!-- <Kaggle /> -->
17-
<Undp />
18-
<Summit />
1919
</div>
2020

2121
<style>

src/components/works-section/revisual/Revisual.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script>
22
// @ts-nocheck
33
4-
let projectName = "summit";
4+
let projectName = "revisual";
55
66
function toggleExpansion() {
77
let currentWork = document.querySelector(

0 commit comments

Comments
 (0)