openwhisk-website icon indicating copy to clipboard operation
openwhisk-website copied to clipboard

Add Quotes (somewhere) and remove old pages

Open pritidesai opened this issue 7 years ago • 3 comments

a) Extract quotes from these pages: _layouts/developers.html _layouts/creators.html _layouts/contributors.html

and move to a file under _includes/partial and import it where we will use it.

b) create a single slideshow on some page (home?) using this quote widget. c) then delete the old pages. d) look to delete anonymous quotes (e.g., from Twiiter) e) look to add new quotes from "Supporters" and partners at Apache. (perhaps solicit on "Dev" list or directly).

For convenience (and so I can delete these pages)... here are the quotes:

developers:

<blockquote id="quote1" class="quotes__quote quotes__quote--js-fader">
  <div class="quotes__text">
    <p>
      “Apache OpenWhisk relieved us from all of our pain points. It allowed
      us to focus on coding instead of operational aspects, guaranteed
      optimal utilization and scaling, [and] provided us with a flexible
      programming model.”
    </p>
    <p class="quotes__attribution">
      – Barry Nijenhuis, SiteSpirit
    </p>
  </div>
</blockquote>
<blockquote id="quote2" class="quotes__quote quotes__quote--js-fader">
  <div class="quotes__text">
    <p>
      “Apache OpenWhisk’s modular and effective ecosystem twisted our minds
      and now we’re able to deploy and connect different parts of our apps
      and infrastructure easily.”
    </p>
    <p class="quotes__attribution">
      – André Poleza, Co-Founder of Nepente
    </p>
  </div>
</blockquote>

creators:

<blockquote id="quote1" class="quotes__quote quotes__quote--js-fader">
  <div class="quotes__text">
    <p>
      “What excites me most [about Apache OpenWhisk] is its open source
      nature, which creates a foundation for a broad ecosystem of
      contributing parties.”
    </p>
    <p class="quotes__attribution">
      – Andrei Yurkevich, CTO of Altorors
    </p>
  </div>
</blockquote>
<blockquote id="quote2" class="quotes__quote quotes__quote--js-fader">
  <div class="quotes__text">
    <p>
      “Apache OpenWhisk’s modular and effective ecosystem twisted our minds
      and now we’re able to deploy and connect different parts of our apps
      and infrastructure easily.”
    </p>
    <p class="quotes__attribution">
      – André Poleza, Co-Founder of Nepente
    </p>
  </div>
</blockquote>

contributors:

<blockquote id="quote1" class="quotes__quote quotes__quote--js-fader">
  <div class="quotes__text">
    <p>
      “Apparently @openwhisk is the only fully open source #serverless
      technology, can run in-house too.”
    </p>
    <p class="quotes__attribution">
      #OpenWhisk
    </p>
  </div>
</blockquote>
<blockquote id="quote2" class="quotes__quote quotes__quote--js-fader">
  <div class="quotes__text">
    <p>
      “So far I find #OpenWhisk the real highlight of this #serverlessconf
      London, I’m totally amazed by the work done so far by the dev team!
      kudos”
    </p>
    <p class="quotes__attribution">
      #OpenWhisk
    </p>
  </div>
</blockquote>

pritidesai avatar Aug 02 '18 19:08 pritidesai

Perhaps add to the "Community" page?

mrutkows avatar Aug 09 '18 18:08 mrutkows

Quotes are problematic since we have no means to keep them current and the ones we have are over 2+ years old and 1/3 are anonymous. That is really not imparting much of a testimonial.

mrutkows avatar Aug 09 '18 18:08 mrutkows

@mrutkows Could we contact those non-anonymous quotees and ask them for a more recent version?

jthomas avatar Aug 10 '18 08:08 jthomas