-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontact.html
More file actions
61 lines (47 loc) · 2.22 KB
/
contact.html
File metadata and controls
61 lines (47 loc) · 2.22 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
<!DOCTYPE html>
<html class="no-touch">
<head>
<title>iGEM Calgary // Contact</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/global.css" rel="stylesheet" media="screen">
<link href="css/global.mobile.css" rel="stylesheet" media="only screen and (max-width:600px)">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,500,700' rel='stylesheet' type='text/css'>
<link href="css/contact.css" rel="stylesheet" media="screen">
<!--<link href="css/contact.mobile.css" rel="stylesheet" media="only screen and (max-width:600px)">-->
</head>
<body>
<div id="guide"> </div>
<div w3-include-html="header.html"></div>
<div id="content">
<div class="container">
<div class="row header first" id="get-in-touch">
<div class="col-span-12">
<h1><span>Get in touch</span></h1>
</div>
</div>
<div id="contact-icons">
<a href="https://www.facebook.com/igemcalgary"><div class="contact-icon" id="facebook-icon"></div></a>
<a href="https://www.twitter.com/igemcalgary"><div class="contact-icon" id="twitter-icon"></div></a>
</div>
<div class="row header" id="say-hello">
<div class="col-span-12">
<h1><span>E-mail us at igem.calgary@gmail.com</span></h1>
</div>
</div>
</div>
</div>
<div w3-include-html="footer.html"></div>
<script src="js/load.js"></script>
<!-- JavaScript plugins (requires jQuery) -->
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- Optionally enable responsive features in IE8 -->
<script src="bootstrap/js/respond.min.js"></script>
<script src="js/global.js"></script>
<!--<script src="js/guide.js"></script>-->
<!--<script src="js/contact.js"></script>-->
</body>
</html>