-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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> | ||
|