Compare commits
9 Commits
0e09633e83
...
developmen
| Author | SHA1 | Date | |
|---|---|---|---|
|
f3afc0917e
|
|||
|
d792eb1d1d
|
|||
| 275b92eec0 | |||
|
38edb64728
|
|||
| 1070662164 | |||
|
9a36a46ad1
|
|||
|
558bca7f56
|
|||
|
bc7099d627
|
|||
|
f71b054ae5
|
1
.devcontainer
Submodule
1
.devcontainer
Submodule
Submodule .devcontainer added at 9ac55120cb
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
.pnpm-store
|
||||
/build
|
||||
/.svelte-kit
|
||||
/package
|
||||
|
||||
4
.gitmodules
vendored
Normal file
4
.gitmodules
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
[submodule ".devcontainer"]
|
||||
path = .devcontainer
|
||||
url = ssh://git@git.luke-else.co.uk:222/luke-else/.devcontainer
|
||||
branch = svelte
|
||||
@@ -47,7 +47,7 @@
|
||||
</Card>
|
||||
</Section>
|
||||
|
||||
<!-- SKills -->
|
||||
<!-- Skills -->
|
||||
<Section label="[Skills]">
|
||||
<GridGallery>
|
||||
{#each info.skills as skill}
|
||||
@@ -69,6 +69,7 @@
|
||||
</GridGallery>
|
||||
</Section>
|
||||
|
||||
<!-- Experience -->
|
||||
<Section label="[Experience]">
|
||||
<Timeline timelineData={info.timeline} />
|
||||
</Section>
|
||||
|
||||
Reference in New Issue
Block a user