contact link

master
Matt Huntington 9 years ago
parent 3b4a969f87
commit d2fd1816ad

@ -15,14 +15,14 @@
<h1>Emmissary Talent</h1>
<p class="major">A full service agency for representing the finest musicians in the New York area.</p>
<ul id="email" class="actions vertical">
<li><a href="#first" class="button big wide smooth-scroll-middle">Contact Us</a></li>
<li><a href="#contact" class="button big wide smooth-scroll-middle">Contact Us!</a></li>
</ul>
</div>
<div class="image">
<img src="images/sax.jpg" alt="" />
</div>
</section>
<section class="wrapper style1 align-center">
<section id="contact" class="wrapper style1 align-center">
<div class="inner medium">
<h2>Get in touch</h2>
<form method="post" action="#">
@ -52,15 +52,5 @@
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script type="text/javascript">
var a = 'mailto';
var b = ':'
var c = 'info';
var d = '@';
var e = 'nyjazzcollective';
var f = '.'
var g = 'com';
$('#email a').attr('href', a+b+c+d+e+f+g);
</script>
</body>
</html>

Loading…
Cancel
Save