You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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.
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:
creators:
contributors:
The text was updated successfully, but these errors were encountered: