forked from opensrc-org/opensrc-org.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contact-Us.html
55 lines (48 loc) · 1.84 KB
/
Contact-Us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Contact Us</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="../css_/bootstrap.min.css" rel="stylesheet">
<!--<link href="CSS/mdb.css_" rel="stylesheet">-->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Arvo|Josefin+Slab|Open+Sans|Ubuntu|Courgette|Dancing+Script|Satisfy|Raleway" rel="stylesheet">
<link href="../css_/Contact_Us.css" rel="stylesheet">
<script src="../js_/jquery.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="../js_/Script.js"></script>
<script>
var $ = jQuery.noConflict();
</script>
<script src="../js_/bootstrap.min.js"></script>
</head>
<body>
<div class="container-fluid" id="contact-us">
<div class="row">
<div class="col-lg-12" id="header">
<h1>let's make something awesome together</h1>
</div>
</div>
<div class="row" id="reach-us">
<div class="col-lg-4 col-md-4 col-sm-12" id="address">
<span class="fa fa-map-marker fa-4x"></span>
<p>Jaypee Institute Of Information Technology,<br>
A-10, Sector-62,<br>
Noida, U.P., INDIA
</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-12" id="mail">
<span class="fa fa-envelope fa-4x"></span>
<br>[email protected] </p>
</div>
<div class="col-lg-4 col-md-4 col-sm-12" id="call">
<span class="fa fa-phone fa-4x"></span>
<br>
<p>9649824364<br>
9560672618</p>
</div>
</div>
</body>
</html>