Skip to content

Commit 606ae16

Browse files
committed
chore(skills): rename Rename Skills -> How I Build & embed mission-driven ethos
1 parent f04a623 commit 606ae16

File tree

2 files changed

+10
-21
lines changed

2 files changed

+10
-21
lines changed

static/output.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,9 @@
329329
.w-28 {
330330
width: calc(var(--spacing) * 28);
331331
}
332+
.w-96 {
333+
width: calc(var(--spacing) * 96);
334+
}
332335
.w-full {
333336
width: 100%;
334337
}

template/view/skills.templ

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ package view
22

33
import "github.com/m8rmclaren/website/template/components"
44

5-
// @components.OpenCloseBracketSection("My Stack", stack())
65
templ Skills() {
7-
@components.OpenCloseBracketSection("Skills", skills())
6+
@components.OpenCloseBracketSection("How I Build", skills())
7+
@components.OpenCloseBracketSection("My Stack", stack())
88
}
99

1010
templ skills() {
1111
<div class="flex flex-col md:flex-row justify-stretch gap-8">
12-
<div class="flex flex-col gap-4 md:w-96">
12+
<div class="flex flex-col gap-4 w-96 ">
1313
<p>
14-
I’m a full-stack engineer with hands-on experience across the stack. With my skills and tenacity, I can take ideas from concept to reality, end-to-end. I've built backend services, frontend UIs, CI/CD pipelines, and cloud infrastructure.
14+
I’m a full-stack engineer and I take ideas from concept to reality. I thrive on understanding how things work at a fundamental level and build with best practices, not quick hacks.
1515
</p>
1616
<p>
17-
I work comfortably across infrastructure and application layers. I've managed Linux systems, implemented OAuth2/OIDC authentication flows, and configured networking with DNS, load balancers, and application gateways. I enjoy understanding how things work at a fundamental level and build with best practices, not quick hacks.
17+
I work comfortably across infrastructure and application layers, from managing Linux systems to implementing authentication flows and configuring complex networking.
1818
</p>
1919
<p>
20-
I've worked on teams big and small, on projects as high-stake as a satellite that's currently orbiting Earth, and as small as tools that streamline very specific workflows.
20+
I've worked on teams big and small, on projects as high-stakes as a satellite that's currently orbiting Earth, and as small as tools that streamline very specific workflows.
2121
</p>
2222
</div>
2323
@software()
@@ -56,17 +56,6 @@ templ software() {
5656
@tool("Elastic Stack", components.ElasticStackIcon("w-6"))
5757
</div>
5858
</div>
59-
<div class="bg-[#4876A2] h-full w-2 rounded-2xl shadow-md transition-opacity duration-300 opacity-100 z-50"></div>
60-
<div class="flex flex-col gap-2">
61-
<h3 class="h-12 flex items-center font-medium">
62-
Cloud providers
63-
</h3>
64-
<div class="flex flex-col gap-2">
65-
@tool("AWS", components.AWSIcon("w-6"))
66-
@tool("GCP", components.GCPIcon("w-6"))
67-
@tool("Azure", components.AzureIcon("w-6"))
68-
</div>
69-
</div>
7059
</div>
7160
}
7261

@@ -77,10 +66,7 @@ templ stack() {
7766
Effective engineering starts with the right tools. I’ve spent years curating a setup that supports fast, focused development by maximizing productivity and minimizing mental overhead.
7867
</p>
7968
<p>
80-
I've narrowed in on the tools that comprise my stack based on the principle that tools & workflows that I touch & work with daily should effectively be an extension of my spine.
81-
</p>
82-
<p>
83-
The core of my environment is macOS, customized with Yabai for tiling window management, tmux for terminal multiplexing, and Neovim for editing.
69+
I've narrowed in on the tools that comprise my stack based on the principle that tools & workflows that I touch & work with daily should be an extension of my spine.
8470
</p>
8571
<p>
8672
@components.InlineGithubLink("dotfiles", "https://github.com/m8rmclaren/dotfiles")

0 commit comments

Comments
 (0)