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 #69

Closed
mrutkows opened this issue Jul 27, 2018 · 2 comments
Closed

Add Quotes (somewhere) and remove old pages #69

mrutkows opened this issue Jul 27, 2018 · 2 comments

Comments

@mrutkows
Copy link
Contributor

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).

@mrutkows
Copy link
Contributor Author

mrutkows commented Jul 28, 2018

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
Copy link
Owner

Exported to apache/openwhisk-website#268

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

No branches or pull requests

2 participants