-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.php
77 lines (67 loc) · 2.64 KB
/
contact.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?php require 'includes/header.php'; ?>
<div class="small-12 medium-9 large-10 columns">
<br />
<div class="medium-12 large-5 columns">
<img src="images/ContactUsMemoriam.jpg">
</div>
<div class="medium-12 large-7 columns">
<p>This is a picture from 1989, the year we opened, with the crew and little Rita. We had no Facebook, website, computer, cellphone or even a beeper. Lots has changed since then, but one thing hasn't; our commitment to be Spokane's Own, Spokane's Best! We still have it! Please CALL Brian, the owner, at 509-953-1486 about ANYTHING Pizza Rita related.</p>
<p>Your comments are important , so every one gets personal phone CALL from Brian to better understand how we can improve and to show our appreciation for your comments. We WILL NOT send an email because Pizza Rita thinks you deserve a more personal and complete reply!<br />
<br />
-Brian Dickmann (Owner & Founder)</p>
</div>
<div class="row">
<div class="large-7 large-offset-3 columns">
<br />
<br />
<h3 class="str-contact-by">Contact by Email</h3>
<form>
<div class="row">
<div class="large-12 columns">
<label>Name
<input type="text" />
</label>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<label>Email
<input type="email" />
</label>
</div>
</div>
<div class="row">
<div class="large-6 columns">
<label>Phone
<input type="email" />
</label>
</div>
<div class="large-6 columns">
<label>Store
<select>
<option value="husker">Any of Our Stores</option>
<option value="starbuck">North Spokane</option>
<option value="hotdog">Downtown Spokane</option>
<option value="apollo">Spokane Valley</option>
<option value="apollo">Plaza</option>
</select>
</label>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<label>Comments
<textarea></textarea>
</label>
</div>
</div>
<div class="row">
<div class="large-3 large-offset-9">
<input type="button" class="button warning small-12" value="Send Message" />
</div>
</div>
</form>
</div>
</div>
</div>
<?php require 'includes/footer.php'; ?>