Diverse Text-Updates
This commit is contained in:
parent
cacac3010d
commit
2c3bcb5531
3 changed files with 98 additions and 20 deletions
|
|
@ -106,7 +106,7 @@ export function FocusSection() {
|
|||
className="mt-20 pt-12 border-t border-border"
|
||||
>
|
||||
<div className="flex flex-wrap gap-3">
|
||||
{['vim', 'git', 'tmux', 'ssh', 'systemd', 'nginx', 'PostgreSQL', 'Redis', 'FastAPI', 'PyTorch', 'Transformers', 'tiktoken'].map((tool) => (
|
||||
{['git', 'tmux', 'ssh', 'systemd', 'nginx', 'PostgreSQL', 'ansible', 'FastAPI', 'PyTorch', 'Transformers', 'tiktoken', 'TensorFlow', 'vLLM', 'JupyterLab'].map((tool) => (
|
||||
<span
|
||||
key={tool}
|
||||
className="font-mono text-xs px-3 py-1.5 border border-border rounded text-muted-foreground hover:text-foreground hover:border-accent/50 transition-colors cursor-default"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue