Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Quotes (somewhere) and remove old pages #268

Open
pritidesai opened this issue Aug 2, 2018 · 3 comments
Open

Add Quotes (somewhere) and remove old pages #268

pritidesai opened this issue Aug 2, 2018 · 3 comments

Comments

@pritidesai
Copy link
Member

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>
@mrutkows
Copy link
Contributor

mrutkows commented Aug 9, 2018

Perhaps add to the "Community" page?

@mrutkows
Copy link
Contributor

mrutkows commented Aug 9, 2018

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.

@jthomas
Copy link
Member

jthomas commented Aug 10, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants