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 _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside fontawesome.png (36K) Download Attachment |
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 <[hidden email]> 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 > [hidden email] > http://lists.pharo.org/mailman/listinfo/pharo-business_lists.pharo.org _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Torsten Bergmann
Nice! thx. Hi, _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Torsten Bergmann
Thanks Torsten!
I was already using font awesome, but with some helper methods instead of tags, I'll move my code to use your library. This really helps! Esteban A. Maringolo 2014-04-17 5:27 GMT-03:00 Torsten Bergmann <[hidden email]>: > 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 > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Torsten Bergmann
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 <[hidden email]> 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> _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside signature.asc (1K) Download Attachment |
Free forum by Nabble | Edit this page |