[ANN] FontAwesome for Seaside
Hi, FontAwesome is (as you may know) an iconic font designed for the user with Twitter Bootstrap. I now created a "FontAwesome for Seaside" project - which is a small Seaside wrapper for the FontAwesome project (using the latest version 4.0.3). This is intended as an addition to the already available "Bootstrap for Seaside" [2] project that I wrote and both should allow you to give your Smalltalk based web application a nice stylish look. The project is located on STHub, see [1] where you will also find the documentation. A live demo can be found on http://pharo.pharocloud.com/fontawesome. To try yourself load it from the Pharo config browser or read the docu to see what is required. Thx T. [1] http://smalltalkhub.com/#!/~TorstenBergmann/FontAwesome [2] http://smalltalkhub.com/#!/~TorstenBergmann/Bootstrap
Thanks, Torsten, very useful, as ever ! And a nice demo ;-) Small question: is font awesome a strict superset of the icons already in twitter bootstrap or not ? Should I replace one with the other ? Sven On 17 Apr 2014, at 10:27, Torsten Bergmann <astares@gmx.de> wrote:
Hi,
FontAwesome is (as you may know) an iconic font designed for the user with Twitter Bootstrap.
I now created a "FontAwesome for Seaside" project - which is a small Seaside wrapper for the FontAwesome project (using the latest version 4.0.3).
This is intended as an addition to the already available "Bootstrap for Seaside" [2] project that I wrote and both should allow you to give your Smalltalk based web application a nice stylish look.
The project is located on STHub, see [1] where you will also find the documentation.
A live demo can be found on http://pharo.pharocloud.com/fontawesome.
To try yourself load it from the Pharo config browser or read the docu to see what is required.
Thx T.
[1] http://smalltalkhub.com/#!/~TorstenBergmann/FontAwesome [2] http://smalltalkhub.com/#!/~TorstenBergmann/Bootstrap<fontawesome.png>_______________________________________________ Pharo-business mailing list Pharo-business@lists.pharo.org http://lists.pharo.org/mailman/listinfo/pharo-business_lists.pharo.org
Hey, just to notice, the TwitterBootstrap components http://ss3.gemstone.com/ss/TwitterBootstrap also support FontAwesome. This could be interesting if 1) The old bootstrap suffices for you and 2) You want Magritte integration. Other than that, use Torstenâs :). I personally will probably abandon http://ss3.gemstone.com/ss/TwitterBootstrap once I find time to port the Magritte stuff. Best -Tobias On 17.04.2014, at 10:27, Torsten Bergmann <astares@gmx.de> wrote:
Hi,
FontAwesome is (as you may know) an iconic font designed for the user with Twitter Bootstrap.
I now created a "FontAwesome for Seaside" project - which is a small Seaside wrapper for the FontAwesome project (using the latest version 4.0.3).
This is intended as an addition to the already available "Bootstrap for Seaside" [2] project that I wrote and both should allow you to give your Smalltalk based web application a nice stylish look.
The project is located on STHub, see [1] where you will also find the documentation.
A live demo can be found on http://pharo.pharocloud.com/fontawesome.
To try yourself load it from the Pharo config browser or read the docu to see what is required.
Thx T.
[1] http://smalltalkhub.com/#!/~TorstenBergmann/FontAwesome [2] http://smalltalkhub.com/#!/~TorstenBergmann/Bootstrap<fontawesome.png>
participants (3)
-
Sven Van Caekenberghe -
Tobias Pape -
Torsten Bergmann