-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContactUs.aspx
113 lines (106 loc) · 3.11 KB
/
ContactUs.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
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="ContactUs.aspx.cs" Inherits="ContactUs" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
.auto-style2 {
width: 374px;
}
.auto-style3 {
width: 702px;
}
.auto-style4 {
width: 374px;
height: 20px;
}
.auto-style5 {
width: 702px;
height: 20px;
}
.auto-style6 {
width: 702px;
height: 20px;
color: #FFFFFF;
}
.auto-style7 {
color: #FFFFFF;
font-size: large;
}
.auto-style8 {
width: 374px;
height: 20px;
color: #FFFFFF;
}
.auto-style9 {
border-collapse: collapse;
width: 690px;
max-width: 100%;
table-layout: auto;
height: 105px;
top: 245px;
right: -8px;
bottom: -245px;
left: 8px;
margin-bottom: 20px;
}
.auto-style10 {
font-size: large;
}
.style1
{
width: 374px;
height: 20px;
color: #000000;
}
.style2
{
width: 702px;
height: 20px;
color: #000000;
}
.style3
{
width: 374px;
color: #000000;
}
.style4
{
width: 702px;
color: #000000;
}
</style>
</asp:Content>
<asp:Content ID="Content2" runat="server" contentplaceholderid="ContentPlaceHolder1">
<link href="Style/BackGround.css" rel="stylesheet" />
<div style="height: 199px; width: 1123px; background-image: url('images/contactusnew.jpg'); margin-left: 130px;"
align="left"><br />
<br />
<br />
<br />
<br />
<br />
<br />
<div style="border-top: medium inset #C0C0C0; border-left: medium outset #C0C0C0; border-right: medium inset #C0C0C0; height: 63px; width: 556px; background-color: #000000; margin-left: 208px; margin-bottom: 0px;"
align="center">
<asp:Label ID="Label1" runat="server" Font-Bold="True"
Font-Names="Times New Roman" Font-Size="XX-Large" Text=" Contact Us"
ForeColor="White"></asp:Label>
<div style="height: 729px"><table style="margin: auto; clip: rect(auto, auto, auto, auto); border-spacing: inherit; color: #000000 ;" align="left" bgcolor="White" class="auto-style9" >
<tr class="auto-style7">
<td class="style1">BUSINESS HOURS</td>
<td class="style2" width="20">Code Sense LLC.</td>
</tr>
<tr class="auto-style7">
<td class="style3">Mon - Fri 8:00am - 5:00pm</td>
<td class="style4">FIU Broward Campus</td>
</tr>
<tr class="auto-style10">
<td class="auto-style4">Sat 9:00am - 3:00 pm </td>
<td class="auto-style5">Direct: 555-555-5555</td>
</tr>
<tr class="auto-style7">
<td class="style3">Sun Closed</td>
<td class="style4">DND: 000-000-0000</td>
</tr>
</table>
</body>
</div>
</asp:Content>