File tree Expand file tree Collapse file tree 11 files changed +49
-1
lines changed Expand file tree Collapse file tree 11 files changed +49
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ description: "FOSSCON"
7
7
location : " Philadelphia, PA"
8
8
event_url : " https://fosscon.us/"
9
9
image_url : " https://www.linode.com/media/images/events/fosscon.png"
10
+ register_link : " https://www.eventbee.com/v/fosscon2018#/tickets"
10
11
sites :
11
12
- developers
12
13
---
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ description: "SaltConf 18"
7
7
location : " Salt Lake City, UT"
8
8
event_url : " https://saltconf.com/"
9
9
image_url : " https://www.linode.com/media/images/events/SaltConf18.png"
10
+ register_link : " https://saltconf.com/register/"
10
11
sites :
11
12
- developers
12
13
---
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ description: "ApacheCon"
7
7
location : " Montreal, CDN"
8
8
event_url : " https://www.apachecon.com/acna18/index.html"
9
9
image_url : " https://www.linode.com/media/images/events/apachecon_na.png"
10
+ register_link : " https://www.eventbrite.com/e/apachecon-north-america-2018-registration-43200327342"
10
11
sites :
11
12
- developers
12
13
---
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ description: "Asbury Agile"
7
7
location : " Asbury Park, NJ"
8
8
event_url : " http://www.asburyagile.com/"
9
9
image_url : " https://www.linode.com/media/images/events/Asbury_agile.png"
10
+ register_link : " https://www.eventbrite.com/e/asbury-agile-2018-tickets-47519699701"
10
11
sites :
11
12
- developers
12
13
---
Original file line number Diff line number Diff line change 9
9
< span class ="uppercase font-semibold text-xs mr-4 "> Product:</ span >
10
10
{{ $currentTag := index (last 1 (split (delimit (split .URL "/") "," "") ",")) 0 }}
11
11
{{ range $name, $items := .Site.Taxonomies.changelog }}
12
- < a href ="{{ $.Site.BaseURL }}changelog/{{ $name | urlize | lower }} " class ="btn btn-small btn-grey mr-2 {{ if eq $currentTag $name}}active{{end}} "> {{ $name | humanize }}</ a >
12
+ < a href ="{{ $.Site.BaseURL }}changelog/{{ $name | urlize | lower }} " class ="btn btn-small btn-grey mr-2 {{ if eq $currentTag $name}}active{{end}} "> {{ $name | upper }}</ a >
13
13
{{ end }}
14
14
</ nav >
15
15
Original file line number Diff line number Diff line change @@ -58,10 +58,16 @@ <h3 class="mt-0 mb-4"><a href="{{ .Params.event_url }}" class="text-black tile-l
58
58
< div > < strong > {{ dateFormat "Jan 2, 2006" .Params.start_date }}</ strong > </ div >
59
59
< p > {{ .Content }}</ p >
60
60
</ section >
61
+ {{ if .Params.register_link }}
62
+ < footer >
63
+ < a href ="{{ .Params.register_link }} " target ="_blank "> Register Now</ a >
64
+ </ footer >
65
+ {{ end }}
61
66
</ div >
62
67
</ article >
63
68
{{ end }}
64
69
{{ end }}
70
+ < a class ="btn block mx-auto " href ="https://www.linode.com/events " target ="_blank "> View All Events</ a >
65
71
</ div >
66
72
67
73
< div class ="relative row-full pb-8 ">
Original file line number Diff line number Diff line change
1
+ .bg-d-cell footer {
2
+ position : relative;
3
+ z-index : 2 ;
4
+ }
Original file line number Diff line number Diff line change
1
+ a {
2
+ @apply text-d-turq;
3
+ text-decoration : underline;
4
+ }
5
+
6
+ a : hover {
7
+ @apply text-d-turq-hov;
8
+ }
9
+
10
+ h1 a ,
11
+ h2 a ,
12
+ h3 a ,
13
+ h4 a ,
14
+ h5 a {
15
+ text-decoration : none !important ;
16
+ }
Original file line number Diff line number Diff line change 4
4
transition : background-color 225ms ease-in-out,
5
5
color 225ms ease-in-out;
6
6
line-height : 1 ;
7
+ text-decoration : none;
7
8
}
8
9
9
10
.btn-small {
Original file line number Diff line number Diff line change
1
+ .main-nav-link {
2
+ text-decoration : none;
3
+ }
Original file line number Diff line number Diff line change
1
+ .footer-nav a ,
2
+ .footer-wrapper a {
3
+ text-decoration : none;
4
+ }
5
+
6
+ .footer-nav a : hover {
7
+ @apply text-white;
8
+ text-decoration : none;
9
+ }
10
+
11
+ .footer-wrapper a : hover {
12
+ @apply text-white;
13
+ text-decoration : underline;
14
+ }
You can’t perform that action at this time.
0 commit comments