Skip to content

Commit

Permalink
v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timfee committed Aug 22, 2024
1 parent 8bb2943 commit 7333f4e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "my-project",
"name": "tfdc",
"source": "src/index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",

"scripts": {
"start": "parcel serve",
"build": "parcel build"
Expand Down
23 changes: 9 additions & 14 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,23 @@

<meta
name="description"
content="Hi, I’m Tim Feeley, a people-centric Product Manager and UX leader in New York City."
/>
content="Hi, I’m Tim Feeley, a people-centric Product Manager and UX leader in San Francisco." />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<link rel="icon" type="image/png" href="favicon.png" />


<meta property="og:type" content="website" />
<meta property="og:title" content="Tim Feeley — Product manager. Friend." />
<meta
property="og:description"
content="Hi, I’m Tim Feeley, a people-centric Product Manager and UX leader in San Francisco."
/>
content="Hi, I’m Tim Feeley, a people-centric Product Manager and UX leader in San Francisco." />
<meta property="og:image" content="https://timfeeley.com/og.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Tim Feeley — Product manager. Friend."
/>
content="Tim Feeley — Product manager. Friend." />
<meta
name="twitter:description"
content="Hi, I’m Tim Feeley, a people-centric Product Manager and UX leader in New York City."
/>
content="Hi, I’m Tim Feeley, a people-centric Product Manager and UX leader in San Francisco." />
<meta name="twitter:image" content="https://timfeeley.com/og.png" />

<style type="text/css">
Expand Down Expand Up @@ -71,19 +66,19 @@ <h1 class="text-2xl font-semibold mb-2">
Hello, world. <span class="invisible inline-flex">I’m Tim Feeley.</span>
</h1>
<section class="flex gap-3 items-center">
<a class="button bg-white" href="mailto:[email protected]">[email protected] </a>
<a class="button bg-white" href="mailto:[email protected]"
>[email protected]
</a>
<a
href="https://linkedin.com/in/timfeeley"
target="_blank"
rel="noopener noreferrer"
>
rel="noopener noreferrer">
<img src="linkedin.svg" alt="LinkedIn" class="size-6 p-0" />
</a>
<a
href="https://github.com/timfee"
target="_blank"
rel="noopener noreferrer"
>
rel="noopener noreferrer">
<img src="github.svg" alt="GitHub" class="size-6 p-0" />
</a>
</section>
Expand Down

0 comments on commit 7333f4e

Please sign in to comment.