-
Notifications
You must be signed in to change notification settings - Fork 0
/
referrals.html
142 lines (135 loc) · 5.45 KB
/
referrals.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
<!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">REFERRALS</h5>
</div>
<div class="panel">
<div class="row content-pad">
<div class="large-8 columns">
<br />
<p>Word of mouth is by far the most influential form of advertising, and we at 210 E
Oak Custom know that. Potential clients believe what their friends and neighbors
say about our company, and they remember it for a long, long time. We
understand that the basis of all positive word of mouth advertising is providing
superior products and services and we do that for all our clients and we want you
to tell others of your satisfaction! We want our company to be generating word of
mouth advertising everyday and that is why we have come up with this program.</p>
<br />
<p>By “referring” or “bringing in positive word of mouth” to our company by
introducing a new client, you will play right into our referral program. If your
friend/family member buys a minimum of $400, you will receive a FREE custom
shirt to show our appreciation for your help. The more clients you get in, the
higher the potential of yourself winning a FREE TAILORED SUIT altogether!</p><br /><br />
<a href="#" class="button">REFER A FRIEND</a>
</div>
<div class="large-4 columns">
<img src="img/shirt.png" width="452" height="561" alt="Shirt" class="panelize">
</div>
</div>
</div>
</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>