Skip to content

Commit f98e520

Browse files
committed
Edits
1 parent f9b0e6b commit f98e520

File tree

6 files changed

+28
-17
lines changed

6 files changed

+28
-17
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules/
22
dist/
3-
.astro/
3+
.idea
44
.DS_Store
55
*.log
6+

License

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Commit 451
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
# Commit 451
22

3-
Modern rebuild of [commit451.com](https://commit451.com) — the website for Commit 451 LLC.
4-
5-
## Stack
6-
7-
- [Astro](https://astro.build) — Static site generator
8-
- [React](https://react.dev) — UI components
9-
- [Tailwind CSS v4](https://tailwindcss.com) — Utility-first CSS
10-
- [TypeScript](https://www.typescriptlang.org) — Type safety
3+
A pleasure to build.
114

125
## Development
136

@@ -23,8 +16,4 @@ npm run build
2316
npm run preview
2417
```
2518

26-
## Deploy
27-
28-
Deploys automatically to GitHub Pages on push to `main` via the included Actions workflow.
29-
30-
Custom domain: `commit451.com` (configured via `CNAME`).
19+
commit451.github.io is available under the MIT license. See the LICENSE file for more info.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/png" href="/favicon.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<meta name="description" content="451 times more committed to creating apps with clean code and modern design for a true experience inspired by user instinct." />
7+
<meta name="description" content="A pleasure to build." />
88
<title>Commit 451</title>
99
</head>
1010
<body class="min-h-screen bg-gray-950 text-gray-100 font-sans antialiased">

src/pages/AccountDeletion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function AccountDeletion() {
55
<LegalLayout title="Account Deletion — Commit 451" heading="Account Deletion">
66
<p>
77
Please email us at{' '}
8-
<a href="mailto:commit451@gmail.com" className="text-brand-teal hover:underline">commit451@gmail.com</a>
8+
<a href="mailto:deletions@commit451.com" className="text-brand-teal hover:underline">deletions@commit451.com</a>
99
{' '}with the email associated with your account if you would like to delete your account and its associated data. We will do so in a timely manner.
1010
</p>
1111
</LegalLayout>

src/pages/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function Home() {
3737

3838
{/* Tagline */}
3939
<p className="mt-4 text-center text-base leading-relaxed text-gray-400 sm:text-lg">
40-
451 times more committed to creating apps with clean code and modern design for a true experience inspired by user instinct.
40+
A pleasure to build.
4141
</p>
4242

4343
{/* Social Links */}

0 commit comments

Comments
 (0)