-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
185 lines (177 loc) · 7.53 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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!doctype html>
<html class="no-js" 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.0">
<title>Foundation for Sites</title>
<link href='https://fonts.googleapis.com/css?family=Spinnaker' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<div class="header">
<div class="row">
<div class="large-12 columns">
<div class="initial-nav">
<ul class="socials">
<li><a href=""><span class="fa fa-facebook"></span></a></li>
<li><a href=""><span class="fa fa-instagram"></span></a></li>
<li><a href=""><span class="fa fa-twitter"></span></a></li>
</ul>
<ul class="options">
<li><a href="">MY ACCOUNT</a></li>
<li><a href="">SHOPPING CART</a></li>
</ul>
</div>
<div class="main-info">
<div class="third search">
<form action="">
<input type="search" placeholder="search" class="finder border" />
</form>
</div>
<div class="third logo">
<img src="img/logo.png" width="100" height="115" alt="Logo">
</div>
<div class="third schedule">
<a href="" class="button transparent border nm">SCHEDULE AN APPOINTMENT</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<div class="main-menu">
<ul class="menu">
<li><a href="">ABOUT</a></li>
<li><a href="">THE EXPERIENCE</a></li>
<li><a href="">SHOP</a></li>
<li><a href="">MENSWEAR</a></li>
<li><a href="">ACCESSORIES</a></li>
<li><a href="">SUITING PACKAGES</a></li>
<li><a href="">FABRICS</a></li>
<li><a href="">CONTACT</a></li>
</ul>
</div>
<br />
<div class="indoors">
<h5 class="title">SCHEDULE AN APPOINTMENT</h5>
</div>
<div class="panel">
<img src="img/contact.jpg" width="931" height="301" alt="Contact" class="full">
<form action=""></form>
<div class="row content-pad">
<div class="large-4 columns">
<label for="name">FIRST NAME</label>
<input type="text" />
<label for="email">EMAIL</label>
<input type="email" />
<label for="city">CITY</label>
<input type="text" />
<label for="method">PREFERRED METHOD OF CONTACT</label>
<select name="method" id="method">
<option value="">phone</option>
<option value="">email</option>
</select>
</div>
<div class="large-4 columns">
<label for="name">LAST NAME</label>
<input type="text" />
<label for="email">PHONE</label>
<input type="text" />
<label for="state">STATE</label>
<select name="state" id="state">
<option value="">phone</option>
<option value="">email</option>
</select>
<label for="method_time">PREFERRED TIME OF CONTACT</label>
<select name="method_time" id="method_time">
<option value="">08:00</option>
<option value="">09:00</option>
<option value="">10:00</option>
</select>
</div>
<div class="large-4 columns">
<div class="checkbox">
<legend>PRODUCTS OF INTEREST</legend>
<div class="row">
<div class="large-6 columns">
<label for="checkbox1"><input id="checkbox1" type="checkbox">All</label>
<label for="checkbox2"><input id="checkbox2" type="checkbox">Suits</label>
<label for="checkbox3"><input id="checkbox3" type="checkbox">Sport Coats</label>
<label for="checkbox4"><input id="checkbox4" type="checkbox">Overcoats</label>
<label for="checkbox5"><input id="checkbox5" type="checkbox">Tuxedos</label>
</div>
<div class="large-6 columns">
<label for="checkbox6"><input id="checkbox6" type="checkbox">Shirts</label>
<label for="checkbox8"><input id="checkbox8" type="checkbox">Socks</label>
<label for="checkbox9"><input id="checkbox9" type="checkbox">Neckwear</label>
<label for="checkbox10"><input id="checkbox10" type="checkbox">Pocket Squares</label>
<label for="checkbox12"><input id="checkbox12" type="checkbox">Trousers</label>
</div>
</div>
</div>
<label for="method">PREFERRED METHOD OF CONTACT</label>
<select name="method" id="method">
<option value="">phone</option>
<option value="">email</option>
</select>
</div>
</div><!-- / row -->
<div class="text-center">
<input type="submit" value="SUBMIT" class="button transparency" />
</div>
</form>
</div> <!-- /panel -->
</div>
</div> <!-- /main-row -->
<br />
<br />
<br />
<footer>
<div class="row">
<div class="large-12 columns">
<div class="top-footer">
<div class="footer-logo">
<img src="img/treelogo.png" alt="" />
</div>
<div class="info">
<tel>312.972.5892</tel>
<ul class="networks">
<li><h6>FOLLOW US</h6></li>
<li class="soc"><a href=""><span class="fa fa-facebook"></span></a></li>
<li class="soc"><a href=""><span class="fa fa-instagram"></span></a></li>
<li class="soc"><a href=""><span class="fa fa-twitter"></span></a></li>
</ul>
</div>
<div class="footer-search">
<h6>SEARCH THIS SITE</h6>
<form action="/search">
<input type="search" name="search" id="search" class="border" placeholder="search" />
</form>
</div>
</div>
<br /><br />
<ul class="footer-menu">
<li><a href="">ATLANTA <i>•</i></a></li>
<li><a href="">CHICAGO <i>•</i></a></li>
<li><a href="">PHOENIX <i>•</i></a></li>
<li><a href="">LOS ANGELES <i>•</i></a></li>
<li><a href="">HOUSTON <i>•</i></a></li>
<li><a href="">NEW YORK <i>•</i></a></li>
<li><a href="">MIAMI</a></li>
</ul>
</div>
</div>
<br />
<div class="copy">
<small>website by <a href="http://www.fabianrios.co/en" target="_blank">Fabián Ríos</a></small>
</div>
</footer>
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/what-input/what-input.js"></script>
<script src="bower_components/foundation-sites/dist/foundation.js"></script>
<script src="js/app.js"></script>
</body>
</html>