Merge pull request #1454 from joanneong/update-logo
Update OpenRefine logo
@ -6,7 +6,7 @@ OpenRefine is a power tool that allows you to load data, understand it,
|
||||
clean it up, reconcile it, and augment it with data coming from
|
||||
the web. All with the comfort and privacy of your own computer.
|
||||
|
||||
[<img src="https://github.com/OpenRefine/OpenRefine/blob/master/graphics/icon/open-refine-256px.png" align="right">](http://openrefine.org)
|
||||
[<img src="https://github.com/OpenRefine/OpenRefine/blob/master/graphics/icon/open-refine-320px.png" align="right">](http://openrefine.org)
|
||||
|
||||
Download
|
||||
-----------------------
|
||||
|
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 18 KiB |
BIN
graphics/icon/open-refine-320px.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 9.3 KiB |
@ -60,7 +60,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<a id="app-home-button" href="./"><img alt="OpenRefine" src="images/logo-openrefine-30.png" width="129" height="29" /></a>
|
||||
<a id="app-home-button" href="./"><img alt="OpenRefine" src="images/logo-openrefine-550.png" height="29" /></a>
|
||||
</div>
|
||||
|
||||
<div id="body-info">
|
||||
|
@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<a id="app-home-button" href="/"><img alt="OpenRefine" src="images/logo-openrefine-30.png" width="129" height="29" /></a>
|
||||
<a id="app-home-button" href="/"><img alt="OpenRefine" src="images/logo-openrefine-550.png" height="29" /></a>
|
||||
</div>
|
||||
<div id="body-info">
|
||||
<h1>Something went wrong!</h1>
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 4.7 KiB |
BIN
main/webapp/modules/core/images/logo-gem-126.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 15 KiB |
BIN
main/webapp/modules/core/images/logo-openrefine-550.png
Normal file
After Width: | Height: | Size: 58 KiB |
@ -44,7 +44,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<img alt="OpenRefine" src="images/logo-openrefine-30.png" width="129" height="29" />
|
||||
<img alt="OpenRefine" src="images/logo-openrefine-550.png" height="29" />
|
||||
<span id="slogan"></span>
|
||||
</div>
|
||||
|
||||
@ -54,7 +54,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
<div id="project-links">
|
||||
<div id="logo-container">
|
||||
<img alt="OpenRefine" src="images/logo-gem-40.png" />
|
||||
<img alt="OpenRefine" src="images/logo-gem-126.png" height="65" />
|
||||
<div id="openrefine-version"></div>
|
||||
</div>
|
||||
<ul>
|
||||
|
@ -43,7 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<a id="app-home-button" href="./"><img alt="OpenRefine" src="images/logo-openrefine-30.png" width="129" height="29" /></a>
|
||||
<a id="app-home-button" href="./"><img alt="OpenRefine" src="images/logo-openrefine-550.png" height="29" /></a>
|
||||
</div>
|
||||
|
||||
<div id="body-info">
|
||||
|
@ -45,7 +45,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<a id="app-home-button" href="./"><img alt="OpenRefine" src="images/logo-openrefine-30.png" width="129" height="29" /></a>
|
||||
<a id="app-home-button" href="./"><img alt="OpenRefine" src="images/logo-openrefine-550.png" height="29" /></a>
|
||||
<div id="project-title">
|
||||
<span id="project-name-button" class="app-path-section"></span>
|
||||
<a id="project-permalink-button" href="javascript:{}" class="secondary"></a>
|
||||
|
@ -98,7 +98,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
padding: 20px 0 0 10px;
|
||||
font-size: 1.15em;
|
||||
font-weight: bold;
|
||||
background: url(../../images/logo-gem-40.png) no-repeat right top;
|
||||
background: url(../../images/logo-gem-126.png) no-repeat top right;
|
||||
background-size: 43px;
|
||||
}
|
||||
|
||||
.browsing-panel-help p, .history-panel-help p {
|
||||
|