|
| 1 | +<!DOCTYPE html> |
| 2 | +<!--[if IE 8]> <html class="no-js lt-ie9" lang="en" > <![endif]--> |
| 3 | +<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> |
| 4 | + |
| 5 | +<head> |
| 6 | + <meta charset="utf-8"> |
| 7 | + <meta name="viewport" content="width=device-width"> |
| 8 | + <title>Rhys Park - Web Design - Cardiff</title> |
| 9 | + <meta name="description" content="Afordable web design and development in Cardiff by Rhys Park" /> |
| 10 | + <meta name="keywords" content="Cardiff, web design, rhys park"/> |
| 11 | + <link rel="stylesheet" href="css/normalize.css"> |
| 12 | + <link rel="stylesheet" href="css/foundation.css"> |
| 13 | + <link rel="stylesheet" href="css/my_style.css"> |
| 14 | + <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> |
| 15 | + <script src="js/vendor/custom.modernizr.js"></script> |
| 16 | +</head> |
| 17 | +<body> |
| 18 | + |
| 19 | + <div class="sticky"> |
| 20 | + <nav class="top-bar attached"> |
| 21 | + <ul class="title-area"> |
| 22 | + <!-- Title Area --> |
| 23 | + <li class="name"> |
| 24 | + <h1><a href="#"></a></h1> |
| 25 | + </li> |
| 26 | + <li class="toggle-topbar menu-icon"> |
| 27 | + <a href="#"><span>menu</span></a> |
| 28 | + </li> |
| 29 | + </ul> |
| 30 | + <section class="top-bar-section"> |
| 31 | + <!-- Right Nav Section --> |
| 32 | + <ul class="right"> |
| 33 | + <li class="divider"></li> |
| 34 | + <li> |
| 35 | + <a href="index.html">Home</a> |
| 36 | + </li> |
| 37 | + <li class="divider"></li> |
| 38 | + <li> |
| 39 | + <a href="projects.html">Previous Work</a> |
| 40 | + </li> |
| 41 | + <li class="divider"></li> |
| 42 | + <li> |
| 43 | + <a href="contact_me.html">Contact Me</a> |
| 44 | + </li> |
| 45 | + </ul> |
| 46 | + </section> |
| 47 | + </nav> |
| 48 | + </div> |
| 49 | + <div class="row"> |
| 50 | + <div class="large-4 columns"> |
| 51 | + <h1><a href="#" data-reveal-id="rhyspark">rhyspark<small>.co.uk</small></a></h1> |
| 52 | + </div> |
| 53 | + <div class="large-4 columns"> |
| 54 | + <h3 class="subheader">-responsive web design- </h3> |
| 55 | + </div> |
| 56 | + </div> |
| 57 | +<section class="wide_info"> |
| 58 | + <div class="row"> |
| 59 | + <div class="large-6 columns"> |
| 60 | + <h1 class="contact">Get in touch</h1> |
| 61 | + <h3 class="subheader">It's good to talk</h3> |
| 62 | + </div> |
| 63 | + <div class=""></div> |
| 64 | + </div> |
| 65 | +</section> |
| 66 | +<section> |
| 67 | + <div class="row"> |
| 68 | + <div class="large-12 columns"> |
| 69 | +<form id ="contact_form" data-abide action="contact.php" method="post"> |
| 70 | + <fieldset> |
| 71 | + <legend>Get in Touch With Me.</legend> |
| 72 | + <div class="row"> |
| 73 | + <div class="large-4 columns"> |
| 74 | + <label>Name:</label> |
| 75 | + <input type="text" name="name" required placeholder="You Are?"> |
| 76 | + <small class="error">We need to know your name?.</small> |
| 77 | + </div> |
| 78 | + <div class="large-4 columns"> |
| 79 | + <label>Company Name:</label> |
| 80 | + <input type="text" name="company_name" required placeholder="Company"> |
| 81 | + <small class="error">Please enter your company name</small> |
| 82 | + </div> |
| 83 | + <div class="large-4 columns"> |
| 84 | + <div class="row collapse"> |
| 85 | + <label>Telephone No:</label> |
| 86 | + <div class="small-9 columns"> |
| 87 | + <input type="number" name="tel_number"required placeholder="Telephone No"> |
| 88 | + <small class="error">You Must enter your telephone number</small> |
| 89 | + </div> |
| 90 | + <div class="small-3 columns"> |
| 91 | + <span class="postfix">UK</span> |
| 92 | + </div> |
| 93 | + </div> |
| 94 | + </div> |
| 95 | + </div> |
| 96 | + <div class="row"> |
| 97 | + <div class="large-4 columns"> |
| 98 | + <label>Email Address</label> |
| 99 | + <input type="email" name="email" required placeholder="your email adddress"> |
| 100 | + <small class="error">Your Email is required and must a valid email.</small> |
| 101 | + </div> |
| 102 | + </div> |
| 103 | + <div class="row"> |
| 104 | + <div class="large-12 columns"> |
| 105 | + <label>Comments Or Message</label> |
| 106 | + <textarea required name="message" placeholder="Tell us what you think, or what we can do for you?"></textarea> |
| 107 | + <small class="error">Nothing to say? Come on tell us .</small> |
| 108 | + </div> |
| 109 | + </div> |
| 110 | + <div class="row"> |
| 111 | + <div class="large-3 columns"> |
| 112 | + <input class="small button" type="submit" value="Submit Feedback"> |
| 113 | + </div> |
| 114 | + </div> |
| 115 | + </fieldset> |
| 116 | +</form> |
| 117 | + </div> |
| 118 | + </div> |
| 119 | + </section> |
| 120 | + <footer class="footer"> |
| 121 | + <div class="row"> |
| 122 | + <div class="large-6 columns"> |
| 123 | + <div class="social"> |
| 124 | + <a href="http://www.twitter.com/parksey76"><img class="small_img_wrapper" src="img/twitter.png" alt="twitter logo" /></a> |
| 125 | + <a href="http://www.facebook.com/swparksey"><img class="small_img_wrapper" src="img/facebook.png" alt="facebook" /></a> |
| 126 | + <a href="http://www.youtube.com/igpython"><img class="small_img_wrapper" src="img/youtube.png" alt="youtube logo"></a> |
| 127 | + </div> |
| 128 | + </div> |
| 129 | + </div> |
| 130 | + |
| 131 | + </footer> |
| 132 | + |
| 133 | + <script> |
| 134 | + document.write('<script src=' + |
| 135 | + ('__proto__' in {} ? 'js/vendor/zepto' : 'js/vendor/jquery') + |
| 136 | + '.js><\/script>') |
| 137 | + </script> |
| 138 | + |
| 139 | + <script src="js/foundation.min.js"></script> |
| 140 | + <!-- |
| 141 | + |
| 142 | + <script src="js/foundation/foundation.js"></script> |
| 143 | + |
| 144 | + <script src="js/foundation/foundation.alerts.js"></script> |
| 145 | + |
| 146 | + <script src="js/foundation/foundation.clearing.js"></script> |
| 147 | + |
| 148 | + <script src="js/foundation/foundation.cookie.js"></script> |
| 149 | + |
| 150 | + <script src="js/foundation/foundation.dropdown.js"></script> |
| 151 | + |
| 152 | + <script src="js/foundation/foundation.forms.js"></script> |
| 153 | + |
| 154 | + <script src="js/foundation/foundation.joyride.js"></script> |
| 155 | + |
| 156 | + <script src="js/foundation/foundation.magellan.js"></script> |
| 157 | + |
| 158 | + <script src="js/foundation/foundation.orbit.js"></script> |
| 159 | + |
| 160 | + <script src="js/foundation/foundation.reveal.js"></script> |
| 161 | + |
| 162 | + <script src="js/foundation/foundation.section.js"></script> |
| 163 | + |
| 164 | + <script src="js/foundation/foundation.tooltips.js"></script> |
| 165 | + |
| 166 | + <script src="js/foundation/foundation.topbar.js"></script> |
| 167 | + |
| 168 | + <script src="js/foundation/foundation.interchange.js"></script> |
| 169 | + |
| 170 | + <script src="js/foundation/foundation.placeholder.js"></script> |
| 171 | + |
| 172 | + <script src="js/foundation/foundation.abide.js"></script> |
| 173 | + |
| 174 | + --> |
| 175 | + |
| 176 | + <script> |
| 177 | + $(document).foundation(); |
| 178 | + $('#contact_form').on('valid', function () { |
| 179 | + console.log('valid!'); |
| 180 | + $('#sucess').foundation('reveal', 'open'); |
| 181 | + }); |
| 182 | + |
| 183 | + </script> |
| 184 | + |
| 185 | + <div id="sucess" class="reveal-modal"> |
| 186 | + <h2>Thank you for getting in touch I will be in contact shortly.</h2> |
| 187 | + <a class="close-reveal-modal">×</a> |
| 188 | +</div> |
| 189 | + <div id="rhyspark" class="reveal-modal"> |
| 190 | + <h2>Rhys Park - Web Design & Photography.</h2><img class="th profile" src="img/rhyspark.jpg"> |
| 191 | + <p class="lead">Well you found me and maybe here our journey will begin.</p> |
| 192 | + <p>Working as a free lance web designer has been by life long ambition, for the last 10 years I have been woring for a |
| 193 | + compny that supplies solutions to industry specifically developing bespoke software and user interfaces for business throuout the UK |
| 194 | + from Object C programming to HTMS, CSS and Python I have experiance in front and back end web development.</p> |
| 195 | + <p> |
| 196 | + I spend much of my free time learing, and a little bit of kayaking. Most of my carear I have been involved in projects large and small |
| 197 | + many times I have designed buit and installed solutions. And on top of all this i'm also a qualified electrician. |
| 198 | + </p> |
| 199 | + <a class="close-reveal-modal">×</a> |
| 200 | + </div> |
| 201 | +</body> |
| 202 | +</html> |
0 commit comments