|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html> |
| 3 | + |
3 | 4 | <head> |
4 | 5 | <meta charset='utf-8'> |
5 | 6 | <meta http-equiv="X-UA-Compatible" content="chrome=1"> |
6 | | - <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> |
7 | | - <link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'> |
8 | | - <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"> |
9 | | - <link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen"> |
10 | | - <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print"> |
| 7 | + <meta name="description" content="Thinreports for PHP : Easy and Simple way for generating a PDF report on pure PHP"> |
11 | 8 |
|
12 | | - <!--[if lt IE 9]> |
13 | | - <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
14 | | - <![endif]--> |
| 9 | + <link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css"> |
15 | 10 |
|
16 | | - <title>Thinreports for PHP by thinreports-php</title> |
| 11 | + <title>Thinreports for PHP</title> |
17 | 12 | </head> |
18 | 13 |
|
19 | 14 | <body> |
20 | | - <header> |
21 | | - <div class="inner"> |
22 | | - <h1>Thinreports for PHP</h1> |
23 | | - <h2>Easy and Simple way for generating a PDF report on pure PHP</h2> |
24 | | - <a href="https://github.com/thinreports-php" class="button"><small>Follow me on</small> GitHub</a> |
25 | | - </div> |
26 | | - </header> |
27 | | - |
28 | | - <div id="content-wrapper"> |
29 | | - <div class="inner clearfix"> |
30 | | - <section id="main-content"> |
31 | | - <h2> |
| 15 | + |
| 16 | + <!-- HEADER --> |
| 17 | + <div id="header_wrap" class="outer"> |
| 18 | + <header class="inner"> |
| 19 | + <a id="forkme_banner" href="https://github.com/thinreports-php">View on GitHub</a> |
| 20 | + |
| 21 | + <h1 id="project_title">Thinreports for PHP</h1> |
| 22 | + <h2 id="project_tagline">Easy and Simple way for generating a PDF report on pure PHP</h2> |
| 23 | + |
| 24 | + </header> |
| 25 | + </div> |
| 26 | + |
| 27 | + <!-- MAIN CONTENT --> |
| 28 | + <div id="main_content_wrap" class="outer"> |
| 29 | + <section id="main_content" class="inner"> |
| 30 | + <h2> |
32 | 31 | <a id="about" class="anchor" href="#about" aria-hidden="true"><span class="octicon octicon-link"></span></a>About</h2> |
33 | 32 |
|
34 | 33 | <p>Thinreports for PHP is an implementation of the <a href="https://github.com/thinreports/thinreports-generator">Thinreports Generator</a> in PHP. It provides easy and simple way for generating a PDF report on pure PHP.</p> |
|
45 | 44 | <a id="what-is-thinreports" class="anchor" href="#what-is-thinreports" aria-hidden="true"><span class="octicon octicon-link"></span></a>What is Thinreports</h3> |
46 | 45 |
|
47 | 46 | <p><a href="http://www.thinreports.org">Thinreports</a> is an open source report generation tools. It provides the Thinreports Editor which is a tool for designing a report format, and the Thinreports Generator for Ruby which is a library for generating a PDF. See the following pages for further details.</p> |
48 | | - </section> |
49 | | - |
50 | | - <aside id="sidebar"> |
51 | | - |
| 47 | + </section> |
| 48 | + </div> |
52 | 49 |
|
53 | | - <p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p> |
54 | | - </aside> |
55 | | - </div> |
| 50 | + <!-- FOOTER --> |
| 51 | + <div id="footer_wrap" class="outer"> |
| 52 | + <footer class="inner"> |
| 53 | + <p>Published with <a href="https://pages.github.com">GitHub Pages</a></p> |
| 54 | + </footer> |
56 | 55 | </div> |
57 | 56 |
|
58 | | - |
| 57 | + |
| 58 | + |
59 | 59 | </body> |
60 | 60 | </html> |
0 commit comments