Skip to content

Commit

Permalink
templates: clean up home page
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Apr 18, 2022
1 parent 5b8a204 commit 9c6b6b7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ <h1 class="text-slate-900 font-extrabold italic text-4xl sm:text-5xl lg:text-6xl
</div>
</header>
<section class="text-center px-8 max-w-7xl mx-auto">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 pb-8 border-b border-slate-200 dark:border-slate-700">
<!-- lg:grid-cols-3 -->
<div class="grid grid-cols-1 md:grid-cols-2 gap-4 pb-8 border-b border-slate-200 dark:border-slate-700">
<div class="p-2">
<h2 class="font-semibold text-lg sm:text-xl md:text-2xl text-slate-900 dark:text-slate-100">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mb-1 inline-block" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
Expand All @@ -88,7 +89,7 @@ <h2 class="font-semibold text-lg sm:text-xl md:text-2xl text-slate-900 dark:text
{{call .Tr "home::real_time_sync_desc"}}
</p>
</div>
<div class="p-2">
<!-- <div class="p-2">
<h2 class="font-semibold text-lg sm:text-xl md:text-2xl text-slate-900 dark:text-slate-100">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mb-1 inline-block" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M10 21h7a2 2 0 002-2V9.414a1 1 0 00-.293-.707l-5.414-5.414A1 1 0 0012.586 3H7a2 2 0 00-2 2v11m0 5l4.879-4.879m0 0a3 3 0 104.243-4.242 3 3 0 00-4.243 4.242z" />
Expand All @@ -98,8 +99,8 @@ <h2 class="font-semibold text-lg sm:text-xl md:text-2xl text-slate-900 dark:text
<p class="text-lg">
{{call .Tr "home::searchable_desc"}}
</p>
</div>
<div class="p-2">
</div> -->
<!-- <div class="p-2">
<h2 class="font-semibold text-lg sm:text-xl md:text-2xl text-slate-900 dark:text-slate-100">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mb-1 inline-block" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
Expand All @@ -109,7 +110,7 @@ <h2 class="font-semibold text-lg sm:text-xl md:text-2xl text-slate-900 dark:text
<p class="text-lg">
{{call .Tr "home::markdown_desc"}}
</p>
</div>
</div> -->
<div class="p-2">
<h2 class="font-semibold text-lg sm:text-xl md:text-2xl text-slate-900 dark:text-slate-100">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mb-1 inline-block" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
Expand Down

0 comments on commit 9c6b6b7

Please sign in to comment.