Skip to content

Commit

Permalink
Add calendar scheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqajyusuf committed Dec 16, 2022
1 parent bfc4b1f commit ffe59d2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
14 changes: 9 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ GEM
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.15.5-x64-mingw-ucrt)
ffi (1.15.5)
ffi (1.15.5-x64-unknown)
forwardable-extended (2.6.0)
gemoji (3.0.1)
github-pages (227)
Expand Down Expand Up @@ -205,12 +206,14 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.8.0)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
multi_json (1.15.0)
nokogiri (1.13.10-x64-mingw-ucrt)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand Down Expand Up @@ -246,12 +249,13 @@ GEM
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2-x64-mingw-ucrt)
unf_ext (0.0.8.2)
wdm (0.1.1)
webrick (1.7.0)

PLATFORMS
x64-mingw-ucrt
arm64-darwin-22
x64-unknown

DEPENDENCIES
github-pages (~> 227)
Expand All @@ -265,4 +269,4 @@ DEPENDENCIES
webrick (~> 1.7)

BUNDLED WITH
2.3.25
2.3.26
6 changes: 5 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,19 @@ social:
- "https://flipboard.com/@tariqajyusuf"
- "https://keybase.io/ty"
- "mailto:[email protected]"
- "https://app.simplymeet.me/tariq"
author:
name: "Tariq Yusuf"
avatar: "/assets/images/bio-photo.jpg"
bio: "Technology Policy, Digital Privacy, and Security Specialist"
location: "Seattle, WA"
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
icon: "fas fa-fw fa-envelope"
url: "mailto:[email protected]"
- label: "Schedule a Call"
icon: "fas fa-fw fa-calendar"
url: "https://app.simplymeet.me/tariq"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/tariqajyusuf"
Expand Down
4 changes: 3 additions & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ degree at the University of Washington.

# Contact Me

You can reach me on social media or by sending an email to [[email protected]]().
You can reach me on social media or by sending an email to
[[email protected]](). I am also available for networking chats at
[https://app.simplymeet.me/tariq]().

0 comments on commit ffe59d2

Please sign in to comment.