Skip to content

Commit 575f866

Browse files
committed
Improve home page intro wording and styles
1 parent f6a7b77 commit 575f866

3 files changed

Lines changed: 15 additions & 13 deletions

File tree

src/components/Home/Intro/index.astro

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
Building the Future of Software Development
1313
</h2>
1414
<p class="text-xl text-content-active leading-relaxed mb-8">
15-
I'm a solo software development agency specializing in platform engineering, cloud
15+
I'm a freelance software engineer specializing in platform engineering, cloud
1616
architecture, and developer experience optimization. With deep expertise in modern
1717
technologies and a focus on scalable solutions, I help businesses transform their
18-
technical infrastructure and accelerate development workflows. SOC-2 ready
18+
technical infrastructure and accelerate development workflows. SOC-2 ready.
1919
</p>
2020
</div>
2121

@@ -39,9 +39,9 @@
3939
d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
4040
</svg>
4141
</div>
42-
<h3 class="text-lg font-semibold mb-2">Platform Engineering</h3>
43-
<p class="text-content-active text-sm">
44-
Scalable infrastructure and developer-first platforms
42+
<h3 class="mb-2 font-semibold text-content-active">Platform Engineering</h3>
43+
<p class="text-content">
44+
Scalable infrastructure, internal developer platforms, and CI/CD pipelines built for rapid, reliable iteration
4545
</p>
4646
</li>
4747

@@ -64,9 +64,9 @@
6464
d="M13 10V3L4 14h7v7l9-11h-7z"></path>
6565
</svg>
6666
</div>
67-
<h3 class="text-lg font-semibold mb-2">Cloud Architecture</h3>
68-
<p class="text-content-active text-sm">
69-
Azure-focused solutions that scale with your business
67+
<h3 class="mb-2 font-semibold text-content-active">Cloud Architecture</h3>
68+
<p class="text-content">
69+
Cloud-native architectures across AWS, Azure, GCP, and beyond that scale with your business and budget
7070
</p>
7171
</li>
7272

@@ -88,8 +88,10 @@
8888
d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"></path>
8989
</svg>
9090
</div>
91-
<h3 class="text-lg font-semibold mb-2">Developer Experience</h3>
92-
<p class="text-content-active text-sm">Tools and workflows that empower development teams</p>
91+
<h3 class="mb-2 font-semibold text-content-active">Developer Experience</h3>
92+
<p class="text-content">
93+
Purpose-built toolchains, automated workflows, and developer documentation that remove friction and boost velocity
94+
</p>
9395
</li>
9496
</ul>
9597
</div>

src/styles/themes/a11y.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* can reuse them without duplicating hex values.
1010
*/
1111
--a11y-theme-color-primary: #000;
12-
--a11y-theme-color-primary-offset: #111827;
12+
--a11y-theme-color-primary-offset: #374151;
1313
--a11y-theme-color-primary-inverse: #fff;
1414
--a11y-theme-color-secondary: #000;
1515
--a11y-theme-color-secondary-offset: #111827;
@@ -25,7 +25,7 @@
2525
--a11y-theme-color-content-inverse: #fff;
2626
--a11y-theme-color-content-inverse-active: #d1d5db;
2727
--a11y-theme-color-trim: #111827;
28-
--a11y-theme-color-spotlight: #374151;
28+
--a11y-theme-color-spotlight: #d1d5db;
2929
--a11y-theme-color-spotlight-offset: #111827;
3030
--a11y-theme-color-success: #16a34a;
3131
--a11y-theme-color-success-offset: #22c55e;

src/styles/typography.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
* Help prevent overflow of long words/names/URLs
113113
* (Enhancement not in Tailwind Preflight)
114114
*/
115-
hyphens: auto;
115+
hyphens: manual;
116116
}
117117

118118
/** Blockquote styling */

0 commit comments

Comments
 (0)