Created
February 20, 2012 01:20
-
-
Save chagan/1866988 to your computer and use it in GitHub Desktop.
HTML from the TweetFace site, which pulls twitter avatars adds googly eyes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>TweetEyes</title> | |
<link href="tweetface.css" rel="stylesheet" /> | |
<link href='http://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'> | |
<link rel="shortcut icon" | |
href="http://chrishaganreporting.com/tweeteyes/favicon.ico" /> | |
<body> | |
<script src="http://code.jquery.com/jquery-latest.js"></script> | |
<script src="tweetface.js"></script> | |
<script> | |
type="text/javascript" | |
</script> | |
<div id="image"> | |
<img id="avatar" src="" style="z-index:-1" /> | |
<img src="" id="eyer" /> | |
<img src="" id="eyel" /> | |
</div> | |
<div ><input type="text" id="query" /><button id='search'>Search</button><br /></div> | |
<div id="text">Hey, why don't you search for a Twitter handle in that box over there?</div> | |
<div id="disc"><a href="http://www.flickr.com/photos/gldahl43/4933883517/">Frame photo from glen.dahlman on Flickr</a></div> | |
</body> | |
</html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment