Sponsored Content
The Lounge What is on Your Mind? New Icons Coming from Font Awesome Post 303020871 by Don Cragun on Monday 30th of July 2018 02:39:43 AM
Old 07-30-2018
If you don't want to go back to the old badges indicating UNIX & Linux Forums staff positions, the Users icon might be better than the coffee cup icon. But it is only one icon and Users seems more suited to non-staff positions instead of staff positions. One could also consider using chess piece King, Queen, Rook, Bishop, Knight, and/or Pawn icons for various staff positions. (But, I think I still like the old badges better.)
This User Gave Thanks to Don Cragun For This Post:
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

redhat 7.2 icons on desktop

Hello all, Is there a way to change the behavior of the gnome desktop manager so that when your iconify a window it will be place on the desktop intead on on the task manager (gnome-panel)? It gets confusing having to loook throught the gnome-panle for the window I want when you have alot of... (1 Reply)
Discussion started by: larry
1 Replies

2. Post Here to Contact Site Administrators and Moderators

Dotted thread icons

Can you guys please enable the "dotted" icon option, so that the thread icon for a thread in which a user has posted in will appear with a dot in it? Thanks, Aaron (2 Replies)
Discussion started by: Spetnik
2 Replies

3. Solaris

How to get a second Icons - Window!

Hey everybody! I'd like to get a second Window for my program Icons, any Idea how to solve this problem?? :confused: thanks, Tom (3 Replies)
Discussion started by: TomStyria
3 Replies

4. Red Hat

Menu Icons for the Application

Hi All, I created an RPM for my application. After clicking the rpm, I managed to place the files in repective locations also I have "JServer" menus in the "Application" menu (The redhat one). But the problem is the icons are not appearing in that menu. I placed my icons/images in... (0 Replies)
Discussion started by: jw_amp
0 Replies

5. AIX

CDE: why no icons?

Why my cde show no icons? I have installed X11.Dt.ToolTalk 7.1.3.15 C F AIX CDE ToolTalk Support X11.Dt.adt 7.1.3.0 C F AIX CDE Application X11.Dt.bitmaps 7.1.0.0 C F AIX CDE Bitmaps X11.Dt.compat ... (8 Replies)
Discussion started by: Linusolaradm1
8 Replies

6. What is on Your Mind?

New Mobile Navbar Icons from Font Awesome

Just changed the mobile site to use Font Awesome icons. Here is the new top navbar view (unregistered users) https://www.unix.com/members/1-albums214-picture903.jpeg (2 Replies)
Discussion started by: Neo
2 Replies

7. Web Development

New Font Awesome Icons in Quick Reply Editor

Working on the Quick Reply Editor, I have replaced a number of icons (see image below) with Font Awesome Icons. Was planning to replace all of them, but for some reason, replacing a few of them causes the script / template to break (which is odd) so I left them for now. ... (6 Replies)
Discussion started by: Neo
6 Replies

8. What is on Your Mind?

Quick Update on UNIX.COM Site Renovation: Bootstrap, Font Awesome and jQuery

Here is an update on the site renovation: After a lot of analysis and example programming, including testing out a number of Javascript framework and libraries, in the short term, we are getting the most bang-for-the-buck from these three basic, core tech areas: Bootstrap (CSS and... (2 Replies)
Discussion started by: Neo
2 Replies
Icon::FamFamFam::Silk(3pm)				User Contributed Perl Documentation				Icon::FamFamFam::Silk(3pm)

NAME
Icon::FamFamFam::Silk - embed these famous icons in your code VERSION
0.002001003 (Version 0.002 of this module and version 1.3 of the icons.) SYNOPSIS
use Icon::FamFamFam::Silk; my $wrench = Icon::FamFamFam::Silk->new('wrench_orange'); print $wrench->base64; or use Icon::FamFamFam::Silk; print Icon::FamFamFam::Silk::base64('wrench_orange'); DESCRIPTION
These methods can be called as functions taking the name of the icon (a string) as their argument, or can be called as object methods on an instantiated icon object. (See "SYNOPSIS".) "Icon::FamFamFam::Silk->new($name)" Returns a blessed icon object. "Icon::FamFamFam::Silk->list" Returns a list of all the icons. "$icon->name" Returns the name of the icon. "$icon->base64" Returns base64-encoded PNG data. "$icon->raw" Returns raw PNG data. "$icon->uri" Returns a "data:" URI for the icon. "$icon->attribution_data" =item "Icon::FamFamFam::Silk->attribution_data" Returns a hash of data useful for giving credit to Mark James. This is in a format suitable for passing to HTML::HTML5::Builder's "CREATIVE_COMMONS" function, should you want to do something like that. BUGS
Please report any bugs to <http://rt.cpan.org/>. SEE ALSO
<http://famfamfam.com/lab/icons/silk/>. AUTHOR
Icons by Mark James of <http://famfamfam.com/>. Module by Toby Inkster <tobyink@cpan.org>. COPYRIGHT AND LICENCE
Mark James distributes the icons themselves under the CC-BY 3.0 licence <http://creativecommons.org/licenses/by/3.0/>. Applications using Icon::FamFamFam::Silk (even indirectly via another module) must provide credit. Including a link to <http://famfamfam.com/lab/icons/silk/> in the documentation of the application is probably sufficient. Toby Inkster releases the additional Perl coding into the Public Domain. DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. perl v5.14.2 2011-10-11 Icon::FamFamFam::Silk(3pm)
All times are GMT -4. The time now is 08:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy