-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcontactus.html
37 lines (36 loc) · 2.39 KB
/
contactus.html
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
---
layout: default
title: Contact Us
permalink: /contactus/
description: Have a question? Feel free to reach out to us!
---
<section class="wrapper style5">
<div class="inner">
<section id="three" class="wrapper style3 special">
<div class="inner">
<header class="major">
<h2 style="color:white">Contacts</h2>
</header>
<ul class="features">
<li class="icon fa-info-circle">
<h3 style="color:white"><a href="mailto:[email protected]?subject=General%20Enquiry">General Enquiry</a></h3>
<p>If you have any general enquiry or wish to send us feedback contact us at [email protected] or by clicking <a href="mailto:[email protected]?subject=General%20Enquiry">here</a>!</p>
</li>
<li class="icon fa-handshake-o">
<h3 style="color:white"><a href="mailto:[email protected][email protected]&subject=[IEEE-HKN%20NUS]%20External%20Stakeholder%20Enquiry">External Stakeholder</a></h3>
<p>Interested in working with IEEE-HKN NUS? Please contact our Director of External Relations, <a href="mailto:[email protected][email protected]&subject=[IEEE-HKN%20NUS]%20External%20Stakeholder%20Enquiry">Tran Thi Phuong Thao</a>.</p>
</li>
<li class="icon fa-users">
<h3 style="color:white"><a href="mailto:[email protected][email protected]&subject=[IEEE-HKN%20NUS]%20NUS%20Community%20Enquiry">NUS Community</a></h3>
<p>Need help with your studies or want to learn more about the peer tutoring program? Feel free to reach out to either of our Co-Directors of Community Engagement, <a href="mailto:[email protected][email protected]&subject=[IEEE-HKN%20NUS]%20NUS%20Community%20Enquiry">Chua Wan Ning</a>
and <a href="mailto:[email protected][email protected]&subject=[IEEE-HKN%20NUS]%20NUS%20Community%20Enquiry">Pang Kai Lin</a>!</p>
</li>
<li class="icon fa-code">
<h3 style="color:white"><a href="mailto:[email protected][email protected]&subject=[IEEE-HKN%20NUS]%20Technical%20Enquiry">Technical Difficulty</a></h3>
<p>Any technical difficulties with our website or online resources? Feel free to reach out to our Director of IT, <a href="mailto:[email protected][email protected]&subject=[IEEE-HKN%20NUS]%20Technical%20Enquiry">Tra Quang Minh Thong</a>!</p>
</li>
</ul>
</div>
</section>
</div>
</section>