CINXE.COM
Contact Us
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Contact Us</title> <link rel="stylesheet" type="text/css" href="styles/main.css" media="all"> <link rel="stylesheet" type="text/css" href="styles/contact.css" media="all"> <link rel="shortcut icon" href="images/favicon.ico"> <script src="scripts/itd.js"></script> <!-- Hack to get IE to recognize HTML5 elements--> <!--[if lt IE 9]> <script src="scripts/html5.js"></script> <![endif]--> </head> <body> <div id="banner" role="banner"> <div id="journal">Information Technology and Disabilities Journal</div> <nav role="navigation"> <ul> <li><a href="index.html">Home</a></li> <li><a href="siteindex.html">Index</a></li> <li><a href="about.html">About</a></li> <li><a href="contact.html" class="thisPage">Contact</a></li> </ul> </nav> </div> <div id="main" role="main"> <h1 id="title">Contact Us</h1> <p>Information Technology and Disabilities Journal is a publication of <a href="http://easi.cc/">EASI</a> (Equal Access to Software and Information) and <a href="http://athenpro.org">ATHEN</a> (Access Technology Higher Education Network), with support from <a href="http://uw.edu/doit">DO-IT</a> (Disabilities, Opportunities, Internetworking, and Technology) at the University of Washington. </p> <p>For inquiries related to journal content and submissions, or for technical inquiries, please contact us by completing the following form.</p> <p style="font-weight:bold">All fields are required</p> <form id="contact" action="contact.html" method="post"> <div> <label for="name">Your name:</label> <input type="text" name="name" id="name" required value=""> </div> <div> <label for="email">Your email:</label> <input type="email" name="email" id="email" required value=""> </div> <div> <label for="subject">Subject:</label> <input type="text" name="subject" id="subject" required value=""> </div> <div> <label for="msg">Message:</label> <textarea name="msg" id="msg" required rows="20"></textarea> </div> <div style="display:none;visibility:hidden;"> <label for="ff"> Ignore this text box. It is used to detect spammers.If you enter anything into this text box, your form will not be processed.</label> <input type="text" name="fakeField" id="ff" size="1" value=""/> </div> <div class="formField"> <input type="submit" name="send" value="Send" class="button"/> <input type="reset" name="reset" value="Reset" class="button"/> </div> </form> </div><!-- end #main--> <footer role="contentinfo"> <div id="logos"> <img src="images/easi_logo.gif" alt="EASI logo" height="95" width="200" style="padding-right:0"> <img src="images/athen_logo.png" alt="ATHEN logo" height="95" width="154"> <img src="images/doit_logo.gif" alt="DO-IT logo" height="95" width="77"> </div> <p>Information Technology and Disabilities Journal is a publication of <a href="http://easi.cc/">EASI</a> (Equal Access to Software and Information) and <a href="http://athenpro.org">ATHEN</a>, with support from <a href="http://www.washington.edu/doit">DO-IT</a> (Disabilities, Opportunities, Internetworking, and Technology) at the University of Washington. These materials are protected under a <a href="http://creativecommons.org/licenses/by-nc-nd/3.0/">Creative Commons License</a>. You are free to copy and share the content for non-commercial purposes, as long as you credit the author(s) and ITD-Journal.</p> </footer> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-40175174-1']); _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>