116 lines
6.4 KiB
XML
116 lines
6.4 KiB
XML
<?xml version="1.0" encoding="utf-8" ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
|
|
<meta name="keywords" content="free icons, icon search, iconfinder"/>
|
|
<meta name="description" content="Search through more than 150.000 free icons in an easy and efficient way."/>
|
|
<meta name="verify-v1" content="AFntlnQvvQJkT7bU4EQC9XgaA1Ds2WELPIN1yCbKvRE="/>
|
|
<meta name="y_key" content="bdc2886d213b9d4b"/>
|
|
<meta name="msvalidate.01" content="ED38FE8F392C772A917F563E48D2B143"/>
|
|
<meta name="bitly-verification" content="e1e2298fc126">
|
|
<title>Iconfinder | Icon Search Engine</title>
|
|
<link type="text/css" rel="stylesheet" href="http://www.iconfinder.com/design/css/merged.css.php?check=1298774960"/>
|
|
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.min.js"></script>
|
|
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/jquery-ui.min.js"></script>
|
|
<script type="text/javascript" src="http://www.iconfinder.com/javascript/global_012.js?check=1303128674"></script>
|
|
<script type="text/javascript">
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-634584-2']);
|
|
_gaq.push(['_trackPageview']);
|
|
_gaq.push(['_trackPageLoadTime']);
|
|
|
|
(function() {
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
})();
|
|
</script>
|
|
<script type='text/javascript'>
|
|
function updatesearch(){
|
|
try{
|
|
$("#searchresultstd").html(" ");
|
|
$("#searchresultstd").addClass("loading");
|
|
$.get("/ajax/search/",{
|
|
q: '',
|
|
page: ''
|
|
},
|
|
function(data)
|
|
{
|
|
$("#searchresultstd").removeClass("loading");
|
|
$("#searchresultstd").html(data);
|
|
$("body").find(".icon").removeClass("white");
|
|
$("body").find(".icon").removeClass("gray");
|
|
$("body").find(".icon").removeClass("black");
|
|
$("body").find(".icon").addClass($(".colorselected").attr("id"));
|
|
loadinfo();
|
|
return false;
|
|
});
|
|
}catch(err){}
|
|
return false;
|
|
}
|
|
</script>
|
|
<link rel="search" type="application/opensearchdescription+xml" title="Iconfinder" href="http://www.iconfinder.com/iconfinder.xml"/>
|
|
<link rel="shortcut icon" href="http://www.iconfinder.com/design/images/favicon.ico"/>
|
|
<script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script>
|
|
</head>
|
|
<body id="view-pagenotfound">
|
|
<script type="text/javascript">
|
|
(function(){
|
|
var bsa = document.createElement('script');
|
|
bsa.type = 'text/javascript';
|
|
bsa.async = true;
|
|
bsa.src = '//s3.buysellads.com/ac/bsa.js';
|
|
(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);
|
|
})();
|
|
</script>
|
|
<div id='menu'>
|
|
<div id='wrapper'>
|
|
<div id='login'> </div>
|
|
<ul id='submenu'><li><a class='tip' title='Search through all icons on Iconfinder e.g. user, facebook or twitter' href='/'>Search</a></li><li><a class='tip' title='Browse through icon sets and find great icons without searching.' href='/browse'>Browse</a></li><li><a class='tip' title='API, plugins, apps and other useful icon related tools.' href='/tools'>Tools</a></li><li><a class='tip' title='News, interviews, tutorials and freebies.' href='/blog'>Blog</a></li><li><a class='tip' title='Information about IconFinder, search tips and advertiser information.' href='/about'>About</a></li><li><a class='tip' title='Please give feedback on new features or other improvements..' href='/feedback'>Give feedback</a></li><li><a class='tip' title='Submit icons to IconFinder' href='/submit'>Submit icons</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<script>
|
|
var username = $.cookie('username');
|
|
var html;
|
|
if(username != null)
|
|
{
|
|
html = '<ul><li><a id="logout" href="#">Log out</a></li><li ><a href="/account/dashboard">My account (' + username + ')</a></li></ul>';
|
|
}
|
|
else
|
|
{
|
|
html = '<ul><li><a id="login-link" href="/user/login">Log in</a></li><li><a href="/user/signup">Sign up</a></li></ul>';
|
|
}
|
|
$("#login").html(html);
|
|
</script><div style='text-align: center'><a href='/'><img style='margin: auto; display: block; clear: both;' src='http://www.iconfinder.com/design/images/404.jpg' width=534 height=608 /></a><h1><a href='http://en.wikipedia.org/wiki/Does_not_compute'>Does not compute...</a></h1><h2>Looks like you were looking for something we could not find for you.<a href='/'>Go to the home page</a></h2><a href='http://www.turbomilk.com'>Illustration by TurboMilk</a><p> </p></div>
|
|
<script type="text/javascript">
|
|
if( $.cookie("username") != null && $.cookie("bookmarks") != null)
|
|
{
|
|
var iconarr = $.cookie("bookmarks").split(",");
|
|
for(i in iconarr)
|
|
{
|
|
$("#icon-"+iconarr[i]).addClass("bookmarked");
|
|
}
|
|
}
|
|
try{$('select#valueA, select#valueB').selectToUISlider({labels: 8}).hide();}catch(err){}
|
|
|
|
loadJsResults();
|
|
$(".tip").tipTip();
|
|
|
|
//<![CDATA[
|
|
(function() {
|
|
var links = document.getElementsByTagName('a');
|
|
var query = '?';
|
|
for(var i = 0; i < links.length; i++) {
|
|
if(links[i].href.indexOf('#disqus_thread') >= 0) {
|
|
query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
|
|
}
|
|
}
|
|
document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/iconfinder/get_num_replies.js' + query + '"></' + 'script>');
|
|
})();
|
|
//]]>
|
|
</script>
|
|
<script type='text/javascript'> var mp_protocol = (('https:' == document.location.protocol) ? 'https://' : 'http://'); document.write(unescape('%3Cscript src="' + mp_protocol + 'api.mixpanel.com/site_media/js/api/mixpanel.js" type="text/javascript"%3E%3C/script%3E')); </script> <script type='text/javascript'> try { var mpmetrics = new MixpanelLib('52e7706241a9034d89a3d1d1cb5af4c1'); } catch(err) { null_fn = function () {}; var mpmetrics = { track: null_fn, track_funnel: null_fn, register: null_fn, register_once: null_fn, register_funnel: null_fn }; } </script>
|
|
</body>
|
|
</html>
|