Add credits and licence documents for resources:. Also logo and internal.css file.

svn path=/trunk/netsurf/; revision=11991
This commit is contained in:
Michael Drake 2011-03-12 22:09:55 +00:00
parent ef20c91f93
commit e9017e97e7
4 changed files with 2098 additions and 0 deletions

View File

@ -0,0 +1,100 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>NetSurf | About Credits</title>
<link rel="stylesheet" title="Standard" type="text/css" href="internal.css">
<style>
div#DevList li {
float: left;
width: 18em; }
div#DevList ul {
overflow: hidden; }
</style>
</head>
<body>
<p class="banner"><a href="http://www.netsurf-browser.org/"><img src="netsurf.png" alt="NetSurf"></a></p>
<h1>NetSurf Credits</h1>
<p>NetSurf was brought to you by the following people:</p>
<div id="DevList">
<div>
<h2>Code</h2>
<ul>
<li>Kevin Bagust</li>
<li>John-Mark Bell</li>
<li>Mark Benjamin</li>
<li>Adam Blokus</li>
<li>Pawe&#x0142 Blokus</li>
<li>James Bursa</li>
<li>Stefaan Claes</li>
<li>Calin Dobos</li>
<li>Michael Drake</li>
<li>Sean Fox</li>
<li>Stephen Fryatt</li>
<li>Rik Griffin</li>
<li>Matthew Hambley</li>
<li>Rob Jackson</li>
<li>Rob Kendrick</li>
<li>Jeffrey Lee</li>
<li>Adrian Lees</li>
<li>Michael Lester</li>
<li>Phil Mellor</li>
<li>Philip Pemberton</li>
<li>François Revol</li>
<li>Darren Salt</li>
<li>Vincent Sanders</li>
<li>James Shaw</li>
<li>Andrew Sidwell</li>
<li>Daniel Silverstone</li>
<li>Andrew Timmins</li>
<li>John Tytgat</li>
<li>Chris Williams</li>
<li>Richard Wilson</li>
<li>Bo Yang</li>
<li>Chris Young</li>
</ul>
</div>
<div>
<h2>Documentation</h2>
<ul>
<li>John-Mark Bell</li>
<li>James Bursa</li>
<li>Michael Drake</li>
<li>Rob Kendrick</li>
<li>James Shaw</li>
<li>Richard Wilson</li>
</ul>
</div>
<div>
<h2>Graphics</h2>
<ul>
<li>Michael Drake</li>
<li>Andrew Duffell</li>
<li>John Duffell</li>
<li>Richard Hallas</li>
<li>Phil Mellor</li>
</ul>
</div>
<div>
<h2>Translations</h2>
<ul>
<li>Sebastian Barthel</li>
<li>Bruno D'Arcangeli</li>
<li>Samir Hawamdeh</li>
<li>Gerard van Katwijk</li>
<li>Jérôme Mathevet</li>
<li>Simon Voortman</li>
</ul>
</div>
</div>
<div class="footer">
<p>Copyright 2003&ndash;2011 The NetSurf Developers</p>
</div>
</body>
</html>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,100 @@
html, body {
margin: 0;
padding: 0; }
body {
color: #000;
background-color: #fff;
font-family: sans-serif;
font-size: 94%;
margin: 0 auto;
position: relative; }
h1, h2, h3, h4, h5, h6, h7, p, ul, dl, ol, table {
margin-left: 5mm;
margin-right: 5mm; }
a:link {
text-decoration: underline;
color: #00f; }
a:visited {
text-decoration: underline;
color: #60a; }
a:hover {
text-decoration: none; }
a:active {
text-decoration: underline;
color: #f00; }
h1 {
font-size: 200%;
font-weight: bold; }
h2 {
font-size: 160%;
padding-top: 5mm;
border-top: 1px solid black; }
h3 {
font-size: 140%;
font-weight: bold; }
h4 {
font-size: 120%;
font-weight: bold; }
h5 {
font-size: 120%;
font-style: italic; }
h1, h2, h3 {
clear: both; }
dl {
padding: 0; }
dt {
padding: 0;
font-weight: bold;
margin-bottom: 0.3em; }
dd {
padding: 0;
margin-left: 5mm;
margin-bottom: 1em; }
dd > ul {
margin-top: 0;
margin-left: 0.5em;
padding-left: 0;
margin-bottom: 1em; }
.banner {
margin: 0;
padding: 0;
background-color: #94adff;
color: black;
text-align: left; }
.banner img {
border: none;
color: #000;
height: 86px;
width: 308px;
display: block; }
.footer {
clear: both;
font-style: italic;
color:#666;
text-align: right; }
.footer p {
margin-top: 1.5em;
padding-top: 0.4em;
border-top: 2px solid #94adff; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB