|
|
Line 1: |
Line 1: |
− | {{:Team:Oxford/Templates/Nav}}
| |
| | | |
− | <html>
| |
− | <style>
| |
− | /*main colour*/
| |
− | .navbar-default .navbar-brand,
| |
− | .contents-sidebar .nav>.active>a,
| |
− | .contents-sidebar .nav>.active>a,
| |
− | .contents-sidebar .nav>li>a:hover,
| |
− | .contents-sidebar .nav>li>a:focus,
| |
− | h2,
| |
− | h1,
| |
− | .main-container .section a {
| |
− | color: #871f78;
| |
− | }
| |
− | .contents-sidebar .nav>.active>a,
| |
− | .contents-sidebar .nav>li>a:hover,
| |
− | .contents-sidebar .nav>li>a:focus {
| |
− | border-left: 2px solid #002147;
| |
− | }
| |
− | .image.lightbox, #notebook-key-button {
| |
− | background-color: #002147;
| |
− | }
| |
− | /*complimentary colour*/
| |
− | .navbar-default .navbar-brand:hover,
| |
− | .definition:hover, .definition:focus,
| |
− | ol li::before,
| |
− | .slim ul li:before,
| |
− | .table>thead>tr>th,
| |
− | .algorithm ol li::before,
| |
− | .quote,
| |
− | .quote h3,
| |
− | a,
| |
− | a:visited,
| |
− | a:hover
| |
− | {
| |
− | color:#2C9D91;
| |
− | }
| |
− | .definition {
| |
− | border-bottom: 1px dotted #2C9D91;
| |
− | }
| |
− | #notebook-key-button.active {
| |
− | background-color: #2C9D91;
| |
− | }
| |
− | .popover.right>.arrow::after{
| |
− | border-right-color: #2C9D91;
| |
− | }
| |
− | .popover.bottom>.arrow::after {
| |
− | border-bottom-color: #2C9D91;
| |
− | }
| |
− | .popover.left>.arrow::after {
| |
− | border-left-color: #2C9D91;
| |
− | }
| |
− |
| |
− | .page-heading h3 {
| |
− | text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
| |
− | }
| |
− |
| |
− |
| |
− | </style>
| |
− |
| |
− |
| |
− | <div class="container-fluid">
| |
− | <div class="row">
| |
− | <div class="col-md-9">
| |
− | <div class="slim">
| |
− | <div class="section" id="contact">
| |
− | <h2>Contact Us</h2>
| |
− | <form name="htmlform" method="post" action="html_form_send.php">
| |
− | <table width="450px">
| |
− | </tr>
| |
− | <tr>
| |
− | <td valign="top">
| |
− | <label for="first_name">First Name *</label>
| |
− | </td>
| |
− | <td valign="top">
| |
− | <input type="text" name="first_name" maxlength="50" size="30">
| |
− | </td>
| |
− | </tr>
| |
− |
| |
− | <tr>
| |
− | <td valign="top">
| |
− | <label for="last_name">Last Name *</label>
| |
− | </td>
| |
− | <td valign="top">
| |
− | <input type="text" name="last_name" maxlength="50" size="30">
| |
− | </td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td valign="top">
| |
− | <label for="email">Email Address *</label>
| |
− | </td>
| |
− | <td valign="top">
| |
− | <input type="text" name="email" maxlength="80" size="30">
| |
− | </td>
| |
− |
| |
− | </tr>
| |
− | <tr>
| |
− | <td valign="top">
| |
− | <label for="telephone">Telephone Number</label>
| |
− | </td>
| |
− | <td valign="top">
| |
− | <input type="text" name="telephone" maxlength="30" size="30">
| |
− | </td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td valign="top">
| |
− | <label for="comments">Comments *</label>
| |
− | </td>
| |
− | <td valign="top">
| |
− | <textarea name="comments" maxlength="1000" cols="25" rows="6"></textarea>
| |
− | </td>
| |
− |
| |
− | </tr>
| |
− | <tr>
| |
− | <td colspan="2" style="text-align:center">
| |
− | <input type="submit" value="Submit"> ( <a href="http://www.freecontactform.com/html_form.php">HTML Form</a> )
| |
− | </td>
| |
− | </tr>
| |
− | </table>
| |
− | </form>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− | <div class="col-md-3 contents-sidebar">
| |
− | <ul id="sidebar" class="nav nav-stacked" data-spy="affix">
| |
− | </ul>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | </html>
| |
− | {{:Team:Oxford/Templates/Foot}}
| |