-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (87 loc) · 4.22 KB
/
index.html
File metadata and controls
103 lines (87 loc) · 4.22 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml">
<title>iheartco.de</title>
<meta name="description" content="learn to code together">
<meta name="author" content="Diwank Singh">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/style.css">
<!-- Google Fonts : Short Stack -->
<link href='http://fonts.googleapis.com/css?family=Leckerli+One&text=iheartco.de' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="js/libs/html5-3.4-respond-1.1.0.min.js"></script>
<![endif]-->
</head>
<body>
<div id="header-container">
<header class="wrapper clearfix">
<h1 id="title">iheartco.de</h1>
<span>learn to code together</span>
<nav>
<ul>
<li><a href="#">login</a></li>
</ul>
</nav>
</header>
</div>
<div id="main-container">
<div id="main" class="wrapper clearfix">
<article>
<section>
<h2>New? Get started.</h2>
<ul class="options">
<a href="#"><li>learn</li></a>
<a href="#"><li>teach</li></a>
</ul>
<div class="description">
<ul>
<li>learn to code interactively</li>
<li>start coding right away</li>
</ul>
<ul>
<li>create interactive courses</li>
<li>teach millions how to code</li>
</ul>
</div>
</section>
</article>
</div> <!-- #main -->
<div class="gallery">
<span> Featured Course -</span>
<a href="#"><div>
<p>Hello World in <strong>Python</strong>
<em>created by @diwank</em>
</p>
</div></a>
</div>
</div> <!-- #main-container -->
<div id="footer-container">
<footer class="wrapper">
<a class="icon-facebook-sign" href="http://www.facebook.com/sharer/sharer.php?s=100&p%5Btitle%5D=Learn+to+code+together&p%5Burl%5D=http%3A%2F%2Fiheartco.de&p%5Bsummary%5D=Learn+and+teach+millions+to+code%21%21" onclick="if( !navigator.userAgent.toLowerCase().match( /(iphone|ipad|ipod|android|mini|mobi)/i ) ){window.open('http://www.facebook.com/sharer/sharer.php?s=100&p%5Btitle%5D=Learn+to+code+together&p%5Burl%5D=http%3A%2F%2Fiheartco.de&p%5Bsummary%5D=Learn+and+teach+millions+to+code%21%21','','scrollbars=yes,width=660,height=328');return false;}" title="Facebook" target="_blank"></a>
<a class="icon-twitter-sign" href="https://twitter.com/intent/tweet?text=Learn+to+code+together%3A&url=http%3A%2F%2Fiheartco.de&via=ihrtcd" onclick="if( !navigator.userAgent.toLowerCase().match( /(iphone|ipad|ipod|android|mini|mobi)/i ) ){window.open('https://twitter.com/intent/tweet?text=Learn+to+code+together%3A&url=http%3A%2F%2Fiheartco.de&via=ihrtcd','','scrollbars=yes,width=660,height=328');return false;}" title="Twitter" target="_blank"></a>
<a class="icon-github-sign" href="https://github.com/creatorrr/IHeartCode" onclick="if( !navigator.userAgent.toLowerCase().match( /(iphone|ipad|ipod|android|mini|mobi)/i ) ){window.open('https://github.com/creatorrr/IHeartCode','','scrollbars=yes,width=660,height=328');return false;}" title="Github" target="_blank"></a>
<div class="right">
<a href="#">what's this about?</a>
<i class="icon-asterisk"></i>
<a href="#">who are we?</a>
</div>
</footer>
</div>
<!-- scripts concatenated and minified via ant build script-->
<script src="js/script.js"></script>
<!-- end scripts-->
<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>