|
1 | | -<!doctype html> |
| 1 | +<!DOCTYPE html> |
2 | 2 | <html> |
3 | 3 | <head> |
4 | | - <meta charset="utf-8"> |
| 4 | + <meta charset='utf-8'> |
5 | 5 | <meta http-equiv="X-UA-Compatible" content="chrome=1"> |
6 | | - <title>Thinreports for PHP by thinreports-php</title> |
| 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 | 11 |
|
8 | | - <link rel="stylesheet" href="stylesheets/styles.css"> |
9 | | - <link rel="stylesheet" href="stylesheets/github-light.css"> |
10 | | - <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> |
11 | 12 | <!--[if lt IE 9]> |
12 | 13 | <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
13 | 14 | <![endif]--> |
| 15 | + |
| 16 | + <title>Thinreports for PHP by thinreports-php</title> |
14 | 17 | </head> |
| 18 | + |
15 | 19 | <body> |
16 | | - <div class="wrapper"> |
17 | | - <header> |
| 20 | + <header> |
| 21 | + <div class="inner"> |
18 | 22 | <h1>Thinreports for PHP</h1> |
19 | | - <p>Easy and Simple way for generating a PDF report on pure PHP</p> |
20 | | - |
21 | | - |
22 | | - <p class="view"><a href="https://github.com/thinreports-php">View My GitHub Profile</a></p> |
23 | | - |
24 | | - </header> |
25 | | - <section> |
26 | | - <h2> |
| 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> |
27 | 32 | <a id="about" class="anchor" href="#about" aria-hidden="true"><span class="octicon octicon-link"></span></a>About</h2> |
28 | 33 |
|
29 | 34 | <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> |
|
40 | 45 | <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> |
41 | 46 |
|
42 | 47 | <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> |
43 | | - </section> |
44 | | - <footer> |
45 | | - <p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p> |
46 | | - </footer> |
| 48 | + </section> |
| 49 | + |
| 50 | + <aside id="sidebar"> |
| 51 | + |
| 52 | + |
| 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> |
47 | 56 | </div> |
48 | | - <script src="javascripts/scale.fix.js"></script> |
49 | | - |
| 57 | + |
| 58 | + |
50 | 59 | </body> |
51 | 60 | </html> |
0 commit comments