Skip to content

Instantly share code, notes, and snippets.

@mrandyclark
Created January 20, 2011 21:26
Show Gist options
  • Save mrandyclark/788713 to your computer and use it in GitHub Desktop.
Save mrandyclark/788713 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<META name="y_key" content="cad3f627043ad8fe">
<meta name="msvalidate.01" content="03698D8D9E3442108B1FE6E16A8E19EF" />
<meta name="google-site-verification" content="qFvIH3xt2gnvFYHZr2ZaSLSAL2TbRmPKpnmJAHMT-_I" />
<meta name="keywords" content="<%= @meta_keywords || "web, design, development, applications, apps, deployment, hosting, marketing, Warsaw, Indiana, South Bend, Fort Wayne, Winona Lake" %>" />
<meta name="description" content="<%= @meta_description || "Disruptive Ventures builds disruptive businesses." %>" />
<title><%= @page_title || "Disruptive Ventures, Inc." %></title>
<%= stylesheet_link_tag "dv", :cache => true %>
<%= stylesheet_link_tag "print", :media => "print" %>
<%= javascript_include_tag :all, :cache => true %>
<%= auto_discovery_link_tag(:rss, "http://feeds.feedburner.com/DisruptiveVenturesInc", {:title => "Disruptive Ventures Blog Posts"}) %>
<link rel="shortcut icon" type="image/png" href="/images/dv_icon.png"/>
<link rel="apple-touch-icon" href="/images/dv_iphone_ico.png" />
<!--[if IE]>
<style type="text/css" media="all">.borderitem {border-style:solid;}</style>
<![endif]-->
</head>
<body>
<div id="main">
<div id="header">
<div id="menu_block">
<br/>
<ul id="main_menu">
<li class="menu_item"><%= link_to "home", root_path %></li>
<li class="menu_item"><%= link_to "blog", "http://applieddisruption.org/" %></li>
<li class="menu_item"><%= link_to "sites", sites_path %></li>
<li class="menu_item"><%= link_to "people", people_path %></li>
<li class="menu_item"><%= link_to "resources", dvresources_path %></li>
<% if show_admin_content? %>
<li class="menu_item"><%= link_to "admin tools", panel_path %></li>
<% else %>
<li class="menu_item"><%= link_to "contact", contact_path %></li>
<% end %>
</ul>
</div>
</div>
<div id="content">
<div id="main_col" class="column">
<% if flash[:notice] %>
<p class="notice"><%= flash[:notice] %></p>
<% end %>
<% if flash[:failure] %>
<p class="error"><%= flash[:failure] %></p>
<% end %>
<%= @content_for_layout %>
</div>
<div id="right_col" class="column">
<p>Disruptive Ventures builds deeply-integrated data-driven interactive applications for the world wide web.</p>
<p><%= link_to "Disrupt your industry", contact_path %> with a rapidly-deployed game-changing web site from Disruptive Ventures, Inc.</p><br/>
<% fc = Forecast.first %>
<% unless fc.nil? %>
<br/>
<h3> <%= link_to "#{fc.f_period} in Warsaw", weather_path %>: <%= fc.weather %> (<%= fc.temp %>&deg;)</h3>
<% end %>
<h4><%= link_to(image_tag("/images/feed-icon-14x14.png", :class => "feed_icon"), "http://feeds.feedburner.com/DisruptiveVenturesInc") %> <%= link_to("Disruptive News", "http://feeds.feedburner.com/DisruptiveVenturesInc") %></h4>
<h4><%= link_to(image_tag("/images/twitter_icons_14.png", :class => "feed_icon"), "http://twitter.com/disrupt") %> <%= link_to("Disruptive Tweets", "http://twitter.com/disrupt") %></h4>
<div id="twitter_div">
<h2 class="twitter-title">Recent Tweets...</h2><br/>
<ul id="twitter_update_list">
<% Tweet.last_5.each do |twt| %>
<li><%= twt.tweet_text %><br/><div class="twitter_date"><%= link_to "#{time_ago_in_words(twt.tweet_date.to_time)} ago", "http://twitter.com/#{twt.username}/status/#{twt.twitter_id}" %></div></li>
<% end %>
</ul>
</div>
<div style="float: right;">
<% if @validated %>
<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml11-blue" alt="Valid XHTML 1.1" height="31" width="88" /></a>
<% end %>
</div>
<div id="contact">
<%= link_to(image_tag("dv_ico_60.png", :style => "float: left; padding-right: 24px;"), about_us_path) %>
<p><%= render :partial => "/users/user_bar" %><br/>
&copy; <%= Date.today.year %> <%= link_to "Disruptive Ventures, Inc.", about_us_path %><br/>
Warsaw, Indiana, USA. +1-260-249-8980</p>
</div>
</div>
</div>
<div id="footer">
<p class="warning">WARNING: Disruptive Ventures creates technological innovations, products and services that use a "disruptive" strategy, rather than a "revolutionary" or "sustaining" strategy, to overturn the existing dominant technologies or status quo products in a market. Market-altering strategies may create extraordinary opportunities and life-changing adventures; proceed at your own risk.</p>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-304717-6");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment