Rebuild site with Hugo: unified dark theme, SVG logo, data-driven content
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<a href="{{ .url }}" class="subject-card" target="_blank" rel="noopener" style="--color: {{ .color }}">
|
||||
<div class="subject-icon">
|
||||
<svg viewBox="0 0 24 24" width="40" height="40" fill="none" stroke="currentColor" stroke-width="1.5">
|
||||
<path d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V7"/>
|
||||
<path d="M21 7a2 2 0 00-2-2H5a2 2 0 00-2 2"/>
|
||||
<path d="M12 5v14"/>
|
||||
</svg>
|
||||
</div>
|
||||
<h3>{{ .name }}</h3>
|
||||
<p class="subject-pw">密码: <code>{{ .password }}</code></p>
|
||||
</a>
|
||||
Reference in New Issue
Block a user