Skip to content

Instantly share code, notes, and snippets.

Verifying my Blockstack ID is secured with the address 15YdfbHnKWKvc68eWVuEWJLTP9ZqqJx3P8 https://explorer.blockstack.org/address/15YdfbHnKWKvc68eWVuEWJLTP9ZqqJx3P8
fbfd2a244ab394f1fa02b935384bef27ce139cf6086616e574f8d25f9312bde471ce3e625bda75f66ecc6aac30e7915f85a6e858ec3a548fafb3ecb24a828c4d
Verifying my Blockstack ID is secured with the address 1D89PhMYZLPnUt8rRWRfGLMtJM4uJbNjDR https://explorer.blockstack.org/address/1D89PhMYZLPnUt8rRWRfGLMtJM4uJbNjDR

Keybase proof

I hereby claim:

  • I am jooplaan on github.
  • I am joop (https://keybase.io/joop) on keybase.
  • I have a public key whose fingerprint is 2588 5F12 1153 BE14 7202 D561 8BE2 E7FF 4ADA A6A3

To claim this, I am signing this object:

Here are a few questions that will tee us up for a good conversation:
- Can you tell me about your project in a few sentences?
- What’s the timeframe? Does a certain event depend on this project launching?
- What are you looking for from us? Do you want us to design, build, and launch the whole site? Or do you have developers or other partners lined up and only need us for design?
- Have you already started on any part of the project? Do you have existing work? A new logo? Some rough designs or ideas for the site?
- How large is your team? What are the roles you envision on your end?
- How did you hear about our work? What specifically interests you about it? Any projects that you’re keen on?
- How much money have you set aside for this project?
- Are you talking to others about this project? Might we ask how many? What do you like about their work?
// Get hour of the day.
var d = new Date();
var h = d.getHours();
// Nighttime.
if (h >= 0 && h <= 5) {
var myWelcomeTexts = ['Hi nightowl', 'Goeienag', ' Gute Nacht', 'Buenas noches'];
}
// Morning.