Create gh-pages branch via GitHub

This commit is contained in:
Asad Dhamani 2015-11-14 16:54:26 +05:30
parent ccbc26580c
commit 25bf2a0050
6 changed files with 432 additions and 940 deletions

BIN
images/checker.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 B

View File

@ -1,25 +1,33 @@
<!DOCTYPE html>
<html lang="en-us">
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Headlessbrowsers by dhamaniasad</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<section class="page-header">
<h1 class="project-name">Headlessbrowsers</h1>
<h2 class="project-tagline">A list of (almost) all headless web browsers in existence</h2>
<a href="https://github.com/dhamaniasad/HeadlessBrowsers" class="btn">View on GitHub</a>
<a href="https://github.com/dhamaniasad/HeadlessBrowsers/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/dhamaniasad/HeadlessBrowsers/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<h1>
<div class="wrapper">
<header>
<h1>Headlessbrowsers</h1>
<p>A list of (almost) all headless web browsers in existence</p>
<p class="view"><a href="https://github.com/dhamaniasad/HeadlessBrowsers">View the Project on GitHub <small>dhamaniasad/HeadlessBrowsers</small></a></p>
<ul>
<li><a href="https://github.com/dhamaniasad/HeadlessBrowsers/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/dhamaniasad/HeadlessBrowsers/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/dhamaniasad/HeadlessBrowsers">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h1>
<a id="headless-browsers" class="anchor" href="#headless-browsers" aria-hidden="true"><span class="octicon octicon-link"></span></a>Headless Browsers</h1>
<h3>
@ -244,18 +252,20 @@
<td align="left">Splash is a javascript rendering service with an HTTP API. It's a lightweight browser with an HTTP API, implemented in Python using Twisted and QT.</td>
<td align="left">Any</td>
</tr>
<tr>
<td align="left"><a href="http://www.nightmarejs.org/">Nightmare</a></td>
<td align="left">Nightmare is a high-level browser automation library built as an easier alternative to PhantomJS.</td>
<td align="left">JavaScript</td>
</tr>
</tbody>
</table>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/dhamaniasad/HeadlessBrowsers">Headlessbrowsers</a> is maintained by <a href="https://github.com/dhamaniasad">dhamaniasad</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</section>
</div>
<footer>
<p>Project maintained by <a href="https://github.com/dhamaniasad">dhamaniasad</a></p>
<p>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>

20
javascripts/scale.fix.js Normal file
View File

@ -0,0 +1,20 @@
fixScale = function(doc) {
var addEvent = 'addEventListener',
type = 'gesturestart',
qsa = 'querySelectorAll',
scales = [1, 1],
meta = qsa in doc ? doc[qsa]('meta[name=viewport]') : [];
function fix() {
meta.content = 'width=device-width,minimum-scale=' + scales[0] + ',maximum-scale=' + scales[1];
doc.removeEventListener(type, fix, true);
}
if ((meta = meta[meta.length - 1]) && addEvent in doc) {
fix();
scales = [.25, 1.6];
doc[addEvent](type, fix, true);
}
};

File diff suppressed because one or more lines are too long

116
stylesheets/github-dark.css Normal file
View File

@ -0,0 +1,116 @@
/*
Copyright 2014 GitHub Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
.pl-c /* comment */ {
color: #969896;
}
.pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */,
.pl-s .pl-v /* string variable */ {
color: #0099cd;
}
.pl-e /* entity */,
.pl-en /* entity.name */ {
color: #9774cb;
}
.pl-s .pl-s1 /* string source */,
.pl-smi /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ {
color: #ddd;
}
.pl-ent /* entity.name.tag */ {
color: #7bcc72;
}
.pl-k /* keyword, storage, storage.type */ {
color: #cc2372;
}
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
.pl-s /* string */,
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
.pl-sr /* string.regexp */,
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */,
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */ {
color: #3c66e2;
}
.pl-v /* variable */ {
color: #fb8764;
}
.pl-id /* invalid.deprecated */ {
color: #e63525;
}
.pl-ii /* invalid.illegal */ {
background-color: #e63525;
color: #f8f8f8;
}
.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
color: #7bcc72;
font-weight: bold;
}
.pl-ml /* markup.list */ {
color: #c26b2b;
}
.pl-mh /* markup.heading */,
.pl-mh .pl-en /* markup.heading entity.name */,
.pl-ms /* meta.separator */ {
color: #264ec5;
font-weight: bold;
}
.pl-mq /* markup.quote */ {
color: #00acac;
}
.pl-mi /* markup.italic */ {
color: #ddd;
font-style: italic;
}
.pl-mb /* markup.bold */ {
color: #ddd;
font-weight: bold;
}
.pl-md /* markup.deleted, meta.diff.header.from-file */ {
background-color: #ffecec;
color: #bd2c00;
}
.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
background-color: #eaffea;
color: #55a532;
}
.pl-mdr /* meta.diff.range */ {
color: #9774cb;
font-weight: bold;
}
.pl-mo /* meta.output */ {
color: #264ec5;
}

File diff suppressed because it is too large Load Diff