Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 05e8f5d

Browse files
authored
feat: projects (#280)
1 parent 7ad0a22 commit 05e8f5d

File tree

9 files changed

+22
-24
lines changed

9 files changed

+22
-24
lines changed

src/components/PrimaryFeatures.jsx

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,33 @@ import { Tab } from '@headlessui/react'
66
import clsx from 'clsx'
77

88
import { Container } from '@/components/Container'
9-
import screenshotExpenses from '@/images/screenshots/expenses.png'
10-
import screenshotPayroll from '@/images/screenshots/payroll.png'
11-
import screenshotReporting from '@/images/screenshots/reporting.png'
12-
import screenshotVatReturns from '@/images/screenshots/vat-returns.png'
9+
import GitHubBioDrop from '@/images/screenshots/github-biodrop.png'
10+
import GitHubOrg from '@/images/screenshots/github-eddiehub-org.png'
11+
import GitHubGoodFirstIssueFinder from '@/images/screenshots/github-good-first-issue-finder.png'
12+
import GitHubEddieBot from '@/images/screenshots/github-eddiebot.png'
1313

1414
const features = [
1515
{
16-
title: 'Payroll',
16+
title: 'EddieHub GitHub Org',
1717
description:
18-
"Keep track of everyone's salaries and whether or not they've been paid. Direct deposit not supported.",
19-
image: screenshotPayroll,
18+
'Community of inclusive Open Source people - Collaboration 1st, Code 2nd! Join our GitHub Org.',
19+
image: GitHubOrg,
2020
},
2121
{
22-
title: 'Claim expenses',
22+
title: 'BioDrop',
2323
description:
24-
"All of your receipts organized into one place, as long as you don't mind typing in the data by hand.",
25-
image: screenshotExpenses,
24+
'Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe.',
25+
image: GitHubBioDrop,
2626
},
2727
{
28-
title: 'VAT handling',
29-
description:
30-
"We only sell our software to companies who don't deal with VAT at all, so technically we do all the VAT stuff they need.",
31-
image: screenshotVatReturns,
28+
title: 'Good First Issue Finder',
29+
description: 'Issue-Crawler for GitHub based on Sveltekit.',
30+
image: GitHubGoodFirstIssueFinder,
3231
},
3332
{
34-
title: 'Reporting',
35-
description:
36-
'Easily export your data into an Excel spreadsheet where you can do whatever the hell you want with it.',
37-
image: screenshotReporting,
33+
title: 'EddieBot',
34+
description: 'Inclusive words Discord bot (no more "hey guys")',
35+
image: GitHubEddieBot,
3836
},
3937
]
4038

@@ -60,16 +58,16 @@ export function PrimaryFeatures() {
6058
<section
6159
id="features"
6260
aria-label="Features for running your books"
63-
className="relative overflow-hidden bg-primary-600 pb-28 pt-20 sm:py-32"
61+
className="bg-primary-600 relative overflow-hidden pb-28 pt-20 sm:py-32"
6462
>
6563
<Container className="relative">
6664
<div className="max-w-2xl md:mx-auto md:text-center xl:max-w-none">
6765
<h2 className="font-display text-3xl tracking-tight text-white sm:text-4xl md:text-5xl">
68-
Everything you need to run your books.
66+
Here are some of our active GitHub repositories
6967
</h2>
70-
<p className="mt-6 text-lg tracking-tight text-primary-100">
71-
Well everything you need if you aren’t that picky about minor
72-
details like tax compliance.
68+
<p className="text-primary-100 mt-6 text-lg tracking-tight">
69+
Everyone is welcome to come and contribute to our open source
70+
projects.
7371
</p>
7472
</div>
7573
<Tab.Group
@@ -127,7 +125,7 @@ export function PrimaryFeatures() {
127125
{feature.description}
128126
</p>
129127
</div>
130-
<div className="mt-10 w-[45rem] overflow-hidden rounded-xl bg-slate-50 shadow-xl shadow-primary-900/20 sm:w-auto lg:mt-0 lg:w-[67.8125rem]">
128+
<div className="shadow-primary-900/20 mt-10 w-[45rem] overflow-hidden rounded-xl bg-slate-50 shadow-xl sm:w-auto lg:mt-0 lg:w-[67.8125rem]">
131129
<Image
132130
className="w-full"
133131
src={feature.image}
-179 KB
Binary file not shown.
1.06 MB
Loading
966 KB
Loading
991 KB
Loading
1.03 MB
Loading

src/images/screenshots/payroll.png

-174 KB
Binary file not shown.
-186 KB
Binary file not shown.
-149 KB
Binary file not shown.

0 commit comments

Comments
 (0)