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.

117 lines
4.1 KiB

<!DOCTYPE HTML>
<html>
<head>
<title>Emissary Talent - A full service agency for representing the finest talent across the US.</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<div id="wrapper" class="divided">
<section class="banner style1 orient-left content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right">
<div class="content">
<h1>Emissary Talent</h1>
<p class="major">A full service agency for representing the finest talent across the US.</p>
<ul id="email" class="actions vertical">
<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="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in" id="first">
<div class="content">
<h2>Live Music</h2>
<p>We will find the finest rock, pop, r&amp;b, soul, funk, jazz, and classical for your occasion or venue</p>
<ul class="actions vertical">
<li><a href="#contact" class="button smooth-scroll-middle">Learn More</a></li>
</ul>
</div>
<div class="image">
<img src="images/services/music.jpg" alt="" />
</div>
</section>
<section class="spotlight style1 orient-left content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>Comedy</h2>
<p>Bring the top comedians to perform. Fun for any age group</p>
<ul class="actions vertical">
<li><a href="#contact" class="button smooth-scroll-middle">Learn More</a></li>
</ul>
</div>
<div class="image">
<img src="images/services/comedy.jpg" alt="" />
</div>
</section>
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in" id="first">
<div class="content">
<h2>Dance</h2>
<p>Be it ballet, modern, or hip-hop, we have a troupe for you.</p>
<ul class="actions vertical">
<li><a href="#contact" class="button smooth-scroll-middle">Learn More</a></li>
</ul>
</div>
<div class="image">
<img src="images/services/dance.jpg" alt="" />
</div>
</section>
<section class="spotlight style1 orient-left content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>Theater</h2>
<p>We have a wide variety of performers from drama to comedy to musicals</p>
<ul class="actions vertical">
<li><a href="#contact" class="button smooth-scroll-middle">Learn More</a></li>
</ul>
</div>
<div class="image">
<img src="images/services/theater.jpg" alt="" />
</div>
</section>
<section id="contact" class="wrapper style1 align-center">
<div class="inner medium">
<h2>Get in touch</h2>
<form method="post" action="#">
<div class="field half first">
<label for="name">Name</label>
<input type="text" name="name" id="name" value="" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="email" name="email" id="email" value="" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="6"></textarea>
</div>
<ul class="actions">
<li><input type="submit" name="submit" id="submit" value="Send Message" /></li>
</ul>
</form>
</div>
</section>
</div>
<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();
$.ajax({
url:'/mail.php'
}).then((data)=>{
console.log(data);
});
})
});
</script>
</body>
</html>