-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomepage-html.txt
185 lines (182 loc) · 7.84 KB
/
homepage-html.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!--
The <ods-catalog-context> allows other widgets in this page to access the catalog of datasets in this platform.
Check the ods-widgets documentation to learn more about ods-catalog-context.
-->
<ods-catalog-context context="catalog">
<!-- Header Image
Check the .home-header class to change the background image
-->
<section class="home-header"></section>
<!-- Welcome card and KPI cards -->
<section class="container">
<div class="row row-equal-height">
<div class="col-md-12">
<div class="welcome-card">
<h1 class="welcome-card-title">
Welcome to the West of England Open Data Portal
</h1>
<p class="welcome-card-description">
Together, we’re creating a better, greener future for all our residents.
</p>
<a href="/explore/"
class="welcome-card-link">
Explore catalog <i class="fa fa-long-arrow-right fa-fw" aria-hidden="true"></i>
</a>
</div>
</div>
<!-- <div class="col-md-3">
<!-- KPI box component ->
<div class="kpi-card">
<img class="kpi-img" src="/assets/theme_image/energy-cost.png"/>
<p class="kpi-title">
950
</p>
<p class="kpi-description">
homes have solar PV panels installed through <b>Solar Together</b> Program
</p>
</div>
</div>
<div class="col-md-3">
<!-- KPI box component ->
<div class="kpi-card">
<img class="kpi-img" src="/assets/theme_image/tree-plant.png"/>
<p class="kpi-title">
50,000
</p>
<p class="kpi-description">
trees across 113 acres <b>have been planted</b> last year
</p>
</div>
</div> -->
</div>
</section>
<!-- Catalog Search Box -->
<section class="container">
<!-- Search box card -->
<div class="search-card">
<h2 class="search-card-title">
What data are you looking for?
</h2>
<div class="search-card-container">
<ods-searchbox class="search-card-searchbox"
form-id="search-form"
translate="placeholder"
placeholder="Search for a dataset">
</ods-searchbox>
<button type="submit" form="search-form" class="search-card-submit-button">
Search
</button>
</div>
</div>
</section>
<!-- Image cards with links -->
<section class="container">
<h2 class="home-subtitle">
Our region's data
</h2>
<div class="row">
<div class="col-md-4">
<!-- Image card -->
<a href="#"
class="image-card image-card-mobility" style="border-bottom: solid 3px #6bc9df;">
<div class="image-content">
<h3 class="image-title">
Transport
</h3>
<p class="image-description">
Decarbonise the transport system; reduce car dependency; manage demand; increase cycling, walking, wheeling and public transport
</p>
</div>
</a>
</div>
<div class="col-md-4">
<!-- Image card -->
<a href="#"
class="image-card image-card-garden" style="border-bottom: solid 3px #F7859B;">
<div class="image-content">
<h3 class="image-title">
Buildings & places
</h3>
<p class="image-description">
Increase the energy performance, climate resilience and environmental benefits of buildings and places
</p>
</div>
</a>
</div>
<div class="col-md-4">
<!-- Image card -->
<a href="/explore/?sort=modified&refine.theme=Environment"
class="image-card image-card-gastronomy" style="border-bottom: solid 3px #79DDCC;">
<div class="image-content">
<h3 class="image-title">
Nature Recovery
</h3>
<p class="image-description">
Deliver new habitats for our region’s wildlife and invest in improving quality and connectivity of existing spaces for nature on land and in water
</p>
</div>
</a>
</div>
<div class="col-md-4">
<!-- Image card -->
<a href="/explore/?sort=modified&refine.theme=Economy+and+Business"
class="image-card image-card-sport" style="border-bottom: solid 3px #F7859B;">
<div class="image-content">
<h3 class="image-title">
Business & Skills
</h3>
<p class="image-description">
Help all businesses become more sustainable and resilient to meet our 2030 objectives
</p>
</div>
</a>
</div>
<div class="col-md-4">
<!-- Image card -->
<a href="https://westofengland-ca.trial.opendatasoft.com/pages/embedded-capacity-register-map"
class="image-card image-card-culture" style="border-bottom: solid 3px #FED800;">
<div class="image-content">
<h3 class="image-title">
Net Zero Energy
</h3>
<p class="image-description">
Work to decarbonise the energy system and increase local renewable energy
</p>
</div>
</a>
</div>
<div class="col-md-4">
<!-- Image card -->
<a href="#"
class="image-card image-card-education" style="border-bottom: solid 3px #6bc9df;">
<div class="image-content">
<h3 class="image-title">
Climate Resilience
</h3>
<p class="image-description">
Take action to accelerate and ensure we are adapting to a changing climate and increase climate resilience across our region
</p>
</div>
</a>
</div>
</div>
</section>
<section class="container">
<div class="row">
<div class="col-md-6">
<!-- Most Popular Datasets -->
<h2 class="home-subtitle">
Most popular data
</h2>
<ods-most-popular-datasets context="catalog"></ods-most-popular-datasets>
</div>
<div class="col-md-6">
<!-- Last modified datasets -->
<h2 class="home-subtitle">
Last updated data
</h2>
<ods-last-datasets-feed context="catalog"></ods-last-datasets-feed>
</div>
</div>
</section>
</ods-catalog-context>