-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathfooter.php
60 lines (52 loc) · 3.12 KB
/
footer.php
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
<?php ?>
<html>
<head>
<title>HomePage</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/col.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.css">
<!-- <link rel="stylesheet" type="text/css" href="css/homepage.css"> -->
</head>
<body>
<?php ?>
<html>
<head>
<title>HomePage</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/col.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.css">
<!-- <link rel="stylesheet" type="text/css" href="css/homepage.css"> -->
</head>
<body>
<footer class="container-fluid footer">
<div class="container">
<div class="l6 m6 s12 x12">
<h3 class="body-color">Contact Form</h3>
<form class="body-color">
<label class="l4 m3 s3 x3 xs3 margin-bottom" for="email_id">Email Id:</label>
<input class="l8 m9 s9 x9 xs9 margin-bottom" type="text" name="email_id"> </input><br>
<label class="l4 m3 s3 x3 xs3 margin-bottom" for="name">Name:</label>
<input class="l8 m9 s9 x9 xs9 margin-bottom" type="text" name="name"> </input>
<label class="l4 m3 s3 x3 xs3 margin-bottom" for="message"> Message:</label>
<textarea class="l8 m9 s9 x9 xs9 margin-bottom" name="message" id="message" cols="30" rows="5"></textarea>
<button class="button_default bg-body-color" id="send_button">Send</button>
</form>
</div>
<div class="l3 m3 s12 x12">
<h3 class="body-color">Address</h3>
<p class="margin-bottom"><i class="body-color">A-304, Oberoi Chambers, Off Link Road, Andheri west, Mumbai - 400053.</i></p>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15077.482815986945!2d72.82452842321781!3d19.135243804331314!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x68aed6dd3b427b4!2sDigimkey!5e0!3m2!1sen!2sin!4v1517302268060" width="190" height="175" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<div class="l3 m3 s12 x12">
<h3 class="body-color">Connect with us</h3>
<div class="row center-block"><div class="l3 m3 s3 x5 xs5 margin-bottom"><img src="images/004-facebook.svg" class="svg_img"></div><div class="l9 m9 s9 x7 xs7 body-color svg_height">Facebook</div></div>
<div class="row center-block"><div class="l3 m3 s3 x5 xs5 margin-bottom"><img src="images/003-youtube.svg" class="svg_img"></div><div class="l9 m9 s9 x7 xs7 body-color svg_height">Youtube</div></div>
<div class="row center-block"><div class="l3 m3 s3 x5 xs5 margin-bottom"><img src="images/002-twitter.svg" class="svg_img"></div><div class="l9 m9 s9 x7 xs7 body-color svg_height">Twitter</div></div>
<div class="row center-block"><div class="l3 m3 s3 x5 xs5 margin-bottom"><img src="images/001-whatsapp.svg" class="svg_img"></div><div class="l9 m9 s9 x7 xs7 body-color svg_height">Whatsapp</div></div>
</div>
</div>
</footer>
</body>
</html>
</body>
</html>