Skip to content

Commit 5428875

Browse files
committed
Modernize branding
1 parent f505745 commit 5428875

File tree

3 files changed

+5
-71
lines changed

3 files changed

+5
-71
lines changed

images/logo.svg

+1-67
Loading

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
</head>
1212
<body>
1313
<header>
14-
<a class="logo" href="http://linkeddatafragments.org/"><img src="images/logo.svg" alt="" /></a>
14+
<a class="logo" href="https://comunica.dev/"><img src="images/logo.svg" alt="" /></a>
1515
<h1><a href="#">Query the Web of Linked Data</a></h1>
16-
<p><a href="http://comunica.linkeddatafragments.org/" target="_blank">Live in your browser, powered by Comunica</a>.</p>
16+
<p><a href="https://comunica.dev/" target="_blank">Live in your browser, powered by Comunica</a>.</p>
1717
</header>
1818
<!--[if lte IE 9]><b>Your browser is unsupported.</b><div style="display:none"><![endif]-->
1919
<main>
@@ -92,7 +92,7 @@ <h1><a href="#">Query the Web of Linked Data</a></h1>
9292

9393
<footer>
9494
<p>
95-
©2013–2019
95+
©2013–now
9696
<a href="http://www.ugent.be/" target="_blank">Ghent University</a>
9797
<a href="http://www.imec.be/" target="_blank">imec</a>, Belgium.
9898
<a href="https://github.com/comunica/jQuery-Widget.js">Source code</a>.

styles/ldf-client.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ header .logo {
8585
}
8686
header img {
8787
margin: -9px -11px 0 0;
88-
height: 81px;
88+
height: 90px;
8989
}
9090

9191
main {

0 commit comments

Comments
 (0)