forked from luisviman/BaBL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
46 lines (43 loc) · 2.26 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
<!DOCTYPE html>
<html>
<head>
<title>BaBL</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="js/lib/jquery-2.1.0.min.js"></script>
<script src="js/lib/uikit.min.js"></script>
<link href="//fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/babl.uikit.min.css"/>
<link rel="stylesheet" href="css/main.css"/>
<link rel="stylesheet" href="css/responsive.css"/>
<link rel="shortcut icon" href="/images/favicon.ico">
</head>
<body>
<div id="page">
<div id="header">
<div id="header1"><img src="/images/BaBLLogo.png" alt="BaBL" id="BaBLLogo"></div>
<div id="header2">
<h1><a href="/"><img src="/images/whiteTower.png" id="whiteTower">Home</a></h1>
<h1><a href="/whatsBaBL.html"><img src="/images/whiteTower.png" id="whiteTower">What's BaBL?</a></h1>
<h1><a href="/problems.html"><img src="/images/whiteTower.png" id="whiteTower">Problems?</a></h1>
<h1><a href="/contact.html"><img src="/images/whiteTower.png" id="whiteTower">Contact</a></h1>
</div>
<div id="header3"><img src="/images/IITLogo.png" alt="IIT" id="IITLogo"></div>
</div>
<div id="contactBody" class="body">
<div class="uk-panel uk-panel-box uk-panel-box-primary contactBody" id="form-panel">
<div id="informationContainer">
<img src="/images/tower.png" id="towerImage">
<h1 id="WB1" class="uk-text-primary">Contact:</h1>
<p>Please, don't hesitate to contact us:</p>
<p><a href="mailto:[email protected]">Email: [email protected]</a></p>
</div>
</div>
</div>
<div id="contactFooter" class="footer">
<a href="http://voip.itm.iit.edu/">IIT RTC Research Lab</a>
<a href="http://www.iit.edu">Illinois Institute of Technology</a>
<a href="http://www.webrtc.org">WebRTC.org</a>
</div>
</div>
</body>
</html>