mrakitin / web

Personal web page
https://mrakitin.xyz
Apache License 2.0
1 stars 0 forks source link

Add scroll with the projects/links like at http://www.pocoo.org/ #2

Closed mrakitin closed 7 years ago

mrakitin commented 7 years ago

http://www.pocoo.org/: image

Code snippet:

<div class="section" id="users">
<h2>Users</h2>
<p>A few companies and projects that are using Pocoo software:</p>
<div class=pocoo-powered><a class="reference external image-reference" href="http://idealist.org/"><img alt="idealist is using Werkzeug for their website and Sphinx for documentation" src="_images/idealist.gif" /></a>
<a class="reference external image-reference" href="http://www.mozilla.org/"><img alt="Mozilla is using Jinja2, Sphinx and a bit of Werkzeug" src="_images/mozilla.png" /></a>
<a class="reference external image-reference" href="http://eldarion.com/"><img alt="eldarion is using Sphinx for documentation" src="_images/eldarion.png" /></a>
<a class="reference external image-reference" href="http://github.com/"><img alt="github is using Pygments for syntax highlighting" src="_images/github.png" /></a>
<a class="reference external image-reference" href="http://www.demonware.net/"><img alt="Demonware is using Jinja2" src="_images/demonware.png" /></a>
<a class="reference external image-reference" href="http://lincolnloop.com/"><img alt="Lincolnloop is using Sphinx and Flask" src="_images/lincolnloop.gif" /></a>
<a class="reference external image-reference" href="http://www.google.com/apps/"><img alt="Google Apps is using Werkzeug and Jinja2 for &quot;a day in the cloud&quot; and some other services such as the dns benchmark tool." src="_images/googleapps.png" /></a>
<a class="reference external image-reference" href="http://bitbucket.org/"><img alt="bitbucket is using Pygments for syntax highlighting and Werkzeug for their subversion bridge" src="_images/bitbucket.png" /></a>
<a class="reference external image-reference" href="http://www2.ljworld.com/"><img alt="Lawrence Journal World is using Sphinx for documentation" src="_images/ljworld.gif" /></a>
<a class="reference external image-reference" href="http://plurk.com/"><img alt="Plurk Inc. is using Werkzeug for their website and some other services" src="_images/plurk.png" /></a>
<a class="reference external image-reference" href="http://www.python.org/"><img alt="Python is using Sphinx for documentation" src="_images/python.png" /></a>
<a class="reference external image-reference" href="http://instagr.am/"><img alt="Instagram is using Jinja2" src="_images/instagram.png" /></a>
<a class="reference external image-reference" href="http://www.curse.com/"><img alt="Curse is using Werkzeug and Jinja2 for their development sites" src="_images/curse.png" /></a>
<a class="reference external image-reference" href="http://www.sourceforge.net/"><img alt="Sourceforge.net is using Jinja2 for templating" src="_images/sourceforge.png" /></a>
<a class="reference external image-reference" href="http://www.atari.com/"><img alt="Atari is using Sphinx for internal documentation" src="_images/atari.png" /></a>
<a class="reference external image-reference" href="http://edgewall.org/"><img alt="Edgewall is using Pygments" src="_images/edgewall.png" /></a>
<a class="reference external image-reference" href="http://www.movieclips.com/"><img alt="Movieclips.com uses Jinja2, Werkzeug and Sphinx." src="_images/movieclips.png" /></a>
</div></div>
mrakitin commented 7 years ago

Implemented in d6b6de7 and released.