contact link

master
Matt Huntington 9 years ago
parent 3b4a969f87
commit d2fd1816ad

@ -15,14 +15,14 @@
<h1>Emmissary Talent</h1> <h1>Emmissary Talent</h1>
<p class="major">A full service agency for representing the finest musicians in the New York area.</p> <p class="major">A full service agency for representing the finest musicians in the New York area.</p>
<ul id="email" class="actions vertical"> <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> </ul>
</div> </div>
<div class="image"> <div class="image">
<img src="images/sax.jpg" alt="" /> <img src="images/sax.jpg" alt="" />
</div> </div>
</section> </section>
<section class="wrapper style1 align-center"> <section id="contact" class="wrapper style1 align-center">
<div class="inner medium"> <div class="inner medium">
<h2>Get in touch</h2> <h2>Get in touch</h2>
<form method="post" action="#"> <form method="post" action="#">
@ -52,15 +52,5 @@
<script src="assets/js/skel.min.js"></script> <script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script> <script src="assets/js/util.js"></script>
<script src="assets/js/main.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> </body>
</html> </html>

Loading…
Cancel
Save