-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_orig.html
77 lines (61 loc) · 2.91 KB
/
index_orig.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>myneTEC</title>
<meta name="description" content="myneTEC your social mining Tech Company">
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui">
<link rel="icon" type="image/png" href="/background/img/favicon.png">
<link href='http://fonts.googleapis.com/css?family=Lato:300,700,300italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/app.css">
<script src="js/modernizr.js"></script>
</head>
<body>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '{105102416832691}',
cookie : true,
xfbml : true,
version : '{3.1}'
});
FB.AppEvents.logPageView();
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="page">
<div class="content">
<header>
<h1>myneTEC</h1>
</header>
<section class="subscribe">
<p>Soon to come... Request a reminder.</p>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<!-- CHANGE THIS LINE BELOW TO YOUR OWN MAILCHIMP CODE -->
<form action="https://wordpress.us16.list-manage.com/subscribe/post?u=4d0a6d6d4cc09542ef47563ff&id=5abdf6b2d9" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- CHANGE THIS LINE BELOW TO YOUR OWN MAILCHIMP CODE -->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_4d0a6d6d4cc09542ef47563ff_5abdf6b2d9" value=""></div>
<div class="clear"><input type="submit" value="GET NOTIFIED" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</form>
</div><!-- MAIlCHIMP END -->
</section><!-- subscribe end -->
<footer class="social">
<a href="https://www.facebook.com/myneTEC" target="_blank"><span class="fa fa-facebook-official"></span></a>
</footer><!-- social end -->
</div><!-- content end -->
</div><!-- page end -->
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/init.js"></script>
</body>
</html>