-
Notifications
You must be signed in to change notification settings - Fork 192
/
submit.html
47 lines (41 loc) · 1.83 KB
/
submit.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!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>