diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 305c714a..988b4eec 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -24,6 +24,14 @@ ctas: pair: | Need help or want another pair of eyes on your code? Book a 1-on-1 consulting call or an online pair programming session with a 100% money-back guarantee., +drupalorg: + url: https://www.drupal.org/u/%drupalorg.username% + username: opdavies + +github: + url: https://github.com/%github.username% + username: opdavies + mastodon: username: opdavies url: https://mastodon.social/@%mastodon.username% @@ -45,6 +53,8 @@ menu_links: url: /daily attributes: title: The Daily Drupaler Email List + - title: Sponsor me + url: /sponsor - title: Contact url: 'mailto:%email%' attributes: diff --git a/source/_pages/sponsor.md b/source/_pages/sponsor.md new file mode 100644 index 00000000..414ab992 --- /dev/null +++ b/source/_pages/sponsor.md @@ -0,0 +1,30 @@ +--- +title: Sponsor me to work on Open Source Software +--- + +I enjoy working with and on open source software. + +I've been using PHP since 2007 and Drupal since 2008 and am an enthusiastic open source contributor. + +Drupal core, Drupal.org, LocalGov Drupal and Drupal Commerce are some of the projects I've contributed to. + +I maintain the popular Override Node Options module which is used on around 40,000 active Drupal websites and created a starterkit Drupal theme for Tailwind CSS. + +There are lots of other examples on my [Drupal.org][0] and [GitHub][1] profiles. + +I've found that companies want to contribute more, but are too busy. + +Most projects have a custom module or library that was going to be contributed back, but it just hasn't happened yet. + +## Why not sponsor a contributor? + +If you don't have time to contribute, why not sponsor me to do it for you? + +Whether it's contributing that module or library, adding a missing feature or fixing a bug in something you use, or you just want to sponsor me to work on open source, I'd love to hear from you. + +We can discuss how much time you want to sponsor and what you want me to focus on and I'll get to work. + +You'll be mentioned on any relevant blog posts, live streams, issues and pull or merge requests, so everyone will know that you sponsored me and you'll get the kudos. + +[0]: {{site.drupalorg.url}} +[1]: {{site.github.url}}