Lukas Adam (Talk | contribs) |
|||
Line 6: | Line 6: | ||
<div class="col-md-3"> | <div class="col-md-3"> | ||
<h4 style="text-align: center">About us</h4> | <h4 style="text-align: center">About us</h4> | ||
− | <p | + | <p id="quote"></p> |
+ | |||
</div> | </div> | ||
Line 61: | Line 62: | ||
</div> | </div> | ||
</section> | </section> | ||
+ | |||
+ | <script> | ||
+ | var quotes = ["PACE it 'til you make it", | ||
+ | "When I see your PACE, there's not a thing that I would change...", | ||
+ | "Die drei Phagezeichen", | ||
+ | "Phage News", | ||
+ | "PACE oddity", | ||
+ | "Copy and PACE.", | ||
+ | "Imagine PACE", | ||
+ | "PACE is not merrily a distant goal that we seek, but a means by which we arrive at that goal", | ||
+ | "PACE begins with a smile", | ||
+ | "The Evolution will not be televised", | ||
+ | "It isn't enough to talk about PACE. One must believe in it. And it isn't enough to believe in it. One must work at it.", | ||
+ | "PACE cannot be kept by force; it can only be achieved by understanding", | ||
+ | "Our PACE shall stand as firm as rocky mountains", | ||
+ | "Rest in PACE", | ||
+ | "Give PACE a chance", | ||
+ | "The lessons from the PACE process are clear; whatever life throws at us, our individual responses will be all the stronger for working together and sharing the load.", | ||
+ | "There is always PACE for improvement, no matter how long you've been in the business.", | ||
+ | "PACE is as infinite as we can imagine, and expanding this perspective is what adjusts humankind focus on conquering our true enemies, the formidable foes: ignorance and limitation.", | ||
+ | "PACE is big. You just won't believe how vastly, hugely, mind-bogglingly big it is.", | ||
+ | "Together we can PACE any challenges as deep as the ocean and as high as the sky.", | ||
+ | "I do not at all understand the mystery of PACE - only that it meets us where we are but does not leave us where it found us.", | ||
+ | "Those who make PACEful EVOLUTION impossible will make violent revolution inevitable.", | ||
+ | "The Industrial EVOLUTION was another of those extraordinary jumps forward in the story of civilization." | ||
+ | ]; | ||
+ | |||
+ | $(window).ready(function(){ | ||
+ | var rand = Math.floor(Math.random() * (quotes.length)); | ||
+ | $('#quote').html(quotes[rand]); | ||
+ | }) | ||
+ | |||
+ | </script> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 20:25, 28 October 2017