<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../xsl/kiwicrossing.xslt"?>
<!--<!DOCTYPE CSE_Container SYSTEM "../CSE_Tags.dtd">-->
<main>
    <logo/>
    <header active-link="Contact"/>
    <wrap>
        <content>
            <h1>Contact</h1>
            <h2>Here is my email address. You can also use the form below to contact me.</h2>
            <p>Email: <a href="mailto:alex@kiwicrossing.com" title="Email me">Alex Coe</a></p>
            <div id="contact-form">
              <form method="post" action="../SendMail.asp">
                <p><label for="name">Enter your name:</label></p>
                <p><input type="text" size="25" name="name" id="name" tabindex="7" accesskey="7" /></p>
                <p><label for="email">Enter your email address:</label></p>
                <p><input type="text" size="25" name="email" id="email" tabindex="8" accesskey="8" /></p>
                <p><label for="email1">Confirm your email address:</label></p>
                <p><input type="text" size="25" name="email1" id="email1" tabindex="9" accesskey="9" /></p>
                <p><label for="subject">State the subject of your enquiry:</label></p>
                <p>
                  <select name="subject" id="subject" size="1" tabindex="10">
                    <option value=" " />
                    <option value="commission me">Commission Me</option>
                    <option value="resume">R&#233;sum&#233;</option>
                    <option value="web design">Web Design</option>
                    <option value="more info">More Info</option>
                    <option value="other">Other</option>
                  </select>
                </p>
                <p><label for="body">Enter your enquiry:</label></p>
                <p><textarea name="body" id="body" cols="55" rows="15" tabindex="11" accesskey="t"></textarea></p>
                <p id="submit"><input type="submit" value="Submit" tabindex="12" accesskey="s" /></p>
              </form>
            </div> <!-- end #contact-form -->
        </content>
    </wrap>
    <footer link="xml/contact.xml"/>
    <clearer/>
</main>
