mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
first scratch
This commit is contained in:
parent
66881120c9
commit
afeec9cc24
56 changed files with 86 additions and 30 deletions
74
index.html
74
index.html
|
@ -1,4 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
|
@ -16,36 +17,55 @@
|
|||
ponysay
|
||||
</td>
|
||||
<td style="width : 100%;">
|
||||
C
|
||||
<a target="page" href="./pages/index.html">intro</a>
|
||||
<a target="page" href="./pages/ponysay/index.html">manual</a>
|
||||
<a target="page" href="./pages/ponysay/Ponysay-license.html#Ponysay-license">license</a>
|
||||
<a target="page" href="./pages/ponysay/Ponysay-contributors.html#Ponysay-contributors">contributors</a>
|
||||
<a href="http://www.github.com/erkin/ponysay">github repository↗</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div style="width : 100%; top : 60px; bottom : 0px; position : absolute;">
|
||||
<table class="main">
|
||||
<col id="left"/>
|
||||
<col id="right"/>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<img alt="ponysay example" src="bonbonlyra.png"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<br/>
|
||||
<div style="width : 100%;">
|
||||
<table>
|
||||
<tr>
|
||||
<td style="width : 100%;">
|
||||
</td>
|
||||
<td>
|
||||
<a target="page" href="./pages/ponysay/Installing.html#Installing">Installing →</a><br/>
|
||||
<a target="page" href="./pages/ponysay/Invoking-ponysay.html#Invoking-ponysay">Basic usage →</a><br/>
|
||||
<a target="page" href="./pages/ponysay/Advanced-usage.html#Advanced-usage">Advanced usage →</a><br/>
|
||||
<a target="page" href="./pages/ponysay/Environment-variables.html#Environment-variables">Configurations →</a><br/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td valign="top" style="height : 100%;">
|
||||
<div id="text">
|
||||
<iframe id="page" src="./pages/index.html"></iframe>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<table class="main">
|
||||
<col id="left"/>
|
||||
<col id="right"/>
|
||||
<tr>
|
||||
<td>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<img alt="ponysay example" src="bonbonlyra.png"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
A
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<br/>
|
||||
<div id="text">
|
||||
B
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<table/>
|
||||
</body>
|
||||
</html>
|
||||
|
|
15
pages/index.html
Normal file
15
pages/index.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="screen.css" media="screen"/>
|
||||
|
||||
<title>ponysay</title>
|
||||
</head>
|
||||
<body>
|
||||
PONYSAY
|
||||
</body>
|
||||
</html>
|
|
@ -1 +0,0 @@
|
|||
{"name":"ponysay","body":"### ponysay\r\n**ponysay** is a cowsay wrapper that is written solely for ponies.\r\n\r\nIt depends on [cowsay](http://www.nog.net/~tony/warez/cowsay.shtml) for obvious reasons.\r\n\r\n### FAQ\r\n**Q:** The output looks like a mess in _(TTY/PuTTY/other)_!\r\n\r\n**A:** Unfortunately, there's nothing we can do about it. It's just a problem with **cowsay** itself.\r\n\r\n**Q:** You are missing [my-favourite-pony]!\r\n\r\n**A:** Ask and we'll add!\r\n\r\n**Q:** Which programs do you use to generate the pony files?\r\n\r\n**A:** The pony files are actually [browser ponies](http://web.student.tuwien.ac.at/~e0427417/browser-ponies/ponies.html) that are generated into cow files via [img2xterm](https://github.com/rossy2401/img2xterm).\r\n","tagline":"Pony wrapper for cowsay.","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
|
26
screen.css
26
screen.css
|
@ -13,7 +13,8 @@ div.header {
|
|||
border-right : 0;
|
||||
border-top : 0;
|
||||
border-bottom : 1px solid rgb(0, 0, 0);
|
||||
width : 100%;y
|
||||
width : 100%;
|
||||
height : 60px;
|
||||
}
|
||||
|
||||
table.header {
|
||||
|
@ -26,6 +27,7 @@ table.header {
|
|||
|
||||
.main {
|
||||
width : 100%;
|
||||
height : 100%;
|
||||
border : 0;
|
||||
}
|
||||
|
||||
|
@ -34,18 +36,37 @@ table.header {
|
|||
}
|
||||
|
||||
#right {
|
||||
height : 100%;
|
||||
}
|
||||
|
||||
#text {
|
||||
left : 540px;
|
||||
right : 0px;
|
||||
top : 1px;
|
||||
bottom : 4px;
|
||||
position : absolute;
|
||||
}
|
||||
|
||||
#page {
|
||||
border : 0;
|
||||
height : 100%;
|
||||
width : 100%;
|
||||
}
|
||||
|
||||
.title {
|
||||
padding : 4px 20px 8px 10px;
|
||||
padding : 4px 0px 8px 10px;
|
||||
font-size : 26pt;
|
||||
text-decoration : none;
|
||||
}
|
||||
|
||||
|
||||
a:link {color : #000000; text-decoration : none; border : 0px solid #FFFFFF; background-color : transparent;}
|
||||
a:active {color : #000000; text-decoration : none; border : 0px solid #FFFFFF; background-color : transparent;}
|
||||
a:visited {color : #000000; text-decoration : none; border : 0px solid #FFFFFF; background-color : transparent;}
|
||||
a:hover {color : #484848; text-decoration : none; border : 0px solid #FFFFFF; background-color : transparent;}
|
||||
a:focus {color : #000000; text-decoration : none; border : 0px solid #FFFFFF; background-color : transparent;}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family : 'Open Sans';
|
||||
src : url('./fonts/opensans-regular-webfont.eot');
|
||||
|
@ -100,3 +121,4 @@ table.header {
|
|||
font-weight : 800;
|
||||
font-style : normal;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue