mirror of
https://github.com/bradfrost/this-is-responsive.git
synced 2026-01-14 16:47:57 -05:00
48 lines
1.8 KiB
HTML
48 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8' />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" type="text/css" media="all" href="styles.css">
|
|
<title>Submit a Resource | This Is Responsive</title>
|
|
<script type="text/javascript" src="js/modernizr.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div role="main">
|
|
<h1>Submit a Resource</h1>
|
|
|
|
<p class="intro">You can submit a resource or responsive pattern by <a href="https://github.com/bradfrost/this-is-responsive">submitting a pull request on Github</a> or by filling out the form below.</p>
|
|
|
|
<iframe height="500" allowTransparency="true" frameborder="0" scrolling="no" style="width:100%;border:none" src="https://bradfrost.wufoo.com/embed/z11p90m50f6cvej/" class="wufoo-form"><a href="https://bradfrost.wufoo.com/forms/z11p90m50f6cvej/">Fill out this form to add a resource to This Is Responsive</a></iframe>
|
|
</div>
|
|
<footer role="contentinfo">
|
|
<div>
|
|
<nav id="menu">
|
|
<ul role="navigation" class="nav">
|
|
<li><a href="index.html" class="nav-home">This Is <strong>Responsive.</strong></a></li>
|
|
<li><a href="patterns.html">Patterns</a></li>
|
|
<li><a href="resources.html">Resources</a></li>
|
|
<li><a href="http://thisisresponsive.tumblr.com">News</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-2687475-23']);
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
(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>
|
|
</body>
|
|
</html>
|