Haskell Logo

Here are some Haskell logo i made. I hope webmasters will use it to spread Haskell. I hereby release it into public domain.

Haskell logo Haskell logo

The official logo, of course, can be found at http://haskell.org/

For the horizontal version, it is also possible to display it without using image, by using HTML, unicode, fonts, stylesheet. Here's the code and how it displays in your browser:

<div style="display:table; border: solid thin black;
 text-align:center; padding:1ex">
<span style="font-size:large; 
 font-family:sans-serif; word-spacing:2ex">λ → ∀ ≫ :: ⇒</span><br>
<span style="font-size:xx-large; font-family:serif;">Haskell</span>
λ → ∀ ≫ :: ⇒
Haskell

you should also add the unicode declaration right after the <head> tag in your HTML:

<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=utf-8">
Was this page useful? If so, please do donate $3, thank you donors!
Home
Terms of Use
About
Advertise
Subscribe
Google
2005-10
© 2005 by Xah Lee.