Skip to content

Commit

Permalink
adds office hours
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Nov 9, 2023
1 parent e2c2da5 commit 7c86c81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/about.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function About() {
</h1>
<div className="mt-6 space-y-7 text-lg text-zinc-600 dark:text-zinc-400">
<p>
I&rsquo;m Alessia. I work on the{' '}
I&rsquo;m Alessia :^) I work on the{' '}
<a
href="https://github.com/apollographql/apollo-client"
target="_blank"
Expand Down Expand Up @@ -123,8 +123,7 @@ export default function About() {
</p>
<p>
I{`'`}m using this space to write about programming and
occasionally building mechanical keyboards. If any of this is of
interest to you, you can reach me at{' '}
occasionally building mechanical keyboards. You can reach me at{' '}
<a href="mailto:[email protected]">web[at]bellisar.io</a>.
</p>
<p>Finally, this site contains no tracking or analytics 💖</p>
Expand Down
7 changes: 7 additions & 0 deletions src/pages/speaking.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ export default function Speaking() {
href="https://www.youtube.com/watch?v=n4mcAm4ukLU"
cta="Watch video"
/>
<Appearance
title="Apollo Client Office Hours with Alessia Bellisario"
// event="GraphQL Summit 2023"
description="Alessia Bellisario and Jeff Auriemma talk about Apollo Client. Originally streamed in Apollo’s Discord on October 6, 2023."
href="https://www.apollographql.com/blog/uncategorized/apollo-client-office-hours-with-alessia-bellisario/"
cta="Read transcript or listen to podcast"
/>
<Appearance
title="@defer all the slow things"
event="GraphQL Conf 2023"
Expand Down

0 comments on commit 7c86c81

Please sign in to comment.