File tree Expand file tree Collapse file tree 4 files changed +46
-17
lines changed Expand file tree Collapse file tree 4 files changed +46
-17
lines changed Original file line number Diff line number Diff line change 58
58
- name : legal
59
59
link : " https://www.datadoghq.com/legal/"
60
60
title : " Legal"
61
+ - name : investors
62
+ link : " https://investors.datadoghq.com/"
63
+ title : " Investor Relations"
61
64
- name : analyst
62
65
link : " https://www.datadoghq.com/about/analyst/"
63
66
title : " Analyst Reports"
Original file line number Diff line number Diff line change @@ -71,13 +71,19 @@ right:
71
71
title : " Press"
72
72
- name : about_team
73
73
link : " https://www.datadoghq.com/about/team/"
74
- title : " Team "
74
+ title : " Leadership "
75
75
- name : about_careers
76
76
link : " https://www.datadoghq.com/careers/"
77
77
title : " Careers"
78
78
- name : about_analyst
79
79
link : " https://www.datadoghq.com/about/analyst/"
80
80
title : " Analyst Reports"
81
+ - name : about_investors
82
+ link : " https://investors.datadoghq.com/"
83
+ title : " Investor Relations"
84
+ - name : about_timeline
85
+ link : " https://www.datadoghq.com/about/timeline/"
86
+ title : " Timeline"
81
87
- name : blog
82
88
link : " https://www.datadoghq.com/blog/"
83
89
title : " Blog"
Original file line number Diff line number Diff line change 16
16
< footer >
17
17
< div class ="container ">
18
18
< div class ="row ">
19
- < div class ="col-12 col-md-3 col-lg -4 footer-side ">
19
+ < div class ="col-12 col-lg-12 col-xl -4 footer-side ">
20
20
< div class ="row ">
21
21
< div class ="col-12 col-lg-8 ">
22
22
< button type ="button " class ="btn btn-block btn-outline-semi-trans " data-toggle ="modal " data-target ="#signupModal "> {{ i18n "free_trial" }}</ button >
23
23
</ div >
24
24
</ div >
25
- < span class ="copyright d-none d-md -block "> © Datadog {{ $date := now }} {{ $date.Format "2006"}}</ span >
25
+ < span class ="copyright d-none d-xl -block "> © Datadog {{ $date := now }} {{ $date.Format "2006"}}</ span >
26
26
</ div >
27
- < div class ="col-12 col-md-5 col-lg -4 mt-4 mt-md -0 ">
27
+ < div class ="col-12 col-lg-6 col-xl -4 mt-4 mt-xl -0 ">
28
28
< p > Product</ p >
29
29
< div class ="row ">
30
30
< div class ="col-6 ">
42
42
</ ul >
43
43
</ div >
44
44
</ div >
45
+ < div class ="row d-none d-lg-block d-xl-none mt-4 ">
46
+ < span class ="copyright "> © Datadog {{ $date := now }} {{ $date.Format "2006"}}</ span >
47
+ </ div >
45
48
</ div >
46
- < div class ="col-12 col-md-4 col-lg -4 mt-4 mt-md -0 ">
49
+ < div class ="col-12 col-lg-6 col-xl -4 mt-4 mt-xl -0 ">
47
50
< div class ="row ">
48
51
< div class ="col-4 ">
49
52
< p > About</ p >
50
53
< ul class ="list-unstyled ">
51
54
{{ range $datafile.col3 }}
52
- {{ if .link }}< li > < a href ="{{ if in .link "http "}}{{ .link }}{{ else }}{{ .link | absLangURL }}{{ end }}"> {{ .title }}</ a > </ li > {{ end }}
55
+ {{ if .link }}< li {{ if eq .title "Investor Relations" }}class=" nowrap " {{ end }} > < a href ="{{ if in .link "http "}}{{ .link }}{{ else }}{{ .link | absLangURL }}{{ end }}"> {{ .title }}</ a > </ li > {{ end }}
53
56
{{ end }}
54
57
</ ul >
55
58
</ div >
70
73
</ ul >
71
74
</ div >
72
75
</ div >
73
- < div class ="row d-inline-block d-md -none mt-4 mt-md -0 ">
76
+ < div class ="row d-inline-block d-lg -none mt-4 mt-lg -0 ">
74
77
< div class ="col-12 "> < span class ="copyright "> © Datadog {{ $date := now }} {{ $date.Format "2006"}}</ span > </ div >
75
78
</ div >
76
79
</ div >
Original file line number Diff line number Diff line change 1
- $footer_height : 362px ;
2
- $footer_height_fr : 410px ;
3
- $footer_height_sm : 707px ;
1
+ $footer_height : 366px ;
4
2
$ddpurple : #632CA6 ;
5
3
$footer_bg_color : #110617 ;
6
4
16
14
& .fr ,
17
15
& .ja {
18
16
/* Margin bottom by footer height on fr page */
19
- margin-bottom : $footer_height_fr ;
17
+ margin-bottom : $footer_height + 27 px ;
20
18
}
21
19
}
22
20
33
31
34
32
/* Set the fixed height of the footer here */
35
33
height : $footer_height ;
34
+
36
35
background-color : $footer_bg_color ;
37
36
color :$footer-font-color ;
38
37
.container {
41
40
margin-bottom : 50px ;
42
41
}
43
42
}
43
+ .copyright {
44
+ font-size : 16px ;
45
+ }
44
46
p {
45
47
border-bottom :1px solid $footer-font-color ;
46
48
margin-bottom :10px ;
@@ -90,30 +92,45 @@ body {
90
92
position :absolute ;
91
93
bottom :0 ;
92
94
display :block ;
93
- font-size :16px ;
94
95
}
95
96
}
97
+ .nowrap {
98
+ white-space : nowrap ;
99
+ }
96
100
}
97
101
& .fr ,
98
102
& .ja {
99
103
footer {
100
104
/* Set the fixed height of the french footer here */
101
- height : $footer_height_fr ;
105
+ height : $footer_height + 27px ;
106
+ }
107
+ }
108
+ }
109
+ @media (max-width : 1200px ) {
110
+ body ,
111
+ body .fr ,
112
+ body .ja {
113
+ margin-bottom : $footer_height + 82px ;
114
+ }
115
+ body ,
116
+ body .fr ,
117
+ body .ja {
118
+ footer {
119
+ height : $footer_height + 82px ;
102
120
}
103
121
}
104
122
}
105
- @media (max-width : 767 px ) {
123
+ @media (max-width : 991 px ) {
106
124
body ,
107
125
body .fr ,
108
126
body .ja {
109
- /* Margin bottom by footer height */
110
- margin-bottom : $footer_height_sm ;
127
+ margin-bottom : $footer_height + 345px ;
111
128
}
112
129
body ,
113
130
body .fr ,
114
131
body .ja {
115
132
footer {
116
- height :$footer_height_sm ;
133
+ height : $footer_height + 345 px ;
117
134
.footer-side {
118
135
.btn {
119
136
width :100% ;
You can’t perform that action at this time.
0 commit comments