Skip to content

Instantly share code, notes, and snippets.

@NuarHaruha
Created November 4, 2013 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NuarHaruha/7301345 to your computer and use it in GitHub Desktop.
Save NuarHaruha/7301345 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Anasailuj Boutique Collections</title>
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="http://www.anasailuj.my/soon/css/reset.css">
<link rel="stylesheet" type="text/css" href="http://www.anasailuj.my/soon/fonts/stylesheet.css">
<link rel="stylesheet" type="text/css" href="http://www.anasailuj.my/soon/css/style.css">
<!--[if lt IE 9]>
<link rel="stylesheet" href="http://www.anasailuj.my/soon/css/ie.css">
<![endif]-->
<!-- IE fix for HTML5 tags -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- jQuery and Modernizr-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="http://www.anasailuj.my/soon/js/modernizr.custom.js"></script>
<!-- Countdown timer and other animations -->
<script src="http://www.anasailuj.my/soon/js/jquery.countdown.js"></script>
<script src="http://www.anasailuj.my/soon/js/script.js"></script>
<script src="/js/form.js"></script>
</head>
<body>
<header>
<h1>We are working our butts off to finish this website</h1>
<p>Our Developer is doing his best to finish this website before the counter, but we can’t help him.</p>
</header>
<div id="container">
<div id="main">
<div id="links">
<div class="browser"><a href="https://mail.google.com/mail/u/0/#compose" target="_blank">info@anasailuj.my</a></div>
<
</div>
<div id="counter"></div>
<form action="http://www.anasailuj.my/coming-soon" method="post" id="subscription">
<input type="text" id="subscriber" class="email" name="mail" placeholder="Enter your e-mail address and we will notify you when we launch." required />
<input type="submit" class="submit" name="op" value="subscribe" />
<input type="hidden" name="form_build_id" value="form-ErR1ZJo157y0ZOi_50RocJKu-2sQuCfQvGERGZ90r5o" />
<input type="hidden" name="form_id" value="simplenews_block_form_1" />
</form>
<script type="text/javascript">
jQuery(function(){
$( "#subscription" ).submit(function( e ) {
e.preventDefault();
$.ajax({
type:"GET",
url: "http://www.anasailuj.my/coming-soon",
data: $("#subscription").serializeForm()
});
alert( "Your Subscription has been registered, Thank you" );
});
});
</script>
<div class="social-media-arrow"></div>
<footer>
<ul>
<li><a class="digg" href="http://pinterest.com" target="_blank"></a></li>
<li><a class="twitter" href="https://mail.google.com/mail/u/0/#compose" target="_blank"></a></li>
<li><a class="vimeo" href="http://instagram.com/anasailuj" target="_blank"></a></li>
<li><a class="skype" href="https://www.facebook.com/anasailuj.boutique.collections" target="_blank"></a></li>
</ul>
</footer>
</div>
</div>
<div id="copyright">
<div class="copyright">Anasailuj Copyright © 2013 | Webbed by <a href="http://www.facebook.com/bubui" target="_blank">Firdous Haris</a></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment