Skip to content

update W3C logo #97

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

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft
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
2 changes: 1 addition & 1 deletion htdocs/dev/tests/colons.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<div id="banner">
<h1 id="title">
<a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="../../images/no_w3c.png" /></a>
<a href="https://www.w3.org/"><img alt="W3C" id="logo" src="../../images/no_w3c.png" /></a>
<a href="../../"><span>Markup Validation Service</span></a>
</h1>
<p id="tagline">Check the markup (HTML, XHTML, …) of Web documents</p>
Expand Down
2 changes: 1 addition & 1 deletion htdocs/dev/tests/nonSGML-chars.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<div id="banner">
<h1 id="title">
<a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="../../images/no_w3c.png" /></a>
<a href="https://www.w3.org/"><img alt="W3C" id="logo" src="../../images/no_w3c.png" /></a>
<a href="../../"><span>Markup Validation Service</span></a>
</h1>
<p id="tagline">Check the markup (HTML, XHTML, …) of Web documents</p>
Expand Down
4 changes: 2 additions & 2 deletions htdocs/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title><!--#echo var="title" --></title>
<link rel="help" href="mailto:[email protected]">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" href="https://www.w3.org/assets/logos/w3c-2025/favicons/favicon-32.png">
<link rel="start" href="<!--#echo var="relroot" -->" title="Home Page">
<link rel="stylesheet" href="<!--#echo var="relroot" -->style/base" type="text/css" media="all">
<meta name="keywords" content="HTML, HyperText Markup Language, Validation,
Expand All @@ -19,7 +19,7 @@
<div id="banner">
<h1 id="title">
<a href="https://www.w3.org/">
<img alt="W3C Logo" width="110" height="61" id="logo" src="<!--#echo var="relroot" -->images/<!--#if expr="$ENV != 'w3.org'" -->no_<!--#endif -->w3c.png" />
<img alt="W3C Logo" id="logo" src="<!--#if expr="$ENV != 'w3.org'" --><!--#echo var="relroot" -->images/no_w3c.png<!--#else -->https://www.w3.org/assets/logos/w3c-2025/svg/margins/w3c-letters-bg-white.svg<!--#endif -->" />
</a>
<a href="<!--#echo var="relroot" -->"><span>Markup Validation Service</span></a>
</h1>
Expand Down
Binary file removed htdocs/images/favicon.ico
Binary file not shown.
Binary file removed htdocs/images/w3c.png
Binary file not shown.
2 changes: 1 addition & 1 deletion htdocs/no_referer.asis
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Content-type: text/html

<div id="banner">
<h1 id="title">
<a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="/images/w3c.png" /></a>
<a href="https://www.w3.org/"><img alt="W3C" id="logo" src="https://www.w3.org/assets/logos/w3c-2025/svg/margins/w3c-letters-bg-white.svg" /></a>
<a href="/"><span>Markup Validation Service</span></a>

</h1>
Expand Down
6 changes: 3 additions & 3 deletions htdocs/services.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>W3C Validation Services</title>
<link rev="made" href="mailto:[email protected]" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="icon" type="image/png" href="https://www.w3.org/assets/logos/w3c-2025/favicons/favicon-32.png" />
<link rev="start" href="/" title="Home Page" />
<link rel="stylesheet" href="./style/base" type="text/css" media="all" />
<link rel="stylesheet" href="./style/base.css" type="text/css" media="all" />
<meta name="keywords" content="HTML, HyperText Markup Language, Validation,
W3C Markup Validation Service, Validator.nu, Feed, Internationalization, i18n, CSS Validator, Link Checker" />
</head>

<body>
<div id="banner">
<h1 id="title">
<a href="https://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="/images/w3c.png" /></a>
<a href="https://www.w3.org/"><img alt="W3C" id="logo" src="https://www.w3.org/assets/logos/w3c-2025/svg/margins/w3c-letters-bg-white.svg" /></a>
<a href="/services"><span>W3C Validation Services</span></a>
</h1>
<p id="tagline">Providing standards conformance checking services to the Web community</p>
Expand Down
10 changes: 9 additions & 1 deletion htdocs/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,14 @@ tr.subchoice th label {
background-color: inherit;
}

#logo {
border-radius: 10px;
height: 100px;
margin-left: 20px;
margin-top: 10px;
width: 100px;
}

