forked from axitkhurana/enterpriseforum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
60 lines (58 loc) · 2.21 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
<!DOCTYPE html>
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Pitch Fest</title>
<link rel="stylesheet" type="text/css" href="./Pitch Fest_files/bootstrap.css">
<link rel="shortcut icon" href="">
</head>
<body>
<div class="container">
<div id="header" class="row-fluid">
<div id="logo" class="span4">
<a href="./index.html">
<img src="./Pitch Fest_files/Pitch-Fest-1.png" alt="Pitch Fest">
</a>
</div>
<div id="menu" class="span8">
<div class="row-fluid">
<ul class="unstyled">
<li class="span2 menuitem"><a href="index.html">Home</a></li>
<li class="span2 menuitem"><a href="judges.html">Judges</a></li>
<li class="span2 menuitem"><a href="register.html">Register</a></li>
<li class="span2 menuitem"><a href="participation.html">Participation Protocol</a></li>
<li class="span2 menuitem"><a href="contact.html" class="active">Contact us</a></li>
</ul>
</div>
</div>
</div>
<div id="content" class="row-fluid">
<div >
<div class="img2 border1">
<img src="./Pitch Fest_files/locaton.jpg" alt="iitr">
</div>
<div class="row-fluid">
<div class="box1">
<p class="heading4"> Contact Us </p>
<div class="address">
<p >
<label class="text8">IIT Roorkee Alumni Association Of North America</label></br>
<p style="margin-left: -75px;"><em>Building B6, Suite #101</br>
2509 Dieppe Avenue SW </br>
Calgary, Alberta</br>
Canada T3E 7J9 </em></p>
</p>
</div>
<div class="telephone">
<p> Tel : +91 999 99 999 99 </p>
</div>
<div class="email">
<p> Email : [email protected] </p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
<style type="text/css"></style>
</html>