Skip to content

Commit 4dc491e

Browse files
committed
Replace master branch with page content via GitHub
1 parent 2dff88f commit 4dc491e

File tree

2 files changed

+773
-308
lines changed

2 files changed

+773
-308
lines changed

index.html

Lines changed: 31 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,34 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta charset="utf-8">
4+
<meta charset='utf-8'>
55
<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">
711

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">
1112
<!--[if lt IE 9]>
1213
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1314
<![endif]-->
15+
16+
<title>Thinreports for PHP by thinreports-php</title>
1417
</head>
18+
1519
<body>
16-
<div class="wrapper">
17-
<header>
20+
<header>
21+
<div class="inner">
1822
<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>
2732
<a id="about" class="anchor" href="#about" aria-hidden="true"><span class="octicon octicon-link"></span></a>About</h2>
2833

2934
<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,12 +45,16 @@ <h3>
4045
<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>
4146

4247
<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 &mdash; 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>
4756
</div>
48-
<script src="javascripts/scale.fix.js"></script>
49-
57+
58+
5059
</body>
5160
</html>

0 commit comments

Comments
 (0)