-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from djsir-data/dev
update to end of 2023
- Loading branch information
Showing
25 changed files
with
141 additions
and
141 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/adminlte.min.css" rel="stylesheet" /> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/adminlte.min.js" crossorigin="anonymous"></script> | ||
<title>Current creative businesses</title> | ||
<meta property="article:published_time" content="2023-09-26T11:50:18"/> | ||
<meta property="article:published_time" content="2024-01-18T16:31:57"/> | ||
<link rel="stylesheet" href="style.css"/> | ||
<script>window.addEventListener('DOMContentLoaded', (event) => { | ||
var charts = Highcharts.charts; | ||
|
@@ -38,20 +38,20 @@ | |
<figcaption hidden="hidden"> | ||
<strong id="businesses-caption">businesses</strong> | ||
<br/> | ||
<span id="businesses-summary">Number of Victorian creative businesses in the financial year ending 2022.</span> | ||
<span id="businesses-summary">Number of Victorian creative businesses in the financial year ending 2023.</span> | ||
</figcaption> | ||
<div id="businesses" aria-labelledby="businesses-caption" aria-describedby="businesses-summary" class="container" style="background: #0E4E96;padding:1em;border-radius: 24px;color:white;"> | ||
<div id="businesses" aria-labelledby="businesses-caption" aria-describedby="businesses-summary" class="margin-mimic" style="background: #0E4E96;padding:1em;border-radius: 24px;color:white;"> | ||
<div class="row"> | ||
<div class="col-12" style="font-size:3em;font-family:VIC-Bold;color:#72BF44;text-align:right;margin-bottom:-30px;padding-right:10%;">businesses</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"> | ||
<div style="font-size:16.6666666666667vw;font-family:VIC-Bold;text-align:center;white-space: nowrap;width:100%;height:20.6666666666667vw;"><span>48,618</span></div> | ||
<div style="font-size:16.6666666666667vw;font-family:VIC-Bold;text-align:center;white-space: nowrap;width:100%;height:20.6666666666667vw;"><span>47,993</span></div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"> | ||
<div style="font-size:1.5em;font-family:VIC-Regular;text-align:left;min-height:30px;padding-left:20%;padding-right:15%;padding-top:30px;">Number of Victorian creative businesses in the financial year ending 2022.</div> | ||
<div style="font-size:1.5em;font-family:VIC-Regular;text-align:left;min-height:30px;padding-left:20%;padding-right:15%;padding-top:30px;">Number of Victorian creative businesses in the financial year ending 2023.</div> | ||
<div style="font-size:0.8em;font-family:VIC-Light;text-align:right;min-height:30px;padding-left:20%;padding-right:15%;padding-top:15px;">Source: Australian Bureau of Statistics, Creative Victoria.</div> | ||
</div> | ||
</div> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/adminlte.min.css" rel="stylesheet" /> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/adminlte.min.js" crossorigin="anonymous"></script> | ||
<title>Creative business overview</title> | ||
<meta property="article:published_time" content="2023-09-26T11:50:18"/> | ||
<meta property="article:published_time" content="2024-01-18T16:32:35"/> | ||
<link rel="stylesheet" href="style.css"/> | ||
<script>window.addEventListener('DOMContentLoaded', (event) => { | ||
var charts = Highcharts.charts; | ||
|
@@ -33,7 +33,7 @@ | |
</head> | ||
<body> | ||
<div class="tourism" style="width: 100%;"> | ||
<div class="container"> | ||
<div class="margin-mimic"> | ||
<div class="row"> | ||
<div class="col-12 my-3" style="background-color:#0E4E96;color:white;border-radius:24px;padding:1em;"> | ||
<div style="overflow-x:auto;"> | ||
|
@@ -50,20 +50,20 @@ | |
<tbody> | ||
<tr> | ||
<th scope="row">Creative businesses</th> | ||
<td>48,618</td> | ||
<td>8% pa</td> | ||
<td>3.3% pa</td> | ||
<td>47,993</td> | ||
<td>-1.3% pa</td> | ||
<td>2.3% pa</td> | ||
</tr> | ||
<tr> | ||
<th scope="row">Total Victorian businesses</th> | ||
<td>726,853</td> | ||
<td>10.9% pa</td> | ||
<td>3.3% pa</td> | ||
<td>718,555</td> | ||
<td>-1.1% pa</td> | ||
<td>2.3% pa</td> | ||
</tr> | ||
<tr> | ||
<th scope="row">Share of creative businesses</th> | ||
<td>6.7%</td> | ||
<td>-0.2 pp</td> | ||
<td>0 pp</td> | ||
<td>0 pp</td> | ||
</tr> | ||
</tbody> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/adminlte.min.css" rel="stylesheet" /> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/adminlte.min.js" crossorigin="anonymous"></script> | ||
<title>Current creative employment</title> | ||
<meta property="article:published_time" content="2023-09-26T11:50:11"/> | ||
<meta property="article:published_time" content="2024-01-18T16:27:40"/> | ||
<link rel="stylesheet" href="style.css"/> | ||
<script>window.addEventListener('DOMContentLoaded', (event) => { | ||
var charts = Highcharts.charts; | ||
|
@@ -38,20 +38,20 @@ | |
<figcaption hidden="hidden"> | ||
<strong id="employment-caption">employment</strong> | ||
<br/> | ||
<span id="employment-summary">Creative employment in Victoria as at August 2023, smoothed using a 12 month rolling average.</span> | ||
<span id="employment-summary">Creative employment in Victoria as at November 2023, smoothed using a 12 month rolling average.</span> | ||
</figcaption> | ||
<div id="employment" aria-labelledby="employment-caption" aria-describedby="employment-summary" class="container" style="background: #1D184B;padding:1em;border-radius: 24px;color:white;"> | ||
<div id="employment" aria-labelledby="employment-caption" aria-describedby="employment-summary" class="margin-mimic" style="background: #1D184B;padding:1em;border-radius: 24px;color:white;"> | ||
<div class="row"> | ||
<div class="col-12" style="font-size:3em;font-family:VIC-Bold;color:#F04E30;text-align:right;margin-bottom:-30px;padding-right:10%;">employment</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"> | ||
<div style="font-size:16.6666666666667vw;font-family:VIC-Bold;text-align:center;white-space: nowrap;width:100%;height:20.6666666666667vw;"><span>315,178</span></div> | ||
<div style="font-size:16.6666666666667vw;font-family:VIC-Bold;text-align:center;white-space: nowrap;width:100%;height:20.6666666666667vw;"><span>324,453</span></div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-12"> | ||
<div style="font-size:1.5em;font-family:VIC-Regular;text-align:left;min-height:30px;padding-left:20%;padding-right:15%;padding-top:30px;">Creative employment in Victoria as at August 2023, smoothed using a 12 month rolling average.</div> | ||
<div style="font-size:1.5em;font-family:VIC-Regular;text-align:left;min-height:30px;padding-left:20%;padding-right:15%;padding-top:30px;">Creative employment in Victoria as at November 2023, smoothed using a 12 month rolling average.</div> | ||
<div style="font-size:0.8em;font-family:VIC-Light;text-align:right;min-height:30px;padding-left:20%;padding-right:15%;padding-top:15px;">Source: Australian Bureau of Statistics, Creative Victoria.</div> | ||
</div> | ||
</div> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/adminlte.min.css" rel="stylesheet" /> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/adminlte.min.js" crossorigin="anonymous"></script> | ||
<title>Creative Employment Overview</title> | ||
<meta property="article:published_time" content="2023-09-26T11:50:12"/> | ||
<meta property="article:published_time" content="2024-01-18T16:29:10"/> | ||
<link rel="stylesheet" href="style.css"/> | ||
<script>window.addEventListener('DOMContentLoaded', (event) => { | ||
var charts = Highcharts.charts; | ||
|
@@ -33,7 +33,7 @@ | |
</head> | ||
<body> | ||
<div class="tourism" style="width: 100%;"> | ||
<div class="container"> | ||
<div class="margin-mimic"> | ||
<div class="row"> | ||
<div class="col-12 my-3" style="background-color:#1D184B;color:white;border-radius:24px;padding:1em;"> | ||
<div style="overflow-x:auto;"> | ||
|
@@ -50,21 +50,21 @@ | |
<tbody> | ||
<tr> | ||
<th scope="row">Victorian creative employment</th> | ||
<td>315,178</td> | ||
<td>2% pa</td> | ||
<td>1.3% pa</td> | ||
<td>324,453</td> | ||
<td>4.1% pa</td> | ||
<td>1.8% pa</td> | ||
</tr> | ||
<tr> | ||
<th scope="row">Victorian total employment</th> | ||
<td>3,615,035</td> | ||
<td>3.9% pa</td> | ||
<td>1.5% pa</td> | ||
<td>3,658,338</td> | ||
<td>4% pa</td> | ||
<td>1.6% pa</td> | ||
</tr> | ||
<tr> | ||
<th scope="row">Creative share of Victorian employment</th> | ||
<td>8.7%</td> | ||
<td>-0.2 pp</td> | ||
<td>-0.1 pp</td> | ||
<td>8.9%</td> | ||
<td>0 pp</td> | ||
<td>0.1 pp</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.