Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] New logo proposal #92

Merged
merged 1 commit into from
Jul 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
[![Build Status](https://travis-ci.org/keplerproject/luacov.svg?branch=master)](https://travis-ci.org/keplerproject/luacov)
[![Windows build status](https://ci.appveyor.com/api/projects/status/dd9gk87cpkqo5s58?svg=true)](https://ci.appveyor.com/project/mpeterv/luacov)
<div align="center">
<h1>LuaCov</h1>
<img src="./docs/logo/luacov-144x144.png" width="144" />
<p align="center">
Coverage analyzer for Lua
</p>
<p>
<a href="https://travis-ci.org/keplerproject/luacov">
<img src="https://travis-ci.org/keplerproject/luacov.svg?branch=master" alt="Build Status">
</a>
<a href="https://ci.appveyor.com/project/mpeterv/luacov">
<img src="https://ci.appveyor.com/api/projects/status/dd9gk87cpkqo5s58?svg=true" alt="Windows build status">
</a>
</p>
</div>

<br>


## Overview

Expand Down
77 changes: 58 additions & 19 deletions docs/doc.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
body {
body {
color: #47555c;
font-size: 16px;
font-family: "Open Sans", sans-serif;
Expand All @@ -7,14 +7,33 @@ body {
background: #eff4ff;
}

a:link { color: #008fee; }
a:visited { color: #008fee; }
a:hover { color: #22a7ff; }
a:link {
color: #008fee;
}

a:visited {
color: #008fee;
}

a:hover {
color: #22a7ff;
}

h1 {
font-size: 26px;
}

h2 {
font-size: 24px;
}

h3 {
font-size: 18px;
}

h1 { font-size:26px; }
h2 { font-size:24px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h4 {
font-size: 16px;
}

hr {
height: 1px;
Expand All @@ -24,18 +43,18 @@ hr {
}

code {
font-family: "Open Sans Mono", "Andale Mono", monospace;
font-family: "Open Sans Mono", "Andale Mono", monospace;
}

tt {
font-family: "Open Sans Mono", "Andale Mono", monospace;
font-family: "Open Sans Mono", "Andale Mono", monospace;
}

body, td, th {
}

textarea, pre, tt {
font-family: "Open Sans Mono", "Andale Mono", monospace;
font-family: "Open Sans Mono", "Andale Mono", monospace;
}

img {
Expand All @@ -59,19 +78,22 @@ div.header, div.footer {
#product {
background-color: white;
padding: 10px;
height: 130px;
height: 125px;
border-bottom: solid #d3dbec 1px;
}

#product big {
font-size: 42px;
}

#product strong {
font-weight: normal;
}

#product_logo {
float: right;
position: absolute;
right: 0;
top: 0;
}

#product_name {
Expand All @@ -93,7 +115,7 @@ div.header, div.footer {

#navigation {
width: 100%;
background-color: rgb(44,62,103);
background-color: rgb(44, 62, 103);
padding: 10px;
margin: 0;
}
Expand Down Expand Up @@ -182,29 +204,46 @@ dl.reference dd {
body {
font: 10pt "Times New Roman", "TimeNR", Times, serif;
}

a {
font-weight:bold; color: #004080; text-decoration: underline;
font-weight: bold;
color: #004080;
text-decoration: underline;
}

#main {
background-color: #ffffff; border-left: 0px;
background-color: #ffffff;
border-left: 0px;
}

#container {
margin-left: 2%; margin-right: 2%; background-color: #ffffff;
margin-left: 2%;
margin-right: 2%;
background-color: #ffffff;
}

#content {
margin-left: 0px; padding: 1em; border-left: 0px; border-right: 0px; background-color: #ffffff;
margin-left: 0px;
padding: 1em;
border-left: 0px;
border-right: 0px;
background-color: #ffffff;
}

#navigation {
display: none;
}

#product_logo {
display: none;
}

#about img {
display: none;
}

.example {
font-family: "Andale Mono", monospace;
font-family: "Andale Mono", monospace;
font-size: 8pt;
page-break-inside: avoid;
}
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<body>

<div id="container">

<div id="product">
<div id="product_logo"><a href="https://keplerproject.github.com/luacov">
<img alt="LuaCov logo" src="luacov.png" />
<img alt="LuaCov logo" src="logo/luacov-144x144.png" />
</a></div>
<div id="product_name"><big><strong>LuaCov</strong></big></div>
<div id="product_description">Coverage analysis for Lua scripts</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/license.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<body>

<div id="container">

<div id="product">
<div id="product_logo"><a href="https://keplerproject.github.com/luacov">
<img alt="LuaCov logo" src="luacov.png" />
<img alt="LuaCov logo" src="logo/luacov-144x144.png" />
</a></div>
<div id="product_name"><big><strong>LuaCov</strong></big></div>
<div id="product_description">Coverage analysis for Lua scripts</div>
Expand Down
Binary file added docs/logo/luacov-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logo/luacov-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading