Skip to content

Commit

Permalink
Merge pull request #45 from ngblaylock/test-6
Browse files Browse the repository at this point in the history
test 6
  • Loading branch information
ngblaylock authored Sep 1, 2023
2 parents 00e8394 + c2e51bd commit 635390e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/components/ProjectIcons.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<div class="border-top pt-5 mt-5 text-center">
<h2 class="mb-4">Key Technology Used</h2>
<div class="d-flex flex-wrap gap-3 justify-content-center">
{#each icons as icon}
<!-- {#each icons as icon}
<img src="/icons/{icon}.svg" alt={icon.replace('-', ' ')} title={icon.replace('-', ' ')} />
{/each}
{/each} -->
</div>
</div>
{/if}
Expand Down
6 changes: 3 additions & 3 deletions src/routes/projects/bingo-caller/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import ProjectIcons from "$components/ProjectIcons.svelte"
import ProjectBtnLink from "$components/ProjectBtnLink.svelte"
let icons = [
// "jQuery",
// "Sass",
// "GitHub"
"jQuery",
"Sass",
"GitHub"
]
</script>

Expand Down
2 changes: 1 addition & 1 deletion src/routes/uikit/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<SEO title="UI Kit" />

<h2>Colors -- Testing -5</h2>
<h2>Colors -- Testing -6</h2>
<div class="row">
{#each theme as color}
<div class="col">
Expand Down

0 comments on commit 635390e

Please sign in to comment.