-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.aspx
173 lines (168 loc) · 8.84 KB
/
Contact.aspx
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<%@ Page Title="" Language="C#" MasterPageFile="~/Home.master" AutoEventWireup="true" CodeFile="Contact.aspx.cs" Inherits="Contect" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
.auto-style4 {
width: 100%;
height: 715px;
}
.auto-style5 {
width: 239px;
height: 196px;
}
.auto-style6 {
width: 27px;
height: 19px;
}
.auto-style7 {
text-align: center;
font-size: x-large;
color: #0066FF;
height: 72px;
}
.auto-style16 {
width: 649px;
text-align: center;
height: 18px;
}
.auto-style18 {
font-size: large;
color: #0066FF;
}
.auto-style19 {
text-align: center;
height: 234px;
}
.auto-style21 {
font-size: large;
font-weight: bold;
color: #0066FF;
}
.auto-style23 {
width: 649px;
text-align: center;
height: 72px;
}
.auto-style24 {
height: 72px;
}
.auto-style26 {
width: 649px;
text-align: center;
height: 54px;
}
.auto-style27 {
}
.auto-style28 {
width: 51px;
height: 50px;
}
.auto-style29 {
width: 63px;
height: 50px;
}
.auto-style31 {
color: #0066FF;
}
.auto-style33 {
font-size: medium;
color: #000000;
}
.auto-style34 {
width: 49px;
height: 45px;
}
.auto-style35 {
width: 54px;
height: 41px;
}
.auto-style37 {
width: 48px;
height: 50px;
}
.auto-style38 {
width: 649px;
text-align: center;
height: 81px;
}
.auto-style39 {
width: 649px;
text-align: center;
height: 61px;
}
.auto-style40 {
font-size: large;
}
.auto-style41 {
color: #FF0000;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div id="content">
<br />
<table class="auto-style4">
<tr>
<td class="auto-style19" colspan="2">
<img alt="" class="auto-style5" src="images/contactus.png" /></td>
</tr>
<tr>
<td class="auto-style7" colspan="2"><strong>We'd
<img alt="" class="auto-style6" src="images/heart.png" /> to help!!!</strong></td>
</tr>
<tr>
<td class="auto-style26">
<img alt="" class="auto-style34" src="img/username-logo-png-4.png" />
<asp:TextBox ID="TextBox1" runat="server" AutoCompleteType="Disabled" BorderColor="#FF6600" Height="46px" Width="396px" Placeholder="Enter Username"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1" ErrorMessage="*" style="font-size: x-large; font-weight: 700; color: #FF0000"></asp:RequiredFieldValidator>
</td>
<td class="auto-style27" rowspan="4">
<br />
<span class="auto-style18">Mumbai, Maharashtra</span><br />
<br />
<br />
<img alt="" class="auto-style28" src="img/white-phone-icon-png--clipart-best-30.png" /> <span class="auto-style18"> (+91) 992-024-7082</span><br />
<br />
<img alt="" class="auto-style29" src="img/email.jpg" /> <span class="auto-style31"><span class="auto-style18"> <a href="mailto:[email protected]">[email protected]</a><br />
[email protected]</span><br class="auto-style18" />
</span> </td>
</tr>
<tr>
<td class="auto-style16">
<br />
<img alt="" class="auto-style35" src="img/email.jpg" />
<asp:TextBox ID="TextBox2" runat="server" AutoCompleteType="Disabled" BorderColor="#0066FF" Height="46px" Width="396px" Placeholder="Emial-id"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox2" ErrorMessage="*" style="font-size: x-large; font-weight: 700; color: #FF0000"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="auto-style38">
<img alt="" class="auto-style37" src="img/fedbackwrie.png" style="vertical-align: top" />
<asp:TextBox ID="TextBox4" runat="server" AutoCompleteType="Disabled" BorderColor="#0066FF" CssClass="auto-style33" Height="64px" TextMode="MultiLine" Width="396px" Placeholder="Go ahead we are listening..."></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="TextBox4" ErrorMessage="*" style="font-size: x-large; font-weight: 700; color: #FF0000"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="auto-style39" style="vertical-align: top">
</td>
</tr>
<tr>
<td class="auto-style23"><strong>
<asp:Button ID="Button1" runat="server" CssClass="auto-style21" Height="42px" Text="Submit" Width="124px" OnClick="Button1_Click" />
</strong></td>
<td class="auto-style24"></td>
</tr>
<tr>
<td colspan="2"> <span class="auto-style40"> <asp:Label ID="Label1" runat="server" CssClass="auto-style41"></asp:Label>
</span>
</td>
</tr>
</table>
</div>
</asp:Content>