Skip to content

Commit 3165ff9

Browse files
willpartclclaude
andcommitted
feat: higher contrast text, full bio and links
- Text colors bumped to white/light gray - Full name, CEO title, updated bio - Personal GitHub (wrs225), Partcl GitHub, LinkedIn, email Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fdc4851 commit 3165ff9

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

index.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Will S</title>
6+
<title>Will Salcedo</title>
77
<style>
88
*{margin:0;padding:0;box-sizing:border-box}
99
:root{
1010
--bg:#080c1a;
1111
--grid:#121a3a;
1212
--grid-accent:#1a2550;
13-
--text:#c8d6e5;
14-
--text-dim:#5a6a80;
13+
--text:#ffffff;
14+
--text-dim:#c8d6e5;
1515
--accent:#00d4aa;
1616
--accent2:#0088ff;
1717
--accent3:#ff6b35;
@@ -177,11 +177,11 @@
177177

178178
<div class="container">
179179
<header>
180-
<h1>Will S<span class="cursor"></span></h1>
180+
<h1>Will Salcedo<span class="cursor"></span></h1>
181181
<p class="bio">
182-
EDA engineer building GPU-accelerated tools for chip design.
183-
Timing analysis, placement, and optimization on CUDA.
184-
Currently at <a href="https://github.com/partcleda">Partcl</a>.
182+
CEO of <a href="https://github.com/partcleda">Partcl</a>.
183+
Building GPU-accelerated EDA tools for chip design --
184+
timing analysis, placement, and optimization on CUDA.
185185
</p>
186186
</header>
187187

@@ -209,8 +209,9 @@ <h1>Will S<span class="cursor"></span></h1>
209209
</div>
210210

211211
<div class="links">
212-
<a href="https://github.com/willpartcl">github</a>
213-
<a href="https://linkedin.com/in/">linkedin</a>
212+
<a href="https://github.com/wrs225">github</a>
213+
<a href="https://github.com/willpartcl">github (partcl)</a>
214+
<a href="https://www.linkedin.com/in/william-salcedo/">linkedin</a>
214215
<a href="mailto:will@partcl.com">email</a>
215216
</div>
216217
</div>

0 commit comments

Comments
 (0)