feat: add forgejo to the list of services, update link to repository
This commit is contained in:
parent
f77c2705cb
commit
f711ced991
4 changed files with 12 additions and 5 deletions
1
public/icons/git.svg
Normal file
1
public/icons/git.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Git</title><path fill="white" d="M23.546 10.93L13.067.452c-.604-.603-1.582-.603-2.188 0L8.708 2.627l2.76 2.76c.645-.215 1.379-.07 1.889.441.516.515.658 1.258.438 1.9l2.658 2.66c.645-.223 1.387-.078 1.9.435.721.72.721 1.884 0 2.604-.719.719-1.881.719-2.6 0-.539-.541-.674-1.337-.404-1.996L12.86 8.955v6.525c.176.086.342.203.488.348.713.721.713 1.883 0 2.6-.719.721-1.889.721-2.609 0-.719-.719-.719-1.879 0-2.598.182-.18.387-.316.605-.406V8.835c-.217-.091-.424-.222-.6-.401-.545-.545-.676-1.342-.396-2.009L7.636 3.7.45 10.881c-.6.605-.6 1.584 0 2.189l10.48 10.477c.604.604 1.582.604 2.186 0l10.43-10.43c.605-.603.605-1.582 0-2.187"/></svg>
|
After Width: | Height: | Size: 716 B |
|
@ -1 +0,0 @@
|
|||
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>GitHub</title><path fill="white" d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg>
|
Before Width: | Height: | Size: 836 B |
|
@ -10,14 +10,14 @@
|
|||
Yggdrasil
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/ordinary-dev/comfycamp/issues/new" target="_blank">
|
||||
<a href="https://git.comfycamp.space/lumin/comfycamp" target="_blank">
|
||||
<img
|
||||
src="/icons/github.svg"
|
||||
src="/icons/git.svg"
|
||||
width="18px"
|
||||
height="18px"
|
||||
alt="Github logo"
|
||||
alt="Git logo"
|
||||
/>
|
||||
Обратная связь
|
||||
Исходный код
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -41,6 +41,13 @@ import Layout from '../layouts/Layout.astro'
|
|||
<a href="https://m.comfycamp.space" target="_blank">m.comfycamp.space</a>
|
||||
<p>Свободная социальная сеть, альтернатива twitter.</p>
|
||||
|
||||
<div class="title">
|
||||
<h2>Forgejo</h2>
|
||||
<div class="tag green-tag">Самостоятельная регистрация</div>
|
||||
</div>
|
||||
<a href="https://git.comfycamp.space" target="_blank">git.comfycamp.space</a>
|
||||
<p>Git-хостинг.</p>
|
||||
|
||||
<div class="title">
|
||||
<h2>Matrix</h2>
|
||||
<div class="tag green-tag">Самостоятельная регистрация</div>
|
||||
|
|
Loading…
Reference in a new issue