You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

153 lines
5.5 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Matt Huntington: Musician, Composer, Arranger, Educator</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-loading">
<!-- Wrapper -->
<div id="wrapper" class="fade-in">
<!-- Intro -->
<div id="intro">
<h1>Matt Huntington</h1>
<p>Musician, specializing in woodwinds (saxophones, flutes, clarinets)</p>
<p>Composer, Arranger, and Educator</p>
<ul class="actions">
<li><a href="#header" class="button icon solo fa-arrow-down scrolly">Continue</a></li>
</ul>
</div>
<!-- Header -->
<header id="header">
<a href="#top" class="logo">Top</a>
</header>
<!-- Main -->
<div id="main">
<!-- Featured Post -->
<article class="post featured">
<header class="major">
<h2>About</h2>
<p>
Within only a few short years of moving to northern Westchester, Matt Huntington has become a highly sought-after musician in the Westchester/Putnam/Dutchess area of NY. Specializing in jazz performance, Matt plays Soprano, Alto, Tenor, and Baritone saxophones. A versatile doubler, Matt frequently plays in pit bands for musicals on clarinet (Eb, Bb, and bass) and flute (concert, alto, and piccolo). Matt has played with such legends as Roy Hargrove, Jimmy Heath, Steve Wilson, Eric Alexander, Paquito DRivera, Robin Eubanks, and many many more.
</p>
<a href="#" class="image main"><img src="images/04-7.jpg" alt="" /></a>
<p>
Matt was born in Philadelphia, where he studied with local greats Lynn Riley, Charles Bowen, Lovett Hines, and Charles Evans. He attended Vassar College in Poughkeepsie, NY, where he studied with Ed Xiques, David Castiglione, Jim Osborn, and Brian Mann. After graduating, he lived in Brooklyn and Queens, NY, studying with Gary Smulyan, Eddie Salkin, George Garzone, and many others. In 2013, Matt received his Masters in Music from SUNY Purchase, after two years spent studying with greats like Jon Faddis, Eric Alexander, and John Abercrombie. He currently lives in Lake Peekskill, NY
</p>
<p>View Matt's <a href="https://docs.google.com/document/d/1zgbHClgraQc_6rBQ9Es-7O1x7sH7z10j10pNgt63dms/edit?usp=sharing">Resume</a></p>
</header>
</article>
<!-- Posts -->
<section class="posts">
<article>
<header>
<h2>Almost Like Being in Love</h2>
</header>
<audio controls src="assets/audio/almostlikebeinginlove.mp3"></audio>
</article>
<article>
<header>
<h2>I'll Remember April</h2>
</header>
<audio controls src="assets/audio/illrememberapril.mp3"></audio>
</article>
<article>
<header>
<h2>Old Folks</h2>
</header>
<audio controls src="assets/audio/oldfolks.mp3"></audio>
</article>
<article>
<header>
<h2>You Stepped Out of a Dream</h2>
</header>
<audio controls src="assets/audio/yousteppedoutofadream.mp3"></audio>
</article>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section class="split contact">
<section class="alt">
<h3>Address</h3>
<p>Lake Peekskill, NY</p>
</section>
<section>
<h3>Phone</h3>
<p><a href="tel:917-757-5387">(917) 757-5387</a></p>
</section>
<section>
<h3>Email</h3>
<p><a href="mailto:matt.huntington@gmail.com">matt.huntington@gmail.com</a></p>
</section>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li><a href="https://twitter.com/matthuntington" class="icon alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/matthuntingtonjazz" class="icon alt fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/mahuntington/" class="icon alt fa-instagram"><span class="label">Instagram</span></a></li>
</ul>
</section>
</section>
</footer>
<!-- Copyright -->
<div id="copyright">
<ul>
<li>&copy; 2017 Matt Huntington</li>
<li>Design: <a href="https://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</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/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script type="text/javascript">
$(()=>{
$('form').submit((event)=>{
event.preventDefault();
$('#submit').val('Sending...');
$.ajax({
url:'/mail.php',
method:'POST',
data: {
name: $('#name').val(),
email: $('#email').val(),
message: $('#message').val(),
}
}).then((data)=>{
if(JSON.parse(data).status == 200){
$('#submit').parent().text('Your message has been sent! Please wait to hear back from us.');
} else {
$('#submit').val('Something went wrong. Try again later').addClass('special');
}
},(error)=>{
$('#submit').val('Something went wrong. Try again later').addClass('special');
});
})
});
</script>
</body>
</html>