-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (56 loc) · 3.73 KB
/
index.html
File metadata and controls
71 lines (56 loc) · 3.73 KB
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
<!doctype html>
<html lang="en">
<head>
<meta name="fragment" content="!" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>ForkCode - Short Programming Videos</title>
<meta name="description" content="Learn programming for free with short, high quality video tutorials." />
<meta name="keywords" content="" />
<meta property="og:locale" content="en_US" />
<meta property="og:title" content="ForkCode - Short Programming Videos" />
<meta property="og:description" content="" />
<meta property="og:site_name" content="ForkCode - Short Programming Videos" />
<meta property="og:image" content="screen.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-9509587-29', 'forkcode.github.io');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="jumbotron">
<div class="col-md-8 col-md-offset-2 content">
<h1 class="logo"><a href="https://www.youtube.com/user/ForkCode" target="_blank">ForkCode</a></h1>
<div id="stuff" class="col-sm-8 col-md-offset-2">
<a href="https://www.youtube.com/ForkCode" target="_blank"><span class="fa fa-youtube share sbg-youtube"></span></a>
<a href="http://github.com/ForkCode" target="_blank"><span class="fa fa-github fa-2x share sbg-github"></span></a>
<a href="https://twitter.com/intent/tweet?text=ForkCode - Free programming videos&url=http://forkcode.github.io&via=TheKaranGoel" target="_blank"><span class="fa fa-2x fa-twitter share sbg-twitter"></span></a>
<a href="" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u='+encodeURIComponent(location.href),'facebook-share-dialog','width=626,height=436');return false;"><span class="fa fa-facebook fa-2x share sbg-facebook"></span></a>
</div>
<div class="main-content col-md-12">
<p class="lead"><strong>Level up your programming skills</strong> today with awesome high-quality <a href="https://www.youtube.com/user/ForkCode" target="_blank">video tutorials</a>.</p>
<div class="signup col-md-8 col-md-offset-2">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="http://goel.us3.list-manage.com/subscribe/post?u=e6728b4299cef4104e10240b9&id=c5d6f66e4a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<p><strong>Subscribe now</strong> to get FREE video updates in your inbox.</p>
<input type="email" value="" name="EMAIL" class="email col-md-7" id="mce-EMAIL" placeholder="email address" required>
<div style="position: absolute; left: -5000px;"><input type="text" name="b_e6728b4299cef4104e10240b9_c5d6f66e4a" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button col-md-4 col-md-offset-1"></div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
</div>
</div>
</div>
</body>
</html>