-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
112 lines (100 loc) · 6.4 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!doctype html>
<html lang="en">
<head>
<title>Contact@HOLO</title>
<!-- Required meta tags -->
<meta name="description" content="Contact holo for queries! ">
<meta charset="utf-8">
<meta https-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Encode+Sans+Expanded" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:900|Oswald|Varela+Round" rel="stylesheet">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css">
<!-- Latest compiled and minified JavaScript -->
<link rel="icon" href="logo1.jpg" />
<script defer src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script>
</head>
<body>
<div class="navbar navbar-default navbar-collapse-top" data-spy="affix" data-offset-top="197" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><span><img style="padding-bottom: 10px;border-radius: 10px;" src="./images/logo3.jpg" ></span><span style="font-family: 'Montserrat', sans-serif;color: #7BC4FB;"> HOLO</span> </a> </div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right" >
<li ><a href="index.html" style="font-weight: bold;font-family: 'Raleway', sans-serif;">Home</a></li>
<li ><a href="blog.html" style="font-weight: bold;font-family: 'Raleway', sans-serif;">Blog</a></li>
<li class="active" ><a href="contact.html" style="font-weight: bold;font-family: 'Raleway', sans-serif;">Contact</a></li>
</ul>
</div>
</div>
</div>
<br><br>
<div class="container">
<p class="heading" style="font-style:font-weight: bold;font-family: 'Raleway', sans-serif;color: #7BC4FB; "> Contact </p>
<p class="font2" style="font-style:font-weight: bold;font-family: 'Raleway', sans-serif; " >
<i class="fa fa-user"></i> Swapnil Sourabh<br>
<i class="fa fa-map-marker" ></i> Address: K004, Winewood Street, California, USA<br>
<i class="fa fa-phone" ></i>Phone no: +1 454 658 255<br><br>
<p class="font2" style="font-style:font-weight: bold;font-family: 'Raleway', sans-serif;color:red " > Use the following Google map for the address location:</p>
</p>
<div id="map"></div>
</div>
<br><br>
<div class="navbar navbar-inverse navbar-static-bottom">
<div class="container">
<div class="navbar-text pull-left">
<b style="color: #F5F6F7">© HOLO</b>
<br>
Contact:<br>
<i class="fa fa-user"></i> Swapnil Sourabh<br>
<i class="fa fa-map-marker" ></i> K004, Winewood Street, California, USA<br>
<i class="fa fa-phone" ></i>+1 454 658 255
<br>
</div>
<div class="navbar-text pull-right">
<div >Follow us on : </div>
<span style="font-size:2.5em;display: inline-block;margin-left:.21em"><a href="https://www.facebook.com" target="blank"> <i class="fab fa-facebook" > </i></a></span><spacer>
<span style="font-size:2.5em;display: inline-block;margin-left:.21em"><a href="https://twitter.com" target="blank" ><i class="fab fa-twitter" ></i></a></span> <spacer>
<span style="font-size:2.5em;display: inline-block;margin-left:.21em"> <a href="mailto:[email protected]" > <i class="fas fa-envelope" > </i></a></span>
<span style="font-size:2.5em;display: inline-block;margin-left:.21em"> <a href="https://www.linkedin.com" target="blank"> <i class="fab fa-linkedin" > </i></a></span><spacer>
</div>
</div>
</div>
<script>
function initMap() {
var uluru = {lat: 32.70, lng: -117.04};
var map = new google.maps.Map(document.getElementById('map'), {
zoom: 12,
center: uluru
});
var marker = new google.maps.Marker({
position: uluru,
map: map
});
}
</script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD1ew63fkpcW1_F938UM01moHLFWIRAuYY&callback=initMap">
</script>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>