<!doctype html>
<html>
<head>
	<meta charset="UTF-8">
	<title>Very Awesome Girls</title>
	<meta name="description" content="Official Homepage for Very Awesome Girls Into Nerdy Activities" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=4.0" />

	<link rel="stylesheet" href="styles/font-awesome.min.css" />
	<link rel="stylesheet" href="styles/style.css" />
	<link rel="stylesheet" href="styles/menu_style.css" />

	<script src="scripts/jquery-1.11.3.min.js"></script>
	<script>
		$(window).load(function() {

	        $("#application-form").submit(function() {
	            $.post(
	            	$(this).attr('action'),
	            	$(this).serialize(),
	            	function(data)
	            	{
	        			// Dump the JSON data into the mailMessage div.
	        			$('#mail-message').html(data);

	        			if (data=="Thank you! We will review your application and contact you soon!") {
	        				$('.join-content').hide("slow");
	        				$(".join-btn").text('Join');
	        				$('input').val('');
	        				$('textarea').val('');
	        				$(".submit-btn").val('Submit');
	        				$("#mail-message").animate({opacity: 0},10000, function() {
	        					$("#mail-message").text('');
	        					$("#mail-message").animate({opacity: 1});
	        				});
	        			}
	        		},
	        		"json"
	            );
	            return false;
	        });

		});
	</script>
</head>
<body>
	<div class="wrapper">

		<div class="about-us">
			<div class="vag-text vag-header">
			</div>
			<div class="vag-icon vag-header">
			</div>
			<div class="menu-button">
				<div id="first-line" class="menu-line"></div>
				<div id="second-line" class="menu-line"></div>
				<div id="third-line" class="menu-line"></div>
			</div>
			<div class="menu">
				<p class="retro">Classic Theme</p>
			</div>
			<div class="promo-text">
				<p class="paragraph-1">It is immensely gratifying to be able to share the things you love with others who appreciate them.  It makes you feel good; it makes you feel validated.  And it's fun.  Some of us feel lucky when we can find one person to do this with. But what if you could find a group of people like you who were non-judgmental and accepting?  Providing that community is what <i>Very Awesome Girls Into Nerdy Activities</i> is all about.</p>

				<p>Have a nerdy interest that no one else has ever heard of or no one "gets"?  This is the place to find someone else who will embrace it.  Want to be exposed to cool new things by people who support them enthusiastically?  Also the place.</p>

				<p>Share what you love; find new things to enjoy; have fun with friends: <i>Very Awesome Girls.</i></p>
			</div>
		</div>
		<div class="photo-section">
			<div id="display-01" class="photo-display">
				<span class="helper"></span>
				<img class="photo" src="img/photos/mocking_jay.jpg" />
			</div>
			<div id="display-02" class="photo-display">
				<span class="helper"></span>
				<img class="photo" src="img/photos/vag_03.jpg" />
				<!--<img class="photo" src="img/photos/vag_03.jpg" />-->
			</div>
			<div id="left-lady">
			</div>
			<div id="right-lady">
			</div>
			<div class="player">
				<img id="back" class="vag-badge" src="img/player/v_left_pink.png" alt="left arrow" />
				<img id="play-pause" class="play-pause" src="img/player/play_pink.png" alt="play button" />
				<img id="forward" class="vag-badge" src="img/player/v_right_pink.png" alt="right arrow" />
			</div>
		</div>
		
		<div class="join-container">
			<div class="join">
				<div class="join-btn">Join</div>
				<div class="join-content">
					<h4>Want to join us?  Fill out the form below -- there's no pressure; it's just an introduction.</h4>
					<form id="application-form" action="mail.php" method="post">
						<br />
						<span>First name*:</span><input type="text" name='firstName'>
						<br /><br />
					  	<span>Last name*:</span><input type="text" name='lastName'>
					  	<br /><br />
					  	<span>Your email*:</span><input type="text" name='email'>
					  	<br /><br />
					  	<span>Main areas of geeky girl goodness:</span><textarea type="text" class="big-text" name="geekyGood"></textarea>
					  	<br /><br />
					  	<span>Weapon of choice:</span><textarea type="text" class="big-text" name="weapon"></textarea>
					  	<br /><br />
					  	<span>How did you find out about us?</span><textarea type="text" class="big-text" name="findUs"></textarea>
					  	<br /><br />
					  	<span>What do you hope to get out of Very Awesome Girls?</span><textarea type="text" class="big-text" name="hope"></textarea>
					  	<br><br>
					  	<span>*Fields with an asterisk are required.</span><input class="submit-btn" type="submit" value="Submit">
					  	<br /><br />
					</form>
				</div>
			</div>
			<div id="message-container">
				<div id="mail-message"></div>
			</div>
		</div>
		<div class="blog">
			<p><a href="http://veryawesomegirlslv.com/wp/" target="_blank">Read our blog</a></p>
			<p>and get the latest on<p>
			<p><a href="http://veryawesomegirlslv.com/wp/category/geekery/" target="_blank">Geekery</a>, <a href="http://veryawesomegirlslv.com/wp/category/community/" target="_blank">Community</a>, and <a href="http://veryawesomegirlslv.com/wp/category/empowerment/" target="_blank">Empowerment</a></p>
		</div>
		<div class="social-media">
			<div class="media-circle circle-1">
				<a href="https://www.facebook.com/veryawesomegirls/" target="_blank" ><i class="fa fa-facebook"></i></a>
			</div>
			<div class="media-circle">
				<a href="http://veryawesomegrls.tumblr.com/" target="_blank" ><i class="fa fa-tumblr"></i></a>
			</div>
			<div class="media-circle">
				<a href="https://twitter.com/veryawesomegrls" target="_blank" ><i class="fa fa-twitter"></i></a>
			</div>
			<div class="media-circle">
				<a href="https://www.pinterest.com/veryawesomegrls/" target="_blank" ><i class="fa fa-pinterest"></i></a>
			</div>
			<div class="media-circle">
				<a href="https://www.instagram.com/veryawesomegirlslv/" target="_blank" ><i class="fa fa-instagram"></i></a>
			</div>
			<div class="media-circle">
				<a href="https://www.youtube.com/user/VeryAwesomeGirlsLV" target="_blank" ><i class="fa fa-youtube"></i></a>
			</div>
		</div>
<!-- 		<div class="tumblr-div">
			<span id="tumblr-btn">View Tumblr Feed</span>
			<div id="tumblr-feed">
				<script type="text/javascript" src="http://veryawesomegrls.tumblr.com/js"></script>
			</div>
		</div> -->

		<div class="referral-section">
			<a href="http://www.bruceasmith.com" class="referral" target="_blank" >Site design by Bruce A. Smith</a>
		</div>
		
	</div><!-- End wrapper -->
	<script type="text/javascript" src="scripts/script.js"></script>
</body>
</html>



