Skip to content

Commit

Permalink
Add contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
yanirs committed Jan 17, 2024
1 parent 1c332eb commit e119eb8
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 12 deletions.
4 changes: 2 additions & 2 deletions assets/css/extended/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ form.mailing-list input[type="submit"] {
padding: 6px;
visibility: hidden;
position: fixed;
top: 2px;
right: 2px;
top: 5px;
right: 10px;
z-index: 99;
transition: visibility 0.5s, opacity 0.8s linear;
}
Expand Down
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ params:
- name: GoogleScholar
url: https://scholar.google.com.au/citations?user=NR254LoAAAAJ
- name: Email
url: /about/#contact-me
url: /contact/
mainSections: post
showRssButtonInSectionTermList: true
showShareButtons: true
Expand Down
6 changes: 3 additions & 3 deletions content/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ aliases:
editPost:
disabled: true
showToc: true

disableShare: true
---
## Data & AI Expert?

As noted on [the homepage](https://yanirseroussi.com/), you should beware of self-proclaimed experts on the internet and do your own due diligence. I cringe putting the word _expert_ next to my name, as there's so much to know and learn, especially in a broad area like Data & AI. Still, underselling myself would also be silly. I'll let you be the judge.

**⚡ New!** These days, I provide independent consulting services around Data & AI, focusing on startups and scaleups in the climate tech and nature-positive sector. See [my consulting page](/consult/) for details, or [scroll down to contact me](#contact-me).
**⚡ New!** These days, I provide independent consulting services around Data & AI, focusing on startups and scaleups in the climate tech and nature-positive sector. See [my consulting page](/consult/) for details.

## Obligatory self-promotional blurb

Expand All @@ -45,4 +45,4 @@ Anyway, whether you're trying to navigate Data & AI terminology or solve specifi

## Contact me

Feel free to contact me about topics discussed on this website, potential work, or anything else you think I'd find interesting. Before you do, it's worth [checking out my FAQ page](https://yanirseroussi.com/2017/10/15/advice-for-aspiring-data-scientists-and-other-faqs/) to see if your question has already been answered. Contact options include [using my contact form](https://docs.google.com/forms/d/e/1FAIpQLSeibojYvmFUDC284wTybWAuWJ4rHi6j6SnF8ZiZt8zBIyi8vw/viewform), [opening a GitHub issue](https://github.com/yanirs/yanirseroussi.com/issues), [dropping me a line on LinkedIn](https://www.linkedin.com/in/yanirseroussi), [emailing me](mailto:[email protected]), or [booking a paid call](https://talkw.me/@yanir).
See [my contact page](/contact/).
6 changes: 3 additions & 3 deletions content/consult/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ editPost:
disabled: true
---

This is a high-level overview of my approach to consulting and the sort of problems I can help with. Feel free to [contact me](/about/#contact-me) for more details.
This is a high-level overview of my approach to consulting and the sort of problems I can help with. Feel free to [contact me](/contact/) for more details.

## Principles

Expand All @@ -27,7 +27,7 @@ When approaching consulting engagements, I aim to follow these key principles:
With [my broad experience in data science, software engineering, and artificial intelligence](/about/), I can help in a variety of situations. My key offerings are:

- Short one-off advisory sessions to address specific challenges and questions ([book paid call](https://talkw.me/@yanir)).
- Longer engagements to tackle data & AI problems, which start with problem discovery and lead to hands-on implementation work ([contact me to discuss](/about/#contact-me)).
- Longer engagements to tackle data & AI problems, which start with problem discovery and lead to hands-on implementation work ([contact me to discuss](/contact/)).
- Mid-to-long term engagements as a Fractional Chief Data & AI Officer for startups and scaleups (see [slide deck](/fractional-chief-data-officer/#/) for details).

## Examples
Expand All @@ -46,4 +46,4 @@ I have worked with large companies (Intel, Qualcomm, Google, and Commonwealth Ba

## Next steps

[Contact me](/about/#contact-me) if you're interested in working together.
[Contact me](/contact/) if you're interested in working together.
23 changes: 23 additions & 0 deletions content/contact/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Stay in touch
author: Yanir Seroussi
type: page
summary: Contact me or subscribe to the mailing list.
comments: false
editPost:
disabled: true
disableShare: true
---

## Contact me

Feel free to contact me about topics discussed on this website, potential work, or anything else you think I'd find interesting. Contact options:
* [Book a paid call](https://talkw.me/@yanir)
* [Fill the contact form](https://docs.google.com/forms/d/e/1FAIpQLSeibojYvmFUDC284wTybWAuWJ4rHi6j6SnF8ZiZt8zBIyi8vw/viewform)
* [Open a GitHub issue](https://github.com/yanirs/yanirseroussi.com/issues)
* [Connect on LinkedIn](https://www.linkedin.com/in/yanirseroussi)
* [Email me](mailto:[email protected])

## Subscribe to the mailing list

To get new posts delivered to your mailbox, scroll to the bottom of this page, enter your email address, and tap Subscribe. You may unsubscribe at any time.
2 changes: 1 addition & 1 deletion layouts/partials/comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<p class="post-content contact-cta">
Public comments are closed, but I love hearing from readers. Feel free to
<a href="/about/#contact-me" target="_blank">contact me</a> with your thoughts.
<a href="/contact/" target="_blank">contact me</a> with your thoughts.
</p>

{{/* Collect mappings from each comment to its replies to efficiently loop over the threaded levels. */}}
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/extend_footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href="#mailing-list-email" aria-label="subscribe to mailing list" class="mailing-list-link" id="mailing-list-link">
Subscribe below
<a href="/contact/#mailing-list-email" target="_blank" aria-label="subscribe to mailing list" class="mailing-list-link" id="mailing-list-link">
Subscribe
</a>

<div class="mailing-list-container">
Expand Down

0 comments on commit e119eb8

Please sign in to comment.