website/logo.html

28 lines
944 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>~vern logo</title>
</head>
<body>
<!--#include file="nav" -->
<h1>Logo</h1>
<p>The ~vern ~V logo was created by Arya. The full ~Vern version was made by The Cobra.</p>
<p>Every iteration of the logo is licensed under CC-BY-SA-4.0.</p>
<p>We chose not to provide the images for the Matrix rooms, as it would be superfluous.</p>
<h4 id=main>Main ~V logo</h4>
<img src=/media/vern.png alt="Main ~vern logo">
<p><a href=/media/vern.xcf>XCF file</a><p>
<br>
<h4 id=transparent>Transparent background</h4>
<img src=/media/verntrans.png alt="~vern logo with a transparent background">
<p><a href=/media/verntrans.xcf>XCF file</a></p>
<br>
<h4 id=full>Full ~Vern logo</h4>
<img src=/media/vernfull.png alt="Full ~vern logo">
<p><a href=/media/vernfull.xcf>XCF File</a></p>
<!--#include file="footer" -->
</body>
</html>