gitea-customize/index.html

38 lines
2.1 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tpl DEMO</title>
<link rel="stylesheet" href="https://git.mczhengyi.top/assets/css/index.css?v=1.21.1">
<link rel="stylesheet" href="https://git.mczhengyi.top/assets/css/theme-auto.css?v=1.21.1">
</head>
<body>
{{template "base/head" .}}
<div role="main" aria-label="{{if .IsSigned}}{{ctx.Locale.Tr "dashboard"}}{{else}}{{ctx.Locale.Tr "home"}}{{end}}" class="page-content home">
<div class="gt-mb-5 gt-px-5">
<div class="center">
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{ctx.Locale.Tr "logo"}}">
<div class="hero">
<h1 class="ui icon header title">正义的代码杂物箱</h1>
<h2>🎉 You Find a secret! 🎉</h2>
<h3>这里存储了我所有的代码仓库,有用没用的都有,大多数都是不维护或者自用的工具。不会考虑大众需求,也不一定会满足所有用户的需求。</h3>
<h3>这里会有这些东西:</h3>
<p style="margin: 10px 0;">🔧 一些小工具,但不保证维护</p>
<p style="margin: 10px 0;">🏠 开源项目这些项目都会镜像到github且会进行维护</p>
<p style="margin: 10px 0;">📔 大学里的作业</p>
<p style="margin: 10px 0;">📋 自用开源二开项目,普适性强的功能会贡献给原项目</p>
<h3 style="margin-top: 30px;">如果你想要稳定维护的项目,你可以在这里找到:
<a href="https://github.com/justice2001">Github</a>
|
<a href="https://gitee.com/zhengyi59">Gitee</a>
</h3>
<a href="/explore/repos" class="ui primary button"> 💾 那么就开始探索吧 💾 </a>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}
</body>
</html>