Skip to content
3,673 changes: 3,672 additions & 1 deletion assets/style.css

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions assets/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ body {

.anchor-link {
top: 0.2em;
left: -2rem;
@apply absolute m-auto flex items-center justify-center opacity-0;
@apply absolute m-auto flex items-center justify-center opacity-0 -left-8;
}

.prose h1:hover .anchor-link,
Expand Down
1 change: 0 additions & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@
{{ end }}

{{ partial "javascript.html" . }}

</body>
3 changes: 2 additions & 1 deletion layouts/learning-path/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ <h1 class="mb-0 text-3xl font-semibold text-gray-900">
<svg class="me-2 h-5 w-5" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none" stroke-width="1.5" stroke="currentColor">
<title>Print</title>
<path stroke-linecap="round" stroke-linejoin="round" d="M6.72 13.829c-.24.03-.48.062-.72.096m.72-.096a42.415 42.415 0 0 1 10.56 0m-10.56 0L6.34 18m10.94-4.171c.24.03.48.062.72.096m-.72-.096L17.66 18m0 0 .229 2.523a1.125 1.125 0 0 1-1.12 1.227H7.231c-.662 0-1.18-.568-1.12-1.227L6.34 18m11.318 0h1.091A2.25 2.25 0 0 0 21 15.75V9.456c0-1.081-.768-2.015-1.837-2.175a48.055 48.055 0 0 0-1.913-.247M6.34 18H5.25A2.25 2.25 0 0 1 3 15.75V9.456c0-1.081.768-2.015 1.837-2.175a48.041 48.041 0 0 1 1.913-.247m10.5 0a48.536 48.536 0 0 0-10.5 0m10.5 0V3.375c0-.621-.504-1.125-1.125-1.125h-8.25c-.621 0-1.125.504-1.125 1.125v3.659M18 10.5h.008v.008H18V10.5Zm-3 0h.008v.008H15V10.5Z" />
</svg> {{ i18n "key.print-pdf" }}
</svg>
{{ i18n "key.print-pdf" }}
</button>
</div>

Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/social-icons.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ range . -}}
{{ $name := .name }}
{{ $path := printf "%s" $name | printf "%s%s" "brands/" }}
<a href="{{ .url }}" target="_blank" rel="noopener" title="{{ .name | humanize }}" aria-label="Infuse on {{ .name | humanize }}" class="text-gray-300 hover:text-gray-400">
<a href="{{ .url }}" target="_blank" rel="noopener" title="{{ .name | humanize }}" aria-label="Infuse on {{ .name | humanize }}" class="text-gray-300 hover:text-gray-500">
<span class="sr-only">{{ .name | humanize }}</span>
<span class="align-content-center justify-content-center flex h-6 w-6">
{{ partial "fontawesome.html" $path }}
Expand Down
Loading