PageRenderTime 53ms CodeModel.GetById 27ms RepoModel.GetById 0ms app.codeStats 0ms

/app/views/session/index1.html.erb

https://github.com/aramsoftware87/Ad-Server
Ruby HTML | 64 lines | 46 code | 18 blank | 0 comment | 0 complexity | 80df6dd8d5a4ce15e36d9220ebb2f85b MD5 | raw file
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta name="author" content="Wink Hosting (www.winkhosting.com)" />
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  6. <link rel="stylesheet" href="/images/style1.css" type="text/css" />
  7. <title> Welcome to AdServer Website </title>
  8. </head>
  9. <body>
  10. <div id="wrap">
  11. <div id="top"></div>
  12. <div id="content">
  13. <div class="header">
  14. <h1>Ad Server</h1>
  15. <h2><a href="http://engineyard.com" target="_blank"> Engine Yard</a></h2>
  16. </div>
  17. <div class="breadcrumbs">
  18. <a href="http://radsvr.com">Home</a> &middot; <a href="/admin/login">Log in</a> &middot; <a href="mailto:amustafa@engineyard.com?subject=Need%20Username&body=Hello%20Sir%0A%0AI%20want%20username%20from%20type%20publisher%20or%20advertiser!">Email Me</a> &middot; <%= link_to "Admin", :controller => "users", :check => 'yes' %> &middot; <a href="/session/index">Theme</a> &middot;
  19. </div>
  20. <div class="middle">
  21. <h2>Welcome to AdServer!</h2>
  22. The Ruby Ad Server Project has three goals. The first goal is to create an educational project that will benefit an Engine Yard Intern. The second goal is to build a simple Ad Server that can deliver ad content to a constellation of affiliated Engine Yard and Ruby websites.. You can see
  23. <a href="http://engineyard.com">Engine Yard</a> live.
  24. <br /><br />
  25. <img src="/images/logo.gif" alt="Preview of Minimalistic Template" />
  26. </div>
  27. <div class="right">
  28. <h2>Friends</h2>
  29. <ul>
  30. <li><a href="http://engineyard.com"target="_blank">Engine Yard</a></li>
  31. <li><a href="http://railsdispatch.com"target="_blank">Rails Dispatch</a></li>
  32. <li><a href="http://railsdirectory.com"target="_blank">Rails Directory</a></li>
  33. <li><a href="http://peertester.com"target="_blank">Peer Tester</a></li>
  34. <li><a href="http://jruby.org"target="_blank">JRuby</a></li>
  35. <li><a href="http://railsplugins.com"target="_blank">Rails Plugins</a></li>
  36. </ul>
  37. </div>
  38. <div id="clear"></div>
  39. </div>
  40. <div id="bottom"></div>
  41. </div>
  42. <div id="footer">
  43. Design by <a href="http://engineyard.com"target="_blank">Engine Yard</a>
  44. </div>
  45. </body>
  46. </html>