h1 span {
border-bottom: 1px solid #6383b1;
border-color: #4e6f9e;
Expand Down Expand Up @@ -340,7 +348,7 @@ h1 span {

#tagline {
font-size: 0.7em;
margin: -2em 0 0 12.1em;
margin: -4em 0 4em 13em;
padding-bottom: 1em;
letter-spacing: 0.1em;
line-height: 100% !important;
Expand Down
3 changes: 0 additions & 3 deletions misc/mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ rm -f validator-$version/misc/mkrelease.sh
rm -f validator-$version/htdocs/no_referer.asis
rm -rf validator-$version/misc/bundle

cp validator-$version/htdocs/images/no_w3c.png \
validator-$version/htdocs/images/w3c.png

find . -type d | xargs -r chmod 755
find . -type f | xargs -r chmod 644
chmod 755 validator-$version/httpd/cgi-bin/check
Expand Down
4 changes: 2 additions & 2 deletions share/templates/en_US/header.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ X-W3C-Validator-Warnings: <TMPL_VAR NAME="valid_warnings_num"></TMPL_IF></TMPL_U
<title>
<TMPL_IF NAME="valid_status">[<TMPL_VAR NAME="valid_status">]</TMPL_IF>
<TMPL_IF NAME="page_title_url">Markup Validation of <TMPL_VAR NAME="page_title_url" ESCAPE="HTML"><TMPL_ELSE><TMPL_IF NAME="page_title"><TMPL_VAR NAME="page_title" ESCAPE="HTML"><TMPL_ELSE>Validation Results</TMPL_IF></TMPL_IF> - W3C Markup Validator</title>
<TMPL_IF NAME="is_feedback"><link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" /><TMPL_ELSE><link rel="icon" href="<TMPL_IF NAME="VALID">data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%10%00%00%00%10%08%02%00%00%00%90%91h6%00%00%00%19IDAT(%91c%0C%DD%10%C5%40%0A%60%22I%F5%A8%86Q%0DCJ%03%00dy%01%7F%0C%9F0%7D%00%00%00%00IEND%AEB%60%82<TMPL_ELSE>data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%10%00%00%00%10%08%02%00%00%00%90%91h6%00%00%00%19IDAT(%91c%BCd%AB%C2%40%0A%60%22I%F5%A8%86Q%0DCJ%03%00%DE%B5%01S%07%88%8FG%00%00%00%00IEND%AEB%60%82</TMPL_IF>" type="image/png" /></TMPL_IF>
<TMPL_IF NAME="is_feedback"><link rel="icon" type="image/png" href="https://www.w3.org/assets/logos/w3c-2025/favicons/favicon-32.png" /><TMPL_ELSE><link rel="icon" href="<TMPL_IF NAME="VALID">data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%10%00%00%00%10%08%02%00%00%00%90%91h6%00%00%00%19IDAT(%91c%0C%DD%10%C5%40%0A%60%22I%F5%A8%86Q%0DCJ%03%00dy%01%7F%0C%9F0%7D%00%00%00%00IEND%AEB%60%82<TMPL_ELSE>data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%10%00%00%00%10%08%02%00%00%00%90%91h6%00%00%00%19IDAT(%91c%BCd%AB%C2%40%0A%60%22I%F5%A8%86Q%0DCJ%03%00%DE%B5%01S%07%88%8FG%00%00%00%00IEND%AEB%60%82</TMPL_IF>" type="image/png" /></TMPL_IF>
<link rev="made" href="mailto:[email protected]" />
<link rev="start" href="./" title="Home Page" />
<link rel="stylesheet" href="./style/base" type="text/css" media="all" />
Expand All @@ -29,7 +29,7 @@ X-W3C-Validator-Warnings: <TMPL_VAR NAME="valid_warnings_num"></TMPL_IF></TMPL_U

<div id="banner">
<h1 id="title">
<a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/<TMPL_UNLESS NAME=ENV>no_</TMPL_UNLESS>w3c.png" /></a>
<a href="https://www.w3.org/"><img alt="W3C" id="logo" src="<TMPL_IF NAME=ENV>https://www.w3.org/assets/logos/w3c-2025/svg/margins/w3c-letters-bg-white.svg<TMPL_ELSE>./images/no_w3c.png</TMPL_IF>" /></a>
<a href="./"><span>Markup Validation Service</span></a>
</h1>
<p id="tagline">Check the markup (HTML, XHTML, …) of Web documents</p>
Expand Down
Loading