-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
86 lines (79 loc) · 3.98 KB
/
contact.html
File metadata and controls
86 lines (79 loc) · 3.98 KB
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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script>
<style>
* {box-sizing: border-box;}
.container {right: 0; margin: 20px; max-width: 500px; padding: 16px; background-color: white;}
.btn {background-color: dodgerblue;color: white;padding: 16px 20px}
h2{background-color: #4CAF50;opacity: 1;text-align: center;color: white;font-family: 'Times New Roman';padding: 10px;}
form{ border: 1px solid grey;}
.containers{border: 1px solid grey;padding: 50px;width: 35%;background-color: darkslategray;margin: 50px 50px 50px 600px}
</style>
</head>
<body background="bk2.jpg">
<div class="navbar">
<a class="active" href="home.html" style ="float:left"><i class="fa fa-fw fa-home"></i> Renzo's</a>
<a href="contact.html"><i class="fa fa-fw fa-envelope"></i> Contact Us</a>
<a href="about.html"><i class="fa fa-fw fa-user"></i> About Us</a>
<div class="dropdown">
<button class="dropbtn">Vehicles
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="Rav4.html" style="color: black">Toyota Rav4</a>
<a href="Camry.html" style="color: black">Toyota Camry</a>
<a href="Corolla.html" style="color: black">Toyota Corolla</a>
<a href="Noah.html" style="color: black">Toyota Noah</a>
</div>
</div>
<a href="gallery.html"><i class="fa fa-fw fa-search"></i> Gallery</a>
</div>
<!-- The Contact Section -->
<div style="max-width:300px ; text-align: center" id="contact">
<br><br><h2>CONTACT</h2><br><br>
<div>
<div style="border-style: solid; border-color:#4CAF50">
<form action="/action_page.php" target="_blank" class="container">
<div style="margin:0 -16px 8px -16px">
<div>
<i class="fa fa-map-marker" style="width:30px"></i> Mandeville, Manchester, JAMAICA W.I<br><br>
<i class="fa fa-envelope" style="width:30px"> </i> Email: renzosltd@mail.com<br><br>
<i class="fa fa-phone" style="width:30px"></i> Phone: +(876) 111-1111<br><br>
</div>
<div>
<input type="text" placeholder="Name" required name="Name">
</div>
<div>
<input type="text" placeholder="Email" required name="Email">
</div>
<input type="text" placeholder="Message" required name="Message">
</div>
<button type="submit">SEND</button><br><br>
</form>
</div>
</div>
</div>
<br>
<div class="col-12" style=" text-align:center">
<!-- Heading of paragraph-->
<a style="color:white">Renzo's LTD.</br></br>
<a style="color:white">
Our goal is to support and achieve our vision, through the cultivation of right behaviour, right action and fair practices.</br><br>
People Development | Good Corporate Citizenship | Service Excellence | Effective Communication | Superior Customer Relations
</a>
</div>
<br>
<!--Social Media Links-->
<div>
<footer>
<a style="float:right; margin-right: 20px" href="https://twitter.com/ToyotaJamaica" class="fa fa-twitter"></a>
<a style="float:right ; margin-right: 25px" href="https://www.instagram.com/toyotajamaicaltd/?hl=en" class="fa fa-instagram"></a>
<a style="float:right; margin-right: 30px" href="https://www.facebook.com/ToyotaJamaica/" class="fa fa-facebook"></a>
<p>Privacy Policy ©2019 RENZO'S CORPORATION. ALL RIGHTS RESERVED</p>
</footer>
</div>