-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact_me.html
More file actions
219 lines (193 loc) · 7.82 KB
/
contact_me.html
File metadata and controls
219 lines (193 loc) · 7.82 KB
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Rhys Park - Web Design - Cardiff</title>
<meta name="description" content="Afordable web design and development in Cardiff by Rhys Park" />
<meta name="keywords" content="Cardiff, web design, rhys park"/>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/my_style.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<script src="js/vendor/custom.modernizr.js"></script>
</head>
<body>
<div class="sticky">
<nav class="top-bar attached">
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1><a href="#"></a></h1>
</li>
<li class="toggle-topbar menu-icon">
<a href="#"><span>menu</span></a>
</li>
</ul>
<section class="top-bar-section">
<!-- Right Nav Section -->
<ul class="right">
<li class="divider"></li>
<li>
<a href="index.html">Home</a>
</li>
<li class="divider"></li>
<li>
<a href="e-commerce.html">e-commerce</a>
</li>
<li class="divider"></li>
<li>
<a href="projects.html">Previous Work</a>
</li>
<li class="divider"></li>
<li>
<a href="static_html.html">Simple Packages</a>
</li>
<li class="divider"></li>
<li>
<a href="contact_me.html">Contact Me</a>
</li>
</ul>
</section>
</nav>
</div>
<div class="row">
<div class="large-4 columns">
<h1><a href="#" data-reveal-id="rhyspark">rhyspark<small>.co.uk</small></a></h1>
</div>
<div class="large-4 columns">
<h3 class="subheader">-responsive web design- </h3>
</div>
</div>
<section class="wide_info">
<div class="row">
<div class="large-6 columns">
<h1 class="contact">Get in touch</h1>
<h3 class="subheader">It's good to talk</h3>
</div>
<div class=""></div>
</div>
</section>
<section>
<div class="row">
<div class="large-12 columns">
<form id ="contact_form" data-abide action="contact.php" method="post">
<fieldset>
<legend>Get in Touch With Me.</legend>
<div class="row">
<div class="large-4 columns">
<label>Name:</label>
<input type="text" name="name" required placeholder="You Are?">
<small class="error">We need to know your name?.</small>
</div>
<div class="large-4 columns">
<label>Company Name:</label>
<input type="text" name="company_name" required placeholder="Company">
<small class="error">Please enter your company name</small>
</div>
<div class="large-4 columns">
<div class="row collapse">
<label>Telephone No:</label>
<div class="small-9 columns">
<input type="number" name="tel_number"required placeholder="Telephone No">
<small class="error">You Must enter your telephone number</small>
</div>
<div class="small-3 columns">
<span class="postfix">UK</span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="large-4 columns">
<label>Email Address</label>
<input type="email" name="email" required placeholder="your email adddress">
<small class="error">Your Email is required and must a valid email.</small>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<label>Comments Or Message</label>
<textarea required name="message" placeholder="Tell us what you think, or what we can do for you?"></textarea>
<small class="error">Nothing to say? Come on tell us .</small>
</div>
</div>
<div class="row">
<div class="large-3 columns">
<input class="small button" type="submit" value="Submit Feedback">
</div>
</div>
</fieldset>
</form>
</div>
</div>
</section>
<footer class="footer">
<div class="row">
<div class="large-6 columns">
<div class="social">
<a href="http://www.twitter.com/parksey76"><img class="small_img_wrapper" src="img/twitter.png" alt="twitter logo" /></a>
<a href="http://www.facebook.com/swparksey"><img class="small_img_wrapper" src="img/facebook.png" alt="facebook" /></a>
<a href="http://www.youtube.com/igpython"><img class="small_img_wrapper" src="img/youtube.png" alt="youtube logo"></a>
</div>
</div>
</div>
</footer>
<script>
document.write('<script src=' +
('__proto__' in {} ? 'js/vendor/zepto' : 'js/vendor/jquery') +
'.js><\/script>')
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43252155-1', 'rhyspark.co.uk');
ga('send', 'pageview');
</script>
<script src="js/foundation.min.js"></script>
<!--
<script src="js/foundation/foundation.js"></script>
<script src="js/foundation/foundation.alerts.js"></script>
<script src="js/foundation/foundation.clearing.js"></script>
<script src="js/foundation/foundation.cookie.js"></script>
<script src="js/foundation/foundation.dropdown.js"></script>
<script src="js/foundation/foundation.forms.js"></script>
<script src="js/foundation/foundation.joyride.js"></script>
<script src="js/foundation/foundation.magellan.js"></script>
<script src="js/foundation/foundation.orbit.js"></script>
<script src="js/foundation/foundation.reveal.js"></script>
<script src="js/foundation/foundation.section.js"></script>
<script src="js/foundation/foundation.tooltips.js"></script>
<script src="js/foundation/foundation.topbar.js"></script>
<script src="js/foundation/foundation.interchange.js"></script>
<script src="js/foundation/foundation.placeholder.js"></script>
<script src="js/foundation/foundation.abide.js"></script>
-->
<script>
$(document).foundation();
$('#contact_form').on('valid', function () {
console.log('valid!');
$('#sucess').foundation('reveal', 'open');
});
</script>
<div id="sucess" class="reveal-modal">
<h2>Thank you for getting in touch I will be in contact shortly.</h2>
<a class="close-reveal-modal">×</a>
</div>
<div id="rhyspark" class="reveal-modal">
<h2>Rhys Park - Web Design & Photography.</h2><img class="th profile" src="img/rhyspark.jpg">
<p class="lead">Well you found me and maybe here our journey will begin.</p>
<p>Working as a free lance web designer has been by life long ambition, for the last 10 years I have been working for a
company that supplies solutions to industry specifically developing bespoke software and user interfaces for business throughout the UK
from Object C programming to HTMS, CSS and Python I have experience in front and back end web development.</p>
<p>
I spend much of my free time learning, and a little bit of kayaking. Most of my career I have been involved in projects large and small
many times I have designed built and installed solutions. And on top of all this I'm also a qualified electrician.
</p>
<a class="close-reveal-modal">×</a>
</div>
</body>
</html>