-
Notifications
You must be signed in to change notification settings - Fork 1
/
submit.htm
33 lines (31 loc) · 1.39 KB
/
submit.htm
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Rhetorlist | Submit a Book</title>
<meta name="viewport" content="initial-scale=1.0" />
<link rel="stylesheet" href="https://use.typekit.net/ubq1yoi.css">
<link rel="stylesheet" href="css/style.css?v=0.4">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-9134554-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-9134554-3');
</script>
</head>
<body>
<section class="container submit-page">
<h1>Rhetorlist</h1>
<h2>Tracking new books in Rhetoric & Writing, Composition Studies, Technical Communication, and related disciplines.</h2>
<ul class="nav-links">
<li><a href="index.htm">Home</a></li>
<li><a href="about.htm">About this site</a></li>
<li><a href="submit.htm" class="current">Submit a book</a></li>
<li><a href="search.htm">Search Rhetorlist</a></li>
</ul>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScWGytO52Wkun3RpQM2L7So9NHliqmZQXzwArHIYg7wgMjJqA/viewform?embedded=true" width="100%" height="1371" frameborder="0" marginheight="0" marginwidth="0" >Loading...</iframe>
</section>
</body>
</html>