|
12 | 12 | <meta property="og:site_name" content="PHP: The Right Way"/>
|
13 | 13 | <meta property="og:type" content="website"/>
|
14 | 14 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
15 |
| - <link href='//fonts.googleapis.com/css?family=Alfa+Slab+One|Droid+Serif:400,700' rel='stylesheet' type='text/css'> |
16 |
| - <link rel="stylesheet" href="{{ site.baseurl }}styles/all.css"/> |
17 |
| - <link rel="stylesheet" href="{{ site.baseurl }}styles/print.css" media="print, handheld"/> |
18 |
| - <link rel="stylesheet" href="{{ site.baseurl }}styles/syntax.css"/> |
| 15 | + <link rel="stylesheet" href="{{ site.baseurl }}css/all.css"/> |
19 | 16 | <link rel="icon" href="{{ site.baseurl }}images/favicon.png" type="image/png"/>
|
20 | 17 | <script>
|
21 | 18 | var _gaq = _gaq || [];
|
|
29 | 26 | </script>
|
30 | 27 | </head>
|
31 | 28 | <body>
|
32 |
| - <nav class="site-navigation"> |
| 29 | + <header class="site-header"> |
| 30 | + <h1><a href="/">PHP <em>The Right Way</em></a></h1> |
33 | 31 | <div class="build-date">Last Updated: {{ site.time }}</div>
|
| 32 | + <div class="share"> |
| 33 | + <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.phptherightway.com/" data-size="large" data-hashtags="php">Tweet</a> |
| 34 | + </div> |
| 35 | + <a class="fork-me" href="https://github.com/codeguy/php-the-right-way" target="_blank"> |
| 36 | + <img src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"/> |
| 37 | + </a> |
| 38 | + </header> |
| 39 | + |
| 40 | + <nav class="site-navigation"> |
34 | 41 | <ul>
|
35 | 42 | <li><a href="/#site-header">Welcome</a>
|
36 | 43 | <ul>
|
|
59 | 66 | {% endfor %}
|
60 | 67 | </ul>
|
61 | 68 | </li>
|
62 |
| - <li><a href="/#site-footer">Credits</a></li> |
| 69 | + <li><a href="/#credits">Credits</a></li> |
63 | 70 | </ul>
|
64 | 71 | </nav>
|
65 |
| - <div class="site-content"> |
66 |
| - |
67 |
| - <a class="fork-me" href="https://github.com/codeguy/php-the-right-way"> |
68 |
| - <img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"> |
69 |
| - </a> |
70 | 72 |
|
71 |
| - <header class="site-header" id="site-header"> |
72 |
| - <hgroup> |
73 |
| - <h1 class="site-title"><a href="/">PHP</a></h1> |
74 |
| - <h2 class="site-slogan">The Right Way.</h2> |
75 |
| - </hgroup> |
76 |
| - <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.phptherightway.com/" data-size="large" data-hashtags="php">Tweet</a> |
77 |
| - </header> |
| 73 | + <div class="site-content chapters"> |
78 | 74 | {{ content }}
|
79 |
| - <div id="site-footer"> |
80 |
| - <h1 id="site-footer_title">Credits</h1> |
81 |
| - <footer class="site-footer" id="site-footer"> |
82 |
| - <h2 class="epsilon">Created and maintained by</h2> |
83 |
| - <ul> |
84 |
| - <li><a href="http://twitter.com/codeguy">Josh Lockhart</a></li> |
85 |
| - </ul> |
86 |
| - <h2 class="epsilon">Project collaborators</h2> |
87 |
| - <ul> |
88 |
| - <li><a href="http://krisjordan.com/">Kris Jordan</a></li> |
89 |
| - <li><a href="http://philsturgeon.co.uk/">Phil Sturgeon</a></li> |
90 |
| - </ul> |
91 |
| - <h2 class="epsilon">Project contributors</h2> |
92 |
| - <div id="contributors">Loading…</div> |
93 |
| - <h2 class="epsilon">Project sponsors</h2> |
94 |
| - <ul class="mbd"> |
95 |
| - <li><a href="http://www.newmediacampaigns.com">New Media Campaigns</a></li> |
96 |
| - </ul> |
97 |
| - <p> |
98 |
| - <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="//i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">PHP: The Right Way</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.twitter.com/codeguy" property="cc:attributionName" rel="cc:attributionURL">Josh Lockhart</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="http://www.phptherightway.com" rel="dct:source">www.phptherightway.com</a>. |
99 |
| - </p> |
100 |
| - </footer> |
101 |
| - </div> |
102 | 75 | </div>
|
103 | 76 |
|
| 77 | + <footer class="site-footer" id="credits"> |
| 78 | + <h2>Created and maintained by</h2> |
| 79 | + <ul> |
| 80 | + <li><a href="http://joshlockhart.com" target="_blank">Josh Lockhart</a></li> |
| 81 | + <li><a href="http://philsturgeon.co.uk/" target="_blank">Phil Sturgeon</a></li> |
| 82 | + <li><a href="https://github.com/codeguy/php-the-right-way/graphs/contributors" target="_blank">Project Contributors</a></li> |
| 83 | + </ul> |
| 84 | + <div class="license"> |
| 85 | + <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="//i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /></a> |
| 86 | + <br /> |
| 87 | + <span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">PHP: The Right Way</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://joshlockhart.com" property="cc:attributionName" rel="cc:attributionURL">Josh Lockhart</a> |
| 88 | + <br/> |
| 89 | + is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="http://www.phptherightway.com" rel="dct:source">www.phptherightway.com</a>. |
| 90 | + </div> |
| 91 | + </footer> |
| 92 | + |
| 93 | + <!-- Twitter --> |
104 | 94 | <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
105 |
| - <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> |
106 |
| - <script src="/scripts/setup.js"></script> |
107 | 95 | </body>
|
108 | 96 | </html>
|
0 commit comments