-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
140 lines (126 loc) · 6.36 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
<!DOCTYPE HTML>
<html>
<head>
<title>Contact | East River Roustabout</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><img class="logo" src="images/logo-east-river.png"><a href="index.html">East River Roustabout</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="capabilities.html">Capabilities</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header id="top">
<h2>Reach out to us</h2>
<p>Contact East River</p>
</header>
<section id="three" class="wrapper style5 special">
<div class="inner">
<ul class="features">
<li>
<h3>Mailing Address</h3>
<p>East River Roustabout, LLC<br>
PO Box 865<br>
Kingfisher OK, 73750 (<a href="https://goo.gl/maps/NqS8jLTqpyg7Nzde7?coh=178572&entry=tt">map</a>)<br>
(<a href="#msg">Send Message</a>)</p>
</li>
<li>
<h3>Phone</h3>
<p>
<strong>Main Office:</strong> <a href="tel:+14058495156">(405) 849-5156</a><br>
<strong>G. Briley:</strong> <a href="tel:+15807913665">(580) 791-3665</a><br>
<strong>T. Prince:</strong> <a href="tel:+15807473313">(580) 747-3313</a><br>
<strong>M. Tafoya:</strong> <a href="tel:+14055387937">(405) 538-7937</a><br>
</p>
</li>
<li>
<h3>Elk City Location</h3>
<p>19684 E 1114 Rd<br>
Elk City, OK 73644 (<a href="https://maps.app.goo.gl/EwASX5EcrvzgDFZG7">map</a>)</p>
</li>
<li>
<h3 id="msg">Hours</h3>
<p>
<strong>Mon–Fri</strong> 24/7<br>
<strong>Saturday</strong> 24/7<br>
<strong>Sunday</strong> 24/7
</p>
</li>
</ul>
</div>
</section>
<section style="padding-top: 1em;" class="wrapper style5">
<div class="inner">
<section>
<h2>Send Us a Message</h2>
<form name="contact" method="POST" data-netlify="true">
<div class="row gtr-uniform">
<div class="col-6 col-12-xsmall">
<input type="text" name="name" id="name" value="" placeholder="Name" />
</div>
<div class="col-6 col-12-xsmall">
<input type="email" name="email" id="email" value="" placeholder="Email" />
</div>
<div class="col-12">
<textarea name="message" id="message" placeholder="Enter your message" rows="6"></textarea>
</div>
<div class="col-12">
<ul class="actions">
<li><input type="submit" value="Send Message" class="primary" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</div>
</div>
</form>
</section>
</div>
</section>
<section id="one" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>Dedicated to relentlessly pursuing our mission</h2>
<p>of relentlessly supporting you in meeting yours.</p>
</header>
</div>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<div style="margin-bottom: 25px;">
<img src="images/logo-east-river.png" width="135">
</div>
<ul class="copyright">
<li>© East River Roustabout, LLC – Kingfisher, Oklahoma – (<a href="contact.html" >Contact</a>)</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>