-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathContactUs.aspx
More file actions
92 lines (67 loc) · 3.32 KB
/
ContactUs.aspx
File metadata and controls
92 lines (67 loc) · 3.32 KB
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
<%@ Page Title="" Language="C#" MasterPageFile="~/ui/mp/Master.master" AutoEventWireup="true" CodeFile="ContactUs.aspx.cs" Inherits="ContactUs" %>
<%@ Register src="ui/uc/EmailUserControl.ascx" tagname="EmailUserControl" tagprefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
.style5
{
font-family: "Broadway BT";
font-size: x-large;
text-align: left;
}
.style6
{
font-size: large;
}
.style8
{
width: 100%;
}
.style9
{
width: 653px;
}
.style10
{
font-size: x-large;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div id="header" class="style5">
Contact Us<br />
<br />
</div>
<div id="address" align="left">
<table cellpadding="5" cellspacing="10" class="style8">
<tr>
<td class="style9">
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0"
marginwidth="0"
src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=70+The+Pond+Road,+Toronto,+ON,+Canada&aq=0&oq=70+pond+road,+toronto&sll=37.0625,-95.677068&sspn=39.371738,86.572266&ie=UTF8&hq=&hnear=70+The+Pond+Rd,+Toronto,+Toronto+Division,+Ontario+M3J+3M6,+Canada&t=m&view=map&z=14&ll=43.770871,-79.499252&output=embed"
style="margin-left: 0px"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=70+The+Pond+Road,+Toronto,+ON,+Canada&aq=0&oq=70+pond+road,+toronto&sll=37.0625,-95.677068&sspn=39.371738,86.572266&ie=UTF8&hq=&hnear=70+The+Pond+Rd,+Toronto,+Toronto+Division,+Ontario+M3J+3M6,+Canada&t=m&view=map&z=14&ll=43.770871,-79.499252" style="color:#0000FF;text-align:left">View Larger Map</a></small>
</td>
<td>
<strong><span class="style10">Mailing Address:</span></strong><br />
<span class="style6">Seneca College</span><br class="style6" />
<span class="style6">Computer Studies</span><br class="style6" />
<span class="style6">70 The Pond ROad</span><br class="style6" />
<span class="style6">Toronto, Ontario, M3J 3M6</span><br />
<br />
<strong><span class="style10">General Inquiries</span><br class="style6" />
</strong><span class="style6">Phone: (416) 491-5050 ex 3700</span><br class="style6" />
<span class="style6">Faz: (416) 661-4034</span><br class="style6" />
<a href="mailto:computerstudies@senecac.on.ca"><span class="style6">computerstudies@senecac.on.ca</span></a><br />
<br />
<strong><span class="style10">Admissions</span><br class="style6" />
</strong><span class="style6">Registration Office</span><br class="style6" />
<span class="style6">registrar@senecac.on.ca</span></td>
</tr>
</table>
</div>
<div id="email" align="left">
<div id="header2" class="style5">
Email the Website Manager<br />
</div>
<uc1:EmailUserControl ID="EmailUserControl2" runat="server" />
</div>
</asp:Content>