-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.aspx.exclude
40 lines (29 loc) · 1.24 KB
/
Contact.aspx.exclude
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
<%@ Page Title="Contact" Language="VB" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeFile="Contact.aspx.vb" Inherits="Contact" %>
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
<footer>
<a name="foo">
<div class="foot">
<div class="social">
<h3>Stay connected</h3>
<a class="social youtube" href="https://www.youtube.com"> <img src="youtube1.jpg"/></a>
<a class="social facebook" href="https://www.facebook.com"><img src="facebook1.jpg"/></a>
<a class="social twitter" href="https://www.twitter.com"><img src="twitter1.jpg"/></a>
</div>
<div class="contact">
<h3>Contact Us</h3>
<form action="process.php" class="contact" method="get">
<label for="name" style="color:white"> Name </label><br>
<input class="text" name="name" type="text"/>
<br><br>
<label for="email" style="color:white"> Email </label><br>
<input class="text" name="email" type="text"/>
<br><br>
<label for="message" style="color:white"> Message </label><br>
<textarea class="message" name="message"></textarea>
<br><br>
<input class="submit" name="submit" type="submit" value="submit"/>
</form>
</div>
</div>
</footer>
</asp:Content>