Skip to content

Commit f98da8b

Browse files
Create gh-pages branch via GitHub
1 parent e20b9ef commit f98da8b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2578
-28
lines changed

fonts/opensans-bold-webfont.eot

32.7 KB
Binary file not shown.

fonts/opensans-bold-webfont.svg

+251

fonts/opensans-bold-webfont.ttf

32.5 KB
Binary file not shown.

fonts/opensans-bold-webfont.woff

20.6 KB
Binary file not shown.

fonts/opensans-bolditalic-webfont.eot

35.9 KB
Binary file not shown.

fonts/opensans-bolditalic-webfont.svg

+251

fonts/opensans-bolditalic-webfont.ttf

35.7 KB
Binary file not shown.
22.7 KB
Binary file not shown.

fonts/opensans-extrabold-webfont.eot

32.5 KB
Binary file not shown.

fonts/opensans-extrabold-webfont.svg

+251

fonts/opensans-extrabold-webfont.ttf

32.3 KB
Binary file not shown.

fonts/opensans-extrabold-webfont.woff

20.8 KB
Binary file not shown.

fonts/opensans-italic-webfont.eot

36.6 KB
Binary file not shown.

fonts/opensans-italic-webfont.svg

+251

fonts/opensans-italic-webfont.ttf

36.4 KB
Binary file not shown.

fonts/opensans-italic-webfont.woff

23.2 KB
Binary file not shown.

fonts/opensans-regular-webfont.eot

31.8 KB
Binary file not shown.

fonts/opensans-regular-webfont.svg

+252

fonts/opensans-regular-webfont.ttf

31.6 KB
Binary file not shown.

fonts/opensans-regular-webfont.woff

20.5 KB
Binary file not shown.

images/bg-ramp.jpg

2.11 KB

images/blockquote-gfx-2x.png

366 Bytes

images/blockquote-gfx.png

224 Bytes

images/chevron-2x.png

138 Bytes

images/chevron.png

128 Bytes

images/download-fallback-bg.png

110 Bytes

images/download-sprite.png

9.78 KB

images/footer-ramp.jpg

1.25 KB

images/fork-sprite.png

1.89 KB

images/hr-2x.jpg

1.55 KB

images/hr.jpg

1.28 KB

images/octocat-2x.png

1.3 KB

images/octocat.png

654 Bytes

images/ribbon-tail-sprite-2x.png

312 Bytes

images/ribbon-tail-sprite.png

1.34 KB

images/shield-fallback.png

340 Bytes

images/shield.png

1.1 KB

images/site-2.png

654 Bytes
338 Bytes

images/small-ribbon-tail-sprite.png

311 Bytes

index.html

+47-28
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,51 @@
11
<!DOCTYPE html>
22
<html>
3-
43
<head>
54
<meta charset='utf-8'>
65
<meta http-equiv="X-UA-Compatible" content="chrome=1">
7-
<meta name="description" content="Learning : “We learn from failure, not from success!” ― Bram Stoker, Dracula ">
8-
9-
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
10-
11-
<title>Learning</title>
6+
<meta name="viewport" content="width=640">
7+
8+
<link rel="stylesheet" href="stylesheets/core.css" media="screen">
9+
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)">
10+
<link rel="stylesheet" href="stylesheets/github-light.css">
11+
12+
<script type="text/javascript" src="javascripts/modernizr.js"></script>
13+
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
14+
<script type="text/javascript" src="javascripts/headsmart.min.js"></script>
15+
<script type="text/javascript">
16+
$(document).ready(function () {
17+
$('#main_content').headsmart()
18+
})
19+
</script>
20+
<title>Learning by natasha2016github</title>
1221
</head>
1322

1423
<body>
24+
<a id="forkme_banner" href="https://github.com/natasha2016github/Learning">View on GitHub</a>
25+
<div class="shell">
26+
27+
<header>
28+
<span class="ribbon-outer">
29+
<span class="ribbon-inner">
30+
<h1>Learning</h1>
31+
<h2>“We learn from failure, not from success!” ― Bram Stoker, Dracula </h2>
32+
</span>
33+
<span class="left-tail"></span>
34+
<span class="right-tail"></span>
35+
</span>
36+
</header>
37+
38+
<section id="downloads">
39+
<span class="inner">
40+
<a href="https://github.com/natasha2016github/Learning/zipball/master" class="zip"><em>download</em> .ZIP</a><a href="https://github.com/natasha2016github/Learning/tarball/master" class="tgz"><em>download</em> .TGZ</a>
41+
</span>
42+
</section>
1543

16-
<!-- HEADER -->
17-
<div id="header_wrap" class="outer">
18-
<header class="inner">
19-
<a id="forkme_banner" href="https://github.com/natasha2016github/Learning">View on GitHub</a>
2044

21-
<h1 id="project_title">Learning</h1>
22-
<h2 id="project_tagline">“We learn from failure, not from success!” ― Bram Stoker, Dracula </h2>
45+
<span class="banner-fix"></span>
2346

24-
<section id="downloads">
25-
<a class="zip_download_link" href="https://github.com/natasha2016github/Learning/zipball/master">Download this project as a .zip file</a>
26-
<a class="tar_download_link" href="https://github.com/natasha2016github/Learning/tarball/master">Download this project as a tar.gz file</a>
27-
</section>
28-
</header>
29-
</div>
3047

31-
<!-- MAIN CONTENT -->
32-
<div id="main_content_wrap" class="outer">
33-
<section id="main_content" class="inner">
48+
<section id="main_content">
3449
<h3>
3550
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to GitHub Pages.</h3>
3651

@@ -56,17 +71,21 @@ <h3>
5671

5772
<p>Having trouble with Pages? Check out our <a href="https://help.github.com/pages">documentation</a> or <a href="https://github.com/contact">contact support</a> and we’ll help you sort it out.</p>
5873
</section>
59-
</div>
6074

61-
<!-- FOOTER -->
62-
<div id="footer_wrap" class="outer">
63-
<footer class="inner">
64-
<p class="copyright">Learning maintained by <a href="https://github.com/natasha2016github">natasha2016github</a></p>
65-
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
75+
<footer>
76+
<span class="ribbon-outer">
77+
<span class="ribbon-inner">
78+
<p>this project by <a href="https://github.com/natasha2016github">natasha2016github</a> can be found on <a href="https://github.com/natasha2016github/Learning">GitHub</a></p>
79+
</span>
80+
<span class="left-tail"></span>
81+
<span class="right-tail"></span>
82+
</span>
83+
<p>Generated with <a href="https://pages.github.com">GitHub Pages</a> using Merlot</p>
84+
<span class="octocat"></span>
6685
</footer>
86+
6787
</div>
6888

6989

70-
7190
</body>
7291
</html>

javascripts/headsmart.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascripts/modernizr.js

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stylesheets/core.css

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@import url("screen.css");
2+
@import url("non-screen.css") handheld;
3+
@import url("non-screen.css") only screen and (max-device-width:640px);

0 commit comments

Comments
 (0)