Table of Contents
devcoin.info.se
devcoin.info.se
your source for devcoin information
http://devcoin.info.se/ devcoin.info.se is a new devcoin information website for newbies as well as experienced users to learn about devcoin and get devcoin resources. If you would like to use the page as a template for one of your sites, please feel free to use the code below!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Welcome to devcoin.info.se!</title> <link rel="stylesheet" type="text/css" href="http://devurl.site90.com/stylesheet.css" /> <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid Sans"> <link href='http://fonts.googleapis.com/css?family=Ubuntu:500' rel='stylesheet' type='text/css'> <style> body { width:960px; padding:100px 0; margin:0 auto; font-family:Calibri, sans-serif; } #nav{ border:1px solid #ccc; border-width:1px 0; list-style:none; margin:0; padding:0; text-align:center; } #nav li{ position:relative; display:inline; } #nav a{ display:inline-block; padding:10px; } #nav ul{ position:absolute; /*top:100%; Uncommenting this makes the dropdowns work in IE7 but looks a little worse in all other browsers. Your call. */ left:-9999px; margin:0; padding:0; text-align:left; } #nav ul li{ display:block; } #nav li:hover ul{ left:0; } #nav li:hover a{ text-decoration:underline; background:#f1f1f1; } #nav li:hover ul a{ text-decoration:none; background:white; } #nav li:hover ul a:hover{ text-decoration:underline; background:#f1f1f1; } #nav ul a{ white-space:nowrap; display:block; border-bottom:1px solid #ccc; } a{ color:green; text-decoration:none; font-family: Ubuntu; font-weight:bold; } a:hover{ text-decoration:underline; background:#f1f1f1; } #container { min-height:100%; position:relative; } #header { padding:10px; } #body { padding:10px; padding-bottom:60px; /* Height of the footer */ } #footer { position:absolute; bottom:0; width:100%; height:60px; /* Height of the footer */ } </style> </head> <body> <center><h1><a href="/index.html" style="color: black;">devcoin.info.se</a></h1></center> <ul id="nav"> <li><a href="/">Home</a></li> <li> <a href="#">Information</a> <ul> <li><a href="/info.html">About Devcoin</a></li> <li><a href="/devtome.html">About Devtome</a></li> </ul> </li> <li> <a href="#">Resources</a> <ul> <li><a href="/faucet.html">Faucet</a></li> <li><a href="/images.html">Images For Your Site</a></li> <li><a href="/thread.html">Official Thread</a></li> </ul> </li> <li><a href="/forums.html">Forums</a></li> </ul> <body> <div style="font-family: Droid Sans; font-size: 16px;"> <h1>Devcoin.</h1> <h3>From the many, one. From one, the source.</h3> <p> Welcome to devcoin.info.se, your one-stop shop for all your devcoin needs. We have links to faucets, forum posts, and information pages all for your benefit! </p> <div style="font-size: 12px;"> <p> Are you awesome? If yes, donate some Devcoins here: 1GqfZfxxPj7wJStkdgDJPLympoT197q6Fu <br> Got bitcoins? Donate using the widget below! </p> <script src="http://coinwidget.com/widget/coin.js"></script> <script> CoinWidgetCom.go({ wallet_address: "17KM72Y6DDDPcx9cbzuyknALfD6aYnoVyc" , currency: "bitcoin" , counter: "count" , alignment: "bl" , qrcode: true , auto_show: false , lbl_button: "Feeling Generous? Donate some bitcents!" , lbl_address: "Donation address:" , lbl_count: "generous people" , lbl_amount: "bitcoins! " }); </script> </div> <div id="container"> <div id="body"></div> <div id="footer"><center><img src="http://devurl.site90.com/images/devcoin%20information.png"/></div></center> </div> </div> </body> </html>