-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontact.html
72 lines (65 loc) · 2.69 KB
/
contact.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
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
<!DOCTYPE HTML>
<!--
Spatial by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<meta name="msapplication-navbutton-color" content="#284c76">
<meta name="theme-color" content="#386AA4">
<title>SUTD Makerspace</title>
<link rel="icon" href="images/Logo White2.png" type="image/icon" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header" class="alt">
<h1><strong><a href="index.html">sutd makerspace</a></strong></h1>
<p> </p>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="contact.html">CONTACT</li>
</ul>
</nav>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<!-- Main -->
<section id="main" class="wrapper">
<div class="container">
<header class="major special">
<h2><img src="images/phone.png" width="40" height="40"> CONTACT US</h2>
<p>Location:</p>
<!-- Map -->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3988.7244723141607!2d103.96376386195651!3d1.341681671898129!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31da3cd8cd26e9e3%3A0x7de56b1846994e6c!2sSingapore%20University%20of%20Technology%20and%20Design!5e0!3m2!1sen!2ssg!4v1580190498038!5m2!1sen!2ssg" width="1200" height="540" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
</header><header><h3>Email:</h3></header>
<p>Do drop us an email at <em><strong>[email protected]</strong></em> if you have any queries.</p>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="https://www.facebook.com/groups/604171802926512/about/" class="icon fa-facebook"></a></li>
<li><a href="https://github.com/OpenSUTD/makerspace" class="icon fa-github"></a></li>
<li><a href="https://www.instagram.com/sutdmakers/" class="icon fa-instagram"></a></li>
</ul>
<ul class="copyright">
<li>Copyright © 2021</li>
<li>Powered by GitHub <a href="http://templated.co"> </a></li>
<li>Instagram: <a href="http://unsplash.com">@sutdmakers</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>