diff options
author | Neil <nyamatongwe@gmail.com> | 2023-04-14 09:52:00 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2023-04-14 09:52:00 +1000 |
commit | b489ea82dd3f9df10622fba047e4135ddb3028b8 (patch) | |
tree | 56775a4c5e4f9334dc6e22910826ec7873cb930d | |
parent | c1ead4a59ead03738610f3285d076bcb3abdd214 (diff) | |
download | scintilla-mirror-b489ea82dd3f9df10622fba047e4135ddb3028b8.tar.gz |
Update logo for web site.
-rw-r--r-- | doc/ScintillaLogo.png | bin | 0 -> 196061 bytes | |||
-rw-r--r-- | doc/ScintillaLogo2x.png | bin | 0 -> 216292 bytes | |||
-rw-r--r-- | doc/index.html | 12 |
3 files changed, 8 insertions, 4 deletions
diff --git a/doc/ScintillaLogo.png b/doc/ScintillaLogo.png Binary files differnew file mode 100644 index 000000000..aae734201 --- /dev/null +++ b/doc/ScintillaLogo.png diff --git a/doc/ScintillaLogo2x.png b/doc/ScintillaLogo2x.png Binary files differnew file mode 100644 index 000000000..853290574 --- /dev/null +++ b/doc/ScintillaLogo2x.png diff --git a/doc/index.html b/doc/index.html index 646c4cb63..55020345a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -12,6 +12,13 @@ <meta name="Date.Modified" content="20230308" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style type="text/css"> + .logo { + background: url(https://www.scintilla.org/ScintillaLogo.png) no-repeat; + background-image: image-set( + url(https://www.scintilla.org/ScintillaLogo.png) 1x, + url(https://www.scintilla.org/ScintillaLogo2x.png) 2x ); + height:150px; + } #versionlist { margin: 0; padding: .5em; @@ -48,9 +55,6 @@ <body bgcolor="#FFFFFF" text="#000000"> <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> - <td width="256"> - <img src="SciWord.jpg" height="78" width="256" alt="Scintilla" /> - </td> <td width="40%" align="left"> <font color="#FFCC99" size="4"> A free source code editing component for Win32, GTK, and macOS</font> @@ -66,7 +70,7 @@ </table> <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> - <td width="100%" style="background: url(SciBreak.jpg) no-repeat;height:150px;"> + <td width="100%" class="logo"> </td> </tr> |