Skip to content

Commit 1b71f6a

Browse files
committed
Replace master branch with page content via GitHub
1 parent 38806ee commit 1b71f6a

File tree

6 files changed

+315
-771
lines changed

6 files changed

+315
-771
lines changed

images/bg_hr.png

78 Bytes
Loading

images/blacktocat.png

463 Bytes
Loading

images/icon_download.png

216 Bytes
Loading

images/sprite_download.png

14.5 KB
Loading

index.html

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,33 @@
11
<!DOCTYPE html>
22
<html>
3+
34
<head>
45
<meta charset='utf-8'>
56
<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">
118

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">
1510

16-
<title>Thinreports for PHP by thinreports-php</title>
11+
<title>Thinreports for PHP</title>
1712
</head>
1813

1914
<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>
3231
<a id="about" class="anchor" href="#about" aria-hidden="true"><span class="octicon octicon-link"></span></a>About</h2>
3332

3433
<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,16 +44,17 @@ <h3>
4544
<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>
4645

4746
<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>
5249

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>
5655
</div>
5756

58-
57+
58+
5959
</body>
6060
</html>

0 commit comments

Comments
 (0)