aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard/guide.tmpl
blob: bdbe81ece00750cd6593c34538b7131eb7933494 (plain)
1
2
3
4
5
6
7
8
9
10
<div class="tw-text-center tw-p-8">
	{{svg "octicon-package" 24 "tw-text-placeholder-text"}}
	<h3 class="tw-my-4">{{ctx.Locale.Tr "home.guide_title"}}</h3>
	<p class="tw-text-placeholder-text">{{ctx.Locale.Tr "home.guide_desc"}}</p>
	<div>
		<a href="{{AppSubUrl}}/explore/repos">{{ctx.Locale.Tr "home.explore_repos"}}</a>
		<span>·</span>
		<a href="{{AppSubUrl}}/explore/users">{{ctx.Locale.Tr "home.explore_users"}}</a>
	</div>
</div>