New SVG logo!

This commit is contained in:
Anthony Wang 2024-01-19 19:59:44 -05:00
parent 54e6c88a65
commit 2af14b3937
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ
14 changed files with 24 additions and 62 deletions

View file

@ -5,15 +5,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/favicon.png" type="image/png">
<link rel="icon" href="img/logo.png" type="image/png">
<link rel="icon" href="img/logo.svg" type="image/svg+xml">
</head>
<body>
<a href="..">
<picture>
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="The exozyme logo" class="logo">
</picture>
<img src="img/logo.svg" alt="The exozyme logo" class="logo">
</a>
<h1>About</h1>
<p>

View file

@ -5,15 +5,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Explore</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/favicon.png" type="image/png">
<link rel="icon" href="img/logo.png" type="image/png">
<link rel="icon" href="img/logo.svg" type="image/svg+xml">
</head>
<body>
<a href="..">
<picture>
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="The exozyme logo" class="logo">
</picture>
<img src="img/logo.svg" alt="The exozyme logo" class="logo">
</a>
<h1>Explore</h1>
<p>
@ -53,11 +50,7 @@
<a href="https://ci.exozy.me">exoci</a>: Unlimited <a href="https://woodpecker-ci.org">Woodpecker</a> continuous integration builds for all your exogit projects
</p>
<p>
<picture>
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="exopages" class="icon">
</picture>
<img src="img/icons/nginx.svg" alt="exopages" class="icon">
<a href="https://git.exozy.me/exozyme/exozyme/wiki/Website-hosting">exopages</a>: Easily host websites, with unlimited subdomains and custom domains, powered by <a href="https://nginx.org">nginx</a>
</p>
<p>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

BIN
img/logo-old.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 KiB

After

Width:  |  Height:  |  Size: 52 KiB

10
img/logo.svg Normal file
View file

@ -0,0 +1,10 @@
<svg role="img" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg">
<title>exozyme</title>
<defs>
<linearGradient id="gradient">
<stop offset="0%" stop-color="#3379D1" />
<stop offset="100%" stop-color="#43AD89" />
</linearGradient>
</defs>
<path stroke="url(#gradient)" stroke-width="15" stroke-linecap="square" fill="none" d="M 30 90 l 30 -30 l -20 -20 l 40 40 l -20 -20 l 35 -35 a 49.4975 49.4975 0 1 0 0 70" />
</svg>

After

Width:  |  Height:  |  Size: 456 B

View file

@ -1,32 +0,0 @@
.... ....
.... ....
.'''. lddd. lddd. oooo. oooo ''''
.'''. cooo. clll. clll cccc ''''
.... .... .... ....
..... cddd' cooo. .''' .''' llll llll ....
.... ;ccc. ;c::. .... .... ;;;; ;;;; ....
..... .... .... ....
:ooo' cddd' .''' '''' lccc ,,,,
';;;. ,;;;. .... .... ,,,, ....
.,,,. .'''. .''' .''' .''' .... .... ....
:ddd, cddo' cooo. cool. llll. lllc cccc ;;,,
.,,,. .,,,. .'''. .''' '''' '''. .... ....
';;;. ';;;. .... .... .... .... ....
:ddd, :ooo' ,;;;. .''' .''' '''' '''' ....
..... .... ....
.;;;. ,:::. ',,,.
,ccc. :ooo. ;:::.
... .... .
;ccc. ;ccc. ;:::. ;;;; :;;; ;;;;
:lll. :lll. :ccc. :::: c::: ::::
';;;. ;:::. :::: ;;;, ....
';;;. ;:::. :::: ;,,, ....

BIN
img/logo.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

View file

@ -6,14 +6,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>exozyme</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/favicon.png" type="image/png">
<link rel="icon" href="img/logo.png" type="image/png">
<link rel="icon" href="img/logo.svg" type="image/svg+xml">
</head>
<body>
<picture>
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="The exozyme logo" class="logo">
</picture>
<img src="img/logo.svg" alt="The exozyme logo" class="logo">
<h1>The exozyme project</h1>
<p class="emoji">🏗️ 💻 👾 📖 🗨️</p>
<p class="links">

View file

@ -5,15 +5,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Quickstart</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/favicon.png" type="image/png">
<link rel="icon" href="img/logo.png" type="image/png">
<link rel="icon" href="img/logo.svg" type="image/svg+xml">
</head>
<body>
<a href="..">
<picture>
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="The exozyme logo" class="logo">
</picture>
<img src="img/logo.svg" alt="The exozyme logo" class="logo">
</a>
<h1>Quickstart Guide</h1>
<h2 id="email-us">Email us</h2>

View file

@ -31,7 +31,7 @@ picture, img {
}
.logo {
max-width: 50%;
max-width: 40%;
}
.icon {