update projects and contact form
This commit is contained in:
@@ -5,10 +5,10 @@ export const GITEA_TOKEN = process.env.NEXT_PUBLIC_GITEA_TOKEN ?? '';
|
||||
|
||||
export const SITE = {
|
||||
name: 'William March',
|
||||
title: 'Software Engineer',
|
||||
title: 'Soiftware Engineer',
|
||||
tagline: 'Building precise, purposeful, open-source software.',
|
||||
about1: "I'm a software engineer focused on writing clean, reliable code. I care about open-source tools that solve real problems — the kind that make other engineers' lives easier.",
|
||||
about2: "From small CLI utilities to complex systems, I approach every project with the same level of craft. Good code reads like good writing: clear, intentional, and easy to reason about.",
|
||||
about2: "",
|
||||
skills: ['Go', 'Python', 'TypeScript', 'Rust', 'Linux', 'Docker', 'PostgreSQL', 'Git', 'Nix'],
|
||||
email: 'qemuguest@protonmail.com',
|
||||
repoLimit: 6,
|
||||
|
||||
@@ -10,6 +10,7 @@ export interface GiteaRepo {
|
||||
updated: string;
|
||||
private: boolean;
|
||||
fork: boolean;
|
||||
website?: string | null;
|
||||
}
|
||||
|
||||
export interface GiteaCommit {
|
||||
|
||||
Reference in New Issue
Block a user