File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ <h2 class="font-light text-d-dark-green">API Guides</h2>
10
10
< article class ="w-full md:w-1/2 px-4 mb-4 md:mb-8 ">
11
11
< div class ="p-8 h-full bg-d-cell tile ">
12
12
< header >
13
- < h3 class ="mt-0 text-2xl "> < a href ="{{ .Params.external_url }} " class ="text-black tile-link " target ="_blank "> {{ .Title | markdownify }}</ a > </ h3 >
13
+ < h3 class ="mt-0 text-2xl font-normal "> < a href ="{{ .Params.external_url }} " class ="text-black tile-link " target ="_blank "> {{ .Title | markdownify }}</ a > </ h3 >
14
14
{{ partial "2_molecules/post-categories" . }}
15
15
</ header >
16
16
< section > {{ .Content }}</ section >
Original file line number Diff line number Diff line change @@ -10,14 +10,13 @@ <h4 class="uppercase mb-4 w-full">Created By</h4>
10
10
{{ partial "1_atoms/radio.html" (dict "ID" "linode" "Name" "created" "Value" ".linode" "Label" "Linode") . }}
11
11
{{ partial "1_atoms/radio.html" (dict "ID" "community" "Name" "created" "Value" ".community" "Label" "Community") . }}
12
12
</ div >
13
- < button class ="btn btn-small mt-4 mb-4 " onclick ="uncheckAll('createdFilters') "> View All</ button >
14
13
< div id ="languageFilters " class ="flex flex-wrap md:block ">
15
14
< h4 class ="uppercase mb-4 w-full "> Language</ h4 >
16
15
{{range ($.Site.GetPage "taxonomyTerm" "languages").Pages }}
17
16
{{ partial "1_atoms/radio.html" (dict "ID" (lower (replace .Title "." "-")) "Name" "language" "Value" (print "." (lower (replace .Title "." "-"))) "Label" .Title) . }}
18
17
{{end}}
19
18
</ div >
20
- < button class ="btn btn-small mt-4 " onclick ="uncheckAll('languageFilters') "> View All </ button >
19
+ < button class ="text-d-turq underline mt-4 " onclick ="uncheckAll('languageFilters') "> Reset Filters </ button >
21
20
</ div >
22
21
</ div >
23
22
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ <h2 class="mt-0 font-normal text-center"><a href="https://www.linode.com/communi
39
39
< h2 class ="font-light text-d-dark-green "> Events</ h2 >
40
40
< div class ="text-2xl my-3 font-light "> Catch us on the road at conferences, meetups, and job fairs.</ div >
41
41
</ div >
42
- < div class ="flex flex-wrap my-8 -mx-4 pb-8 justify-center ">
42
+ < div class ="flex flex-wrap my-8 -mx-4 pb-8 items-center justify-center ">
43
43
{{ range last 3 ((where .Pages "Section" "events").ByParam "start_date") }}
44
44
{{ $t := (time .Params.end_date) }}
45
45
{{ if ge ($t.Unix) (now.Unix) }}
@@ -57,7 +57,9 @@ <h3 class="mt-0 mb-4"><a href="{{ .Params.event_url }}" class="text-black tile-l
57
57
</ article >
58
58
{{ end }}
59
59
{{ end }}
60
- < a class ="btn block mx-auto " href ="https://www.linode.com/events " target ="_blank "> View All Events</ a >
60
+ < div class ="">
61
+ < a class ="btn block mx-auto text-center " href ="https://www.linode.com/events " target ="_blank "> View All Events</ a >
62
+ </ div >
61
63
</ div >
62
64
63
65
< div class ="relative row-full pb-8 home-cubes ">
You can’t perform that action at this time.
0 commit comments