-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
168 lines (149 loc) · 5.81 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"></link>
<link rel="stylesheet" href="css/Cheeky.css"></link>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Contact</title>
</head>
<body>
<!--Navbar-->
<nav class="navbar navbar-expand-sm navbar-light bg-light fixed-top">
<div class="container-fluid">
<!-- Search bar -->
<form class="form-inline" id="searchbar">
<input class="form-control" type="text" placeholder="Search" aria-label="Search">
</form>
<!-- Top right links -->
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="signin.html">LOG IN</a>
</li>
<li class="nav-item">
<a class="nav-link" href="cart.html?showcart=true"id="cartnumber"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="checkout.html">CHECKOUT</a>
</li>
</ul>
</div>
</nav>
<!-- Company Logo-->
<div class="container-fluid padding" id="logo">
<div class="row welcome text-center">
<div class="col-12">
<a href="index.html"><img src="img/logo.jpg"></a>
</div>
</div>
</div>
<!-- Collapsable Navbar-->
<nav class="navbar navbar-expand-lg navbar-light justify-content-center">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse w-100" id="navbarCollapse">
<ul class="navbar-nav justify-content-center w-100">
<li class="nav-item">
<a class="nav-link" href="index.html">HOME</a>
</li>
<li class="dropdown">
<a class="dropdown-toggle nav-link" id="dropdownMenuButton" data-toggle="dropdown"aria-haspopup="true" aria-expanded="false" role="button">
SHOP<span class="caret"></span>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="shop.html?prodtype=">All</a>
<a class="dropdown-item" href="shop.html?prodtype=birthday">Birthday</a>
<a class="dropdown-item" href="shop.html?prodtype=love">Love</a>
<a class="dropdown-item" href="shop.html?prodtype=sympathy">Sympathy</a>
<a class="dropdown-item" href="shop.html?prodtype=friend-everyday">Friendship/Everyday</a>
<a class="dropdown-item" href="shop.html?prodtype=thank-you">Thank You</a>
<a class="dropdown-item" href="shop.html?prodtype=congratulations">Congratulations</a>
<a class="dropdown-item" href="shop.html?prodtype=baby">New Baby</a>
<a class="dropdown-item" href="shop.html?prodtype=holiday">Holiday</a>
<a class="dropdown-item" href="shop.html?prodtype=moms-dads">Moms & Dads</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="stockist.html?stockist=true">STOCKISTS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sale.html?prodtype=sale">SALE</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="contact.html">CONTACT</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Contact Form -->
<div class="container-fluid padding">
<div class="row text-center">
<div class="col-12">
<h1 class="display-4">CONTACT US</h1>
<hr class="dark">
<h6>Please fill out this form to contact us. We will try our best to respond!</h6>
<form class="form-horizontal">
<div id="contactinfo">
<div class="form-group">
<input type="email" class="form-control" id="email" placeholder="Email">
</div>
<div class="form-group">
<textarea type="text" class="form-control md-textarea" id="contactmessage" placeholder="Message"></textarea>
</div>
</div>
<div class="form-group">
<button type="button" class="btn btn-secondary" id="contactbutton">SEND MESSAGE</button>
</div>
</form>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="container-fluid padding">
<div class="row text-center">
<hr class="dark">
<div class="col-md-4">
<p>INFO</p>
<a href="#">Customer Info</a>
</div>
<div class="col-md-4">
<h6>SIGN UP FOR OUR NEWSLETTER</h6>
<p>Sign up to get the latest on sales, new releases and more...</p>
<form class="form-horizontal">
<div class="form-group">
<input type="email" class="form-control" id="email" placeholder="Email address">
</div>
<div class="form-group">
<button type="button" class="btn btn-secondary">SIGN UP</button>
</div>
</form>
<div class="social">
<a href="https://www.facebook.com/cheekybeakcards/"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="https://www.instagram.com/cheekybeakcardco/"><i class="fa fa-instagram"></i></a>
</div>
</div>
<div class="col-12 social padding">
<hr class="dark" id="blackhr">
<h6>© CheekyBeakCardCo</h6>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="js/cheeky.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
</body>
</html>