|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html>
|
3 |
| - |
4 | 3 | <head>
|
5 | 4 | <meta charset='utf-8'>
|
6 | 5 | <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> |
12 | 21 | </head>
|
13 | 22 |
|
14 | 23 | <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> |
15 | 43 |
|
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> |
20 | 44 |
|
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> |
23 | 46 |
|
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> |
30 | 47 |
|
31 |
| - <!-- MAIN CONTENT --> |
32 |
| - <div id="main_content_wrap" class="outer"> |
33 |
| - <section id="main_content" class="inner"> |
| 48 | + <section id="main_content"> |
34 | 49 | <h3>
|
35 | 50 | <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>
|
36 | 51 |
|
|
56 | 71 |
|
57 | 72 | <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>
|
58 | 73 | </section>
|
59 |
| - </div> |
60 | 74 |
|
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> |
66 | 85 | </footer>
|
| 86 | + |
67 | 87 | </div>
|
68 | 88 |
|
69 | 89 |
|
70 |
| - |
71 | 90 | </body>
|
72 | 91 | </html>
|
0 commit comments