Skip to content

Commit

Permalink
remove other section
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Jan 10, 2024
1 parent e2f9fbf commit 97ab7c3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 37 deletions.
34 changes: 0 additions & 34 deletions src/components/Contributions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -160,29 +160,6 @@
]
}
];
const miniProjects = [
{
project: 'jam',
url: 'https://jamapp.org/',
icon: '/icons/jam.svg'
},
{
project: 'stratum v2 website',
url: 'https://stratumprotocol.org/',
icon: '/icons/stratum.svg'
},
{
project: 'thunderhub',
url: 'https://thunderhub.io/',
icon: '/images/thunderhub.jpg'
},
{
project: 'bitbanana website',
url: 'https://bitbanana.app/',
icon: '/images/bitbanana.svg'
}
];
</script>

<div class="relative mx-auto mt-40 w-3/4 lg:w-2/3 xl:w-7/12 2xl:w-1/2">
Expand All @@ -201,16 +178,5 @@
appearances={project.appearances}
/>
{/each}
<div class="relative mt-[8.75rem] w-full">
<div class="absolute -left-6 top-3 h-16 w-2 bg-[#A3C6FD] md:-left-10 md:top-6 lg:top-9" />
<h2 class="jakarta mb-16 text-4xl text-white md:text-5xl lg:text-6xl">
other<br /> contributions
</h2>
<div class="flex flex-wrap gap-5 sm:gap-10">
{#each miniProjects as project}
<ProjectMiniCard project={project.project} url={project.url} icon={project.icon} />
{/each}
</div>
</div>
<div bind:this={$background} id="background" />
</div>
1 change: 0 additions & 1 deletion static/icons/jam.svg

This file was deleted.

1 change: 0 additions & 1 deletion static/icons/stratum.svg

This file was deleted.

1 change: 0 additions & 1 deletion static/images/bitbanana.svg

This file was deleted.

Binary file removed static/images/thunderhub.jpg
Binary file not shown.

0 comments on commit 97ab7c3

Please sign in to comment.