|
10 | 10 |
|
11 | 11 | <title>.::PullRequest.org::. {{ page.title }}</title> |
12 | 12 | <meta name="description" content=""> |
13 | | - <meta name="author" content=""> |
| 13 | + <meta name="author" content="PullRequest team"> |
14 | 14 |
|
15 | 15 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
16 | 16 |
|
|
23 | 23 | <body> |
24 | 24 |
|
25 | 25 | <div id="container"> |
26 | | - <header class="header"> |
27 | | - <h1><a href="/"><img src="/public/img/pullrequest-logo.png" alt="Pull Request"/></a></h1> |
| 26 | + <header> |
| 27 | + <h1><a href="/"><img src="/public/img/pullrequest-logo.png" alt="PullRequest"/></a></h1> |
28 | 28 | </header> |
29 | 29 |
|
30 | 30 | <div id="main" role="main"> |
31 | | - <div id="sticky-wrapper"> |
32 | | - <section id="main-content"> |
33 | | - {{ content }} |
| 31 | + {{ content }} |
| 32 | + |
| 33 | + <aside> |
| 34 | + <section id="about"> |
| 35 | + <h1>A propos</h1> |
| 36 | + <p>PullRequest est un blog de développeurs ouvert à toute contribution appropriée.</p> |
| 37 | + </section> |
| 38 | + <section id="follow"> |
| 39 | + <h1>Suivez nous!</h1> |
| 40 | + <ul> |
| 41 | + <li><a href="http://twitter.com/pullrequest">Sur Twitter</a></li> |
| 42 | + <li><a rel="alternate" type="application/rss+xml" href="http://feeds.feedburner.com/pullrequest/blog-posts">Via RSS</a></li> |
| 43 | + </ul> |
| 44 | + </section> |
| 45 | + <section id="contribute"> |
| 46 | + <h1>Participer</h1> |
| 47 | + <p> |
| 48 | + Les articles sont écrits en <a href="http://daringfireball.net/projects/markdown/syntax">MarkDown</a> et stockés dans un repository Git sur <a href="http://github.com/pullrequest/pullrequest.github.com">Github</a>. |
| 49 | + N'hésitez pas à <strong>forker</strong> puis à faire une <strong><a href="https://github.com/pullrequest/pullrequest.github.com/pull/new/master">Pull Request</a></strong> ;) |
| 50 | + </p> |
| 51 | + </section> |
| 52 | + <section id="licensing"> |
| 53 | + <h1>Licence</h1> |
| 54 | + <p> |
| 55 | + Les articles sont mis à disposition selon les termes de la <a rel="license" href="http://creativecommons.org/licenses/by/2.0/fr/">Licence Creative Commons Paternité 2.0 France</a>. |
| 56 | + <a rel="license" href="http://creativecommons.org/licenses/by/2.0/fr/"> |
| 57 | + <br><img alt="Contrat Creative Commons" style="border-width:0" src="http://i.creativecommons.org/l/by/2.0/fr/88x31.png" /> |
| 58 | + </a> |
| 59 | + </p> |
| 60 | + </section> |
| 61 | + <section id="opensource"> |
| 62 | + <h1>OpenSource</h1> |
| 63 | + <p>Les auteurs de PullRequest sont à l'origine, ou contributeurs, entre autre, de ces projets:</p> |
| 64 | + <a href="http://openscales.org">OpenScales</a> |
| 65 | + <a href="http://resthub.org">RestHub</a> |
| 66 | + <a href="https://github.com/loicfrering/LosoBundle">LosoBundle</a> |
| 67 | + <a href="https://github.com/loicfrering/losolib">LoSoLib</a> |
| 68 | + <a href="https://bitbucket.org/feugy/myth">Myth</a> |
34 | 69 | </section> |
| 70 | + </aside> |
35 | 71 |
|
36 | | - <aside> |
37 | | - <!-- |
38 | | - <section class="about"> |
39 | | - <h1>About</h1> |
40 | | - <p>Pull Request, c'est un blog ... <placer la suite ici></p> |
41 | | - </section> |
42 | | - --> |
43 | | - <section class="about"> |
44 | | - <h1>A propos</h1> |
45 | | - <p>PullRequest est un blog de développeur ouvert à toute contribution que nous jugerons intéressante.</p> |
46 | | - </section> |
47 | | - <section class="follow"> |
48 | | - <h1>Suivez nous!</h1> |
49 | | - <ul> |
50 | | - <li><a href="http://twitter.com/pullrequest">Sur Twitter</a></li> |
51 | | - <li><a rel="alternate" type="application/rss+xml" href="http://feeds.feedburner.com/pullrequest/blog-posts">Via RSS</a></li> |
52 | | - </ul> |
53 | | - </section> |
54 | | - <section id="participate"> |
55 | | - <h1>Participer</h1> |
56 | | - <p> |
57 | | - Les articles sont écrits en <a href="http://daringfireball.net/projects/markdown/syntax">MarkDown</a> et stockés dans un repository Git sur <a href="http://github.com/pullrequest/pullrequest.github.com">Github</a>. |
58 | | - N'hésitez pas à <strong>forker</strong> puis à faire une <strong><a href="https://github.com/pullrequest/pullrequest.github.com/pull/new/master">Pull Request</a></strong> ;) |
59 | | - </p> |
60 | | - </section> |
61 | | - <section class="licensing"> |
62 | | - <h1>Licence</h1> |
63 | | - <p> |
64 | | - Les articles sont mis à disposition selon les termes de la <a rel="license" href="http://creativecommons.org/licenses/by/2.0/fr/">Licence Creative Commons Paternité 2.0 France</a>. |
65 | | - <a rel="license" href="http://creativecommons.org/licenses/by/2.0/fr/"> |
66 | | - <br><img alt="Contrat Creative Commons" style="border-width:0" src="http://i.creativecommons.org/l/by/2.0/fr/88x31.png" /> |
67 | | - </a> |
68 | | - </p> |
69 | | - </section> |
70 | | - <section id="opensource"> |
71 | | - <h1>OpenSource</h1> |
72 | | - <p>Les auteurs de PullRequest sont à l'origine, ou contributeurs, entre autre, de ces projets:</p> |
73 | | - <a href="http://openscales.org">OpenScales</a> |
74 | | - <a href="http://resthub.org">RestHub</a> |
75 | | - <a href="https://github.com/loicfrering/losolib">LoSoLib</a> |
76 | | - <a href="https://bitbucket.org/feugy/myth">Myth</a> |
77 | | - </section> |
78 | | - </aside> |
79 | | - |
80 | | - </div> |
81 | 72 | </div> |
82 | 73 |
|
83 | 74 | <footer> |
84 | | - <small id="legal">© 2011 pullrequest.org</small>— |
85 | | - <small id="poweredby">Propulsé par <a href="https://github.com/mojombo/jekyll">Jekyll</a></small> |
| 75 | + <small id="legal">© 2011 pullrequest.org</small>— |
| 76 | + <small id="poweredby">Propulsé par <a href="https://github.com/mojombo/jekyll">Jekyll</a></small> |
86 | 77 | </footer> |
87 | 78 | </div> |
88 | 79 |
|
|
0 commit comments