MtF-wiki/content/zh-t/about.md

68 lines
9.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: "關於我們"
description: "MtF Wiki 致力於成為一個免費開放且持續更新的跨性別女生知識整合站點"
date: 2021-06-01T22:27:01+08:00
draft: false
weight: 0
---
# 關於
![MtF-Wiki](./logo-long.png)
{{<mtf-wiki>}} 致力於成為一個免費開放且持續更新的跨性別女生知識整合站點
本專案 <i class="bi bi-github" aria-label="GitHub"></i> GitHub Repo[mtf-wiki/MtF-Wiki](https://github.com/mtf-wiki/MtF-Wiki/)
本專案 <i class="bi bi-link-45deg" aria-label="Website"></i> 網址:[MtF.Wiki](https://mtf.wiki/)
<i class="bi bi-link-45deg" aria-label="Website"></i> 同步映象網址:[mtfwiki.cn](https://mtfwiki.cn/) (同步週期 30 分鐘)
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
## 主要人員
創始人:<img src="https://avatars.githubusercontent.com/u/27522149?s=64?v=4" style="display: inline; height:2em;vertical-align: middle; border-radius: 50%;"/> **可橙** <a style="color: unset;" href="https://github.com/kenchiu233"><i class="bi bi-github" aria-label="GitHub"></i></a>
<img src="https://avatars.githubusercontent.com/u/43064781?v=4?s=64" style="display: inline; height:2em;vertical-align: middle; border-radius: 50%;"/> **Coelacanthus** <a style="color: unset;" href="https://github.com/CoelacanthusHex"><i class="bi bi-github" aria-label="GitHub"></i></a> <a href=" mailto:coelacanthus@outlook.com"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="20" role="img" aria-label="email: coelacanthus@outlook.com"><title>email: coelacanthus@outlook.com</title><g shape-rendering="crispEdges"><rect width="39" height="20" fill="#555"/><rect x="39" width="161" height="20" fill="#007ec6"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text x="205" y="140" transform="scale(.1)" fill="#fff" textLength="290">email</text><text x="1185" y="140" transform="scale(.1)" fill="#fff" textLength="1510">coelacanthus@outlook.com</text></g></svg></a>
站點與程式碼維護
<img src="https://avatars.githubusercontent.com/u/26759054?v=4?s=64" style="display: inline; height:2em;vertical-align: middle; border-radius: 50%;"/> **山前** <a style="color: unset;" href="http://github.com/saeziae"><i class="bi bi-github" aria-label="GitHub"></i></a> <a style="color: unset;" href="http://twitter.com/saeziae"><i class="bi bi-twitter" style="color:#1DA1F2" aria-label="Twitter"></i></a> <a href="mailto:i@estela.cn"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="112" height="20" role="img" aria-label="email: i@estela.cn"><title>email: i@estela.cn</title><g shape-rendering="crispEdges"><rect width="39" height="20" fill="#555"/><rect x="39" width="73" height="20" fill="#007ec6"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text x="205" y="140" transform="scale(.1)" fill="#fff" textLength="290">email</text><text x="745" y="140" transform="scale(.1)" fill="#fff" textLength="630">i@estela.cn</text></g></svg></a>
藥物板塊、長三角地區編輯維護,映象維護,外文翻譯
<img src="https://avatars.githubusercontent.com/u/44055214?v=4?s=64" style="display: inline; height:2em;vertical-align: middle; border-radius: 50%;"/> **珺妍** <a style="color: unset;" href="http://github.com/saeziae" class="bi bi-github" aria-label="GitHub"></i></a> <a href=" mailto:llh721113@outlook.com"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="182" height="20" role="img" aria-label="email: llh721113@outlook.com"><title>email: llh721113@outlook.com</title><g shape-rendering="crispEdges"><rect width="39" height="20" fill="#555"/><rect x="39" width="143" height="20" fill="#007ec6"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text x="205" y="140" transform="scale(.1)" fill="#fff" textLength="290">email</text><text x="1095" y="140" transform="scale(.1)" fill="#fff" textLength="1330">llh721113@outlook.com</text></g></svg></a>
北京地區編輯維護
以及感謝所有 GitHub 貢獻者:
<div style="padding: 0 1rem;margin: 0 0 1rem;margin-block-start: 1em;margin-block-end: 1em"><ul id="cons" style="list-style: none;"></ul><br></div>
<p style="float:none;clear:both;"></p>
與其它對我們提供幫助和資訊的小可愛們。
<script>var getJSON = function(url, callback) {var xhr = new XMLHttpRequest();xhr.open('GET', url, true);xhr.responseType = 'json';xhr.onload = function() {var status = xhr.status;if (status === 200) {callback(null, xhr.response);} else {callback(status, xhr.response);}};xhr.send();};getJSON('https://api.github.com/repos/mtf-wiki/MtF-Wiki/contributors',function(err, data) {if (err === null) {for(i in data){var para = document.createElement("li");var node = document.createElement("a");var node2 = document.createElement("img");para.style="margin: 4px;float: left;";node2.style="width: 32px;height: 32px;border-radius: 50%;";node.href=data[i].html_url;node2.src=data[i].avatar_url;node.appendChild(node2);para.appendChild(node);var element = document.getElementById("cons");element.appendChild(para);}}});</script>
## 聯絡
透過 <a style="color:#1DA1F2" href="https://t.me/MtFwiki"><i style="color:#1DA1F2" class="bi bi-telegram"></i> Telegram 群</a>
透過 <a style="color:#1DA1F2" href="https://jq.qq.com/?_wv=1027&k=O9hgBAFz"><svg style="vertical-align:-.25em" viewBox="0 0 117 20" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="24" role="img" aria-label="QQ 群: MtF Wiki"><title>QQ 群: MtF Wiki</title><g shape-rendering="crispEdges"><rect width="60" height="20" fill="#555"/><rect x="60" width="57" height="20" fill="#007ec6"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><image x="5" y="3" width="14" height="14" xlink:href="data:image/svg+xml;base64,PHN2ZyBmaWxsPSJ3aGl0ZXNtb2tlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHJvbGU9ImltZyIgdmlld0JveD0iMCAwIDI0IDI0Ij48dGl0bGU+VGVuY2VudCBRUSBpY29uPC90aXRsZT48cGF0aCBkPSJNMjEuMzk1IDE1LjAzNWEzOS41NDggMzkuNTQ4IDAgMCAwLS44MDMtMi4yNjRsLTEuMDc5LTIuNjk1Yy4wMDEtLjAzMi4wMTQtLjU2Mi4wMTQtLjgzNkMxOS41MjYgNC42MzIgMTcuMzUxIDAgMTIgMFM0LjQ3NCA0LjYzMiA0LjQ3NCA5LjI0MWMwIC4yNzQuMDEzLjgwNC4wMTQuODM2bC0xLjA4IDIuNjk1YTM4Ljk3IDM4Ljk3IDAgMCAwLS44MDIgMi4yNjRjLTEuMDIxIDMuMjgzLS42OSA0LjY0My0uNDM4IDQuNjczLjU0LjA2NSAyLjEwMy0yLjQ3MiAyLjEwMy0yLjQ3MiAwIDEuNDY5Ljc1NiAzLjM4NyAyLjM5NCA0Ljc3MS0uNjEyLjE4OC0xLjM2My40NzktMS44NDUuODM1LS40MzQuMzItLjM3OS42NDYtLjMwMS43NzguMzQzLjU3OCA1Ljg4My4zNjkgNy40ODIuMTg5IDEuNi4xOCA3LjE0LjM4OSA3LjQ4My0uMTg5LjA3OC0uMTMyLjEzMi0uNDU4LS4zMDEtLjc3OC0uNDgzLS4zNTYtMS4yMzMtLjY0Ni0xLjg0Ni0uODM2IDEuNjM3LTEuMzg0IDIuMzkzLTMuMzAyIDIuMzkzLTQuNzcxIDAgMCAxLjU2MyAyLjUzNyAyLjEwMyAyLjQ3Mi4yNTEtLjAzLjU4MS0xLjM5LS40MzgtNC42NzN6TTEyLjY2MiA0Ljg0NmMuMDM5LTEuMDUyLjY1OS0xLjg3OCAxLjM4NS0xLjg0NnMxLjI4MS45MTIgMS4yNDIgMS45NjRjLS4wMzkgMS4wNTEtLjY1OSAxLjg3OC0xLjM4NSAxLjg0NnMtMS4yODItLjkxMi0xLjI0Mi0xLjk2NHpNOS45NTQgM2MuNzI1LS4wMzMgMS4zNDUuNzk0IDEuMzg0IDEuODQ2LjA0IDEuMDUyLS41MTcgMS45MzEtMS4yNDIgMS45NjMtLjcyNi4wMzMtMS4zNDYtLjc5NC0xLjM4NS0xLjg0NUM4LjY3MiAzLjkxMiA5LjIyOCAzLjAzMyA5Ljk1NCAzek03LjQyMSA4LjI5NGMuMTk0LS40MyAyLjE0Ny0uOTA4IDQuNTY2LS45MDhoLjAyNmMyLjQxOCAwIDQuMzcyLjQ3OSA0LjU2Ni45MDhhLjE0LjE0IDAgMCAxIC4wMTQuMDYxYzAgLjAzMS0uMDEuMDU5LS4wMjYuMDgzLS4xNjMuMjM4LTIuMzMzIDEuNDE2LTQuNTUzIDEuNDE2aC0uMDI2Yy0yLjIyMSAwLTQuMzktMS4xNzgtNC41NTMtMS40MTZhLjEzNi4xMzYgMCAwIDEtLjAxNC0uMTQ0em0xMC40MjIgOC42MjJjLS4yMiAzLjY3Ni0yLjQwMyA1Ljk4Ny01Ljc3NCA2LjAyMWgtLjEzN2MtMy4zNy0uMDMzLTUuNTU0LTIuMzQ1LTUuNzczLTYuMDIxLS4wODEtMS4zNS4wMDEtMi40OTYuMTQ3LTMuNDMuMzE4LjA2My42MzguMTIyLjk1OC4xNzZ2My41MDZzMS42NTguMzM0IDMuMzE4LjEwM3YtMy4yMjVjLjQ4OC4wMjcuOTYuMDQgMS40MDYuMDM0aC4wMjVjMS42NzguMDIxIDMuNzE0LS4yMDQgNS42ODMtLjU5NC4xNDYuOTM0LjIyNyAyLjA4LjE0NyAzLjQzek0xMC40OCA1LjgwNGMuMzEzLS4wNDEuNTQyLS40MDkuNTA4LS44MjUtLjAzMy0uNDE1LS4zMTQtLjcyLS42MjktLjY3OS0uMzEzLjA0LS41NDEuNDA5LS41MDguODI0LjAzNC40MTcuMzE1LjcyLjYyOS42OHpNMTQuNDc5IDUuMTU2Yy4wNzguMDM3LjIyMS4wNDIuMjg5LS4xNDYuMDM1LS4wOTUuMDI1LS4xNjUtLjAwOS0uMjE0LS4wMjMtLjAzMy0uMTMzLS4xMTgtLjM3MS0uMTc2LS45MDQtLjIyLTEuMzQxLjM4NC0xLjQwNS40OTktLjA0LjA3Mi0uMDEyLjE3Ni4wNTYuMjI3LjA2Ny4wNTEuMTM5LjAzNy4xNzktLjAwNi41OC0uNjI4IDEuMjEtLjIwOCAxLjI2MS0uMTg0eiIvPjwvc3ZnPg=="/><text x="395" y="140" transform="scale(.1)" fill="#fff" textLength="330">QQ 群</text><text x="875" y="140" transform="scale(.1)" fill="#fff" textLength="470">MtF Wiki</text></g></svg></a>
透過 <a style="color: unset;" href="https://github.com/mtf-wiki/MtF-Wiki/issues/"><i class="bi bi-github" aria-label="GitHub"></i> GitHub Issues</a>
透過郵件<a href=" mailto:mtfwiki@estela.cn"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="150" height="20" role="img" aria-label="email: mtfwiki@estela.cn"><title>email: mtfwiki@estela.cn</title><g shape-rendering="crispEdges"><rect width="39" height="20" fill="#555"/><rect x="39" width="111" height="20" fill="#007ec6"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text x="205" y="140" transform="scale(.1)" fill="#fff" textLength="290">email</text><text x="935" y="140" transform="scale(.1)" fill="#fff" textLength="1010">mtfwiki@estela.cn</text></g></svg></a>
## 致謝
本專案目前採用 [Hugo][hugo-url] 部署在 Github Pages。主題使用 [zdoc][zdoc-url],對此表示感謝!
本專案在編寫過程中參考了諸多資料,在此一併致謝。
---
[![知識共享許可協議](https://i.creativecommons.org/l/by-sa/4.0/88x31.png)](https://creativecommons.org/licenses/by-sa/4.0/)
[hugo-url]: https://github.com/gohugoio/hugo
[zdoc-url]: https://github.com/zzossig/hugo-theme-zdoc