File tree Expand file tree Collapse file tree 10 files changed +28
-76
lines changed Expand file tree Collapse file tree 10 files changed +28
-76
lines changed Original file line number Diff line number Diff line change @@ -38,49 +38,49 @@ relativeURLs = false
38
38
weight = 2
39
39
[[menu .main ]]
40
40
parent = " covidcast"
41
- name = " Map Overview "
41
+ name = " About "
42
42
url = " /covidcast"
43
43
weight = 1
44
44
[[menu .main ]]
45
45
parent = " covidcast"
46
- name = " Timelapse "
47
- url = " /covidcast/timelapse "
46
+ name = " Indicator Overview "
47
+ url = " /covidcast/overview "
48
48
weight = 2
49
49
[[menu .main ]]
50
50
parent = " covidcast"
51
- name = " Top 10 "
52
- url = " /covidcast/top10 "
51
+ name = " Indicator Details "
52
+ url = " /covidcast/indicator "
53
53
weight = 3
54
54
[[menu .main ]]
55
55
parent = " covidcast"
56
- name = " Single Region "
57
- url = " /covidcast/single "
56
+ name = " Old Map Overview "
57
+ url = " /covidcast/old "
58
58
weight = 4
59
59
[[menu .main ]]
60
60
parent = " covidcast"
61
61
name = " Surveys"
62
62
url = " /covidcast/surveys"
63
- weight = 5
63
+ weight = 50
64
64
[[menu .main ]]
65
65
parent = " covidcast"
66
66
name = " Survey Results"
67
67
url = " /covidcast/survey-results"
68
- weight = 6
68
+ weight = 51
69
69
[[menu .main ]]
70
70
parent = " covidcast"
71
71
name = " Export Data"
72
72
url = " /covidcast/export"
73
- weight = 7
73
+ weight = 70
74
74
[[menu .main ]]
75
75
parent = " covidcast"
76
76
name = " Release Log"
77
77
url = " /covidcast/release-log"
78
- weight = 8
78
+ weight = 80
79
79
[[menu .main ]]
80
80
parent = " covidcast"
81
81
name = " Terms Of Use"
82
82
url = " /covidcast/terms-of-use"
83
- weight = 9
83
+ weight = 90
84
84
[[menu .main ]]
85
85
identifier = " flu"
86
86
name = " Flu and Other Diseases"
Original file line number Diff line number Diff line change 2
2
title : COVIDcast
3
3
description : COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
4
4
layout : covidcast_app
5
- app_mode : overview
5
+ app_mode : landing
6
6
order : 1
7
- modeTitle : Map Overview
8
- icon : solid/map
9
7
heroImage : /images/landing-page/hero-images/covidcast_withfill.jpg
10
8
feedback : true
11
9
---
Original file line number Diff line number Diff line change 1
1
---
2
- title : COVIDcast Timelapse
3
- linkTitle : Timelapse
2
+ title : COVIDcast Indicator Detail
3
+ linkTitle : Indicator Detail
4
4
description : COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
5
5
layout : covidcast_app
6
- app_mode : timelapse
7
- order : 2
8
- icon : solid/clock
6
+ app_mode : indicator
7
+ order : 3
9
8
heroImage : /images/landing-page/hero-images/covidcast_withfill.jpg
10
9
feedback : true
11
10
---
Original file line number Diff line number Diff line change 1
1
---
2
- title : COVIDcast Region Details
3
- linkTitle : Region Details
2
+ title : COVIDcast Map Overview
3
+ linkTitle : Old Map Overview
4
4
description : COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
5
5
layout : covidcast_app
6
- app_mode : single
7
- order : 4
8
- icon : location-solid
6
+ app_mode : old
7
+ order : 3
9
8
heroImage : /images/landing-page/hero-images/covidcast_withfill.jpg
10
9
feedback : true
10
+ footer : false
11
11
---
Original file line number Diff line number Diff line change 1
1
---
2
- title : COVIDcast Top 10
3
- linkTitle : Top 10
2
+ title : COVIDcast
3
+ linkTitle : About COVIDcast
4
4
description : COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
5
5
layout : covidcast_app
6
- app_mode : top10
6
+ app_mode : overview
7
7
order : 3
8
- icon : solid/list
9
8
heroImage : /images/landing-page/hero-images/covidcast_withfill.jpg
10
9
feedback : true
10
+ footer : true
11
11
---
Original file line number Diff line number Diff line change 8
8
height : 100vh ;
9
9
}
10
10
11
- .covidcast_wrapper > footer {
11
+ .covidcast_wrapper :not ( .covidcast_wrapper_footer ) > footer {
12
12
display : none ;
13
13
}
14
-
15
- .covidcast-modes {
16
- position : relative ;
17
-
18
- & ::before {
19
- content : " " ;
20
- position : absolute ;
21
- bottom : 0 ;
22
- left : 0 ;
23
- right : 0 ;
24
- border-bottom : 1px solid #e5e5e5 ;
25
- }
26
-
27
- .uk-tab ::before {
28
- display : none ;
29
- }
30
- }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
< script src ="{{ (partial "covidcast /find-file.html" "bundle.*\\.js$")| relURL }}"> </ script >
7
7
{{ end }}
8
8
{{ define "breadcrumb" }}<!-- no breadcrumb --> {{ end }}
9
- {{ define "body_class" }}covidcast_wrapper{{ end }}
9
+ {{ define "body_class" }}covidcast_wrapper {{ if .Params.footer }}covidcast_wrapper_footer{{ end }} {{ end }}
10
10
{{ define "main" }}
11
- {{ partial "covidcast/modes.html" . }}
12
11
< div id ="vizbox ">
13
12
< div class ="ie-banner " style ="display: none ">
14
13
< div >
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments