Added dummy content and deployment things

This commit is contained in:
2026-04-05 00:09:58 +02:00
parent bebe21446d
commit ad94655967
26 changed files with 1000 additions and 357 deletions

View File

@@ -0,0 +1,35 @@
<div class="page">
<section class="hero section">
<p class="eyebrow">Contact</p>
<h1>Lets build something polished, useful, and fast.</h1>
<p class="lede">
If you have a product idea, an open role, or an app that needs a reliable fullstack hand,
Id be happy to talk.
</p>
</section>
<section class="section">
<div class="card-grid">
@for (channel of channels; track channel.label) {
<app-card cardClass="contact-card">
<p class="label">{{ channel.label }}</p>
@if (channel.href) {
<a [href]="channel.href">{{ channel.value }}</a>
} @else {
<p class="value">{{ channel.value }}</p>
}
</app-card>
}
</div>
</section>
<section class="section note">
<app-card>
<h2>Preferred first step</h2>
<p>
Send a short message with your goals, timeline, and the stack youre using. Ill reply
with a clear next step.
</p>
</app-card>
</section>
</div>