-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·120 lines (115 loc) · 4.36 KB
/
contact.html
File metadata and controls
executable file
·120 lines (115 loc) · 4.36 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
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
---
layout: page
title: MSESS | Contact us
permalink: /contact/
---
<!-- Slider Start -->
<section id="global-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h1>Contact</h1>
<p>MSESS strives to provide the best services possible</br></p>
<body>Thank you for showing interest in our student society</body>
<ul class="social-icons">
<li>
<a href="https://www.facebook.com/sfu.msess/"><i class="fa fa-facebook"></i></a>
</li>
<li>
<a href="https://ca.linkedin.com/company/msess"><i class="fa fa-linkedin"></i></a>
</li>
<!--<li>
<li>
<a href="http://www.themefisher.com"><i class="fa fa-google"></i></a>
</li>
<a href="http://www.themefisher.com"><i class="fa fa-pinterest"></i></a>
</li>
<li>
<a href="http://www.themefisher.com"><i class="fa fa-dribbble"></i></a>
</li>
<li>
<a href="http://www.themefisher.com"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="http://www.themefisher.com"><i class="fa fa-behance"></i></a>
</li>
-->
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- contact form start -->
<section id="contact-form">
<div class="container">
<h1> <strong> General Inquiries </strong> </br></h1>
<li><i class="fa fa-envelope-o"></i>
VP Services </br></li>
<a href="mailto:services@msess.ca">services@msess.ca</a>
<h1> <strong> Academic Concerns </strong> </br> </h1>
<li><i class="fa fa-envelope-o"></i>
VP Communications </br></li>
<a href="mailto:vpcomm@msess.ca">vpcomm@msess.ca</a> </li>
<h1> <strong> Booking Events </strong> </br> </h1>
<li><i class="fa fa-envelope-o"></i>
President </br></li>
<a href="mailto:president@msess.ca">president@msess.ca</a>
<h1> <strong> Sponsorship Inquiries and Career Fair Connect </strong> </br> </h1>
<li><i class="fa fa-envelope-o"></i>
VP Communications </br></li>
<a href="mailto:vpcomm@msess.ca">vpcomm@msess.ca</a>
<h1> <strong> MSESS Forms </strong> </br> </h1>
<li><i class="fa fa-envelope-o"></i>
Regrets Form </br></li>
<a href="../docs/MSESS-Regrets-form.docx">Meeting Regrets Form</a>
<div id="contact-box" class="row">
<div class="col-md-6 col-sm-12">
<div class="block">
<h2>Visit us here</h2>
<ul class="address-block">
<li>
<i class="fa fa-map-marker"></i>Office: Room 4014, 250 - 13450 – 102nd Avenue,<br>
Surrey, BC, Canada
</li>
</ul>
</div>
</div>
<div id="contact-box" class="row">
<div class="col-md-6 col-sm-12">
<div class="block">
<h2> Mailing address</h2>
<ul class="address-block">
<li>
250-13450 102 Avenue, Surrey, BC, Canada V3T 0A3
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="block">
<h2>Visit Us here</h2>
<div class="google-map">
<iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=-122.85116761922838%2C49.18679108357785%2C-122.84838616847993%2C49.18896660638949&layer=mapnik&marker=49.18787885694087%2C-122.84977689385414" style="border: 1px solid black"></iframe><br/><small><a href="https://www.openstreetmap.org/?mlat=49.18788&mlon=-122.84978#map=19/49.18788/-122.84978">View Larger Map</a></small>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Call to action Start -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>We are the Mechatronic Systems Engineering student society</h2>
<p>Stay updated with current events! We look forward to working with you! </p>
<a class="btn btn-default btn-call-to-action" href="http://msess.ca/" >Join Our Team</a>
</div>
</div>
</div>
</div>
</section>