This file contains hidden or 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
interest_rate = q_4 / 100 | |
monthly_interest_rate = [interest_rate] / 12 |
This file contains hidden or 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
// YOU CAN CHANGE THE NAME OF YOUR | |
// DATA COLLECTION SHEET HERE ↙ | |
const SHEET_NAME = "responses"; | |
// Globals. | |
let document_properties; | |
const expected_hosts = [ | |
"/template/1/embed/", | |
"flourish-user-templates.com", |
This file contains hidden or 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
<iframe width="560" height="315" src="{{Video}}" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | |
<div class="primary"> | |
<h1 class="title">{{[Webinar topic]}}</h1> | |
</div> | |
</div> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
<div id='data-panel'> | |
<ul style='width: 100%;'> | |
<strong><span style='color:{{Colourwinning}}'> | |
{{winningparty}}</span></strong><br><br> | |
<b>2016 vote share</b><br> | |
<li> <span class='party-name'>Dem</span> <span class='party-bar' | |
style='width: {{voteDem2016_pct}}; background-color: #0f69ff;'></span> <span class='party-value' | |
style='color: #0f69ff;'>{{voteDem2016_pct}}</span> </li> | |
<li> <span class='party-name'>Rep</span> <span class='party-bar' | |
style='width: {{voteRep2016_pct}}; background-color: #eb0f29;'> </span> <span class='party-value' |
This file contains hidden or 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
<div id='data-popup'> | |
<ul style='width: 140px;'> | |
<strong><span style='color:{{Colourwinning}}'>{{winningparty}}</span></strong><br><br> | |
<b>2016 vote share</b><br> | |
<li> <span class='party-name'>Dem</span> <span class='party-bar' | |
style='width: {{voteDem2016_pct}}; background-color: #0f69ff;'></span> <span class='party-value' | |
style='color: #0f69ff;'>{{voteDem2016_pct}}</span> </li> | |
<li> <span class='party-name'>Rep</span> <span class='party-bar' | |
style='width: {{voteRep2016_pct}}; background-color: #eb0f29;'> </span> <span class='party-value' | |
style='color:#eb0f29;'>{{voteRep2016_pct}}</span> </li> |
This file contains hidden or 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
<figure> | |
<div class="chart"> | |
<ul style='width: 100%'> | |
<li> | |
<div class='party-name'>Legal Framework</div> <span class='party-bar' | |
style='width: calc({{Legal Framework}}*8%);'></span> <span class='party-value'>{{Legal | |
Framework}}</span> | |
</li> | |
<li> | |
<div class='party-name'>Skills Penetration</div> <span class='party-bar' |
This file contains hidden or 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
<div style="font-size:0.9em; margin-top: 6px;"> | |
<div style="float: left; margin-right:10px;"><b>Category</b></div> | |
<div style="background-color:#2db757; float:left; width:10px; height:17px; margin-right:3px; border-radius: 3px"> | |
</div> | |
<div style="margin-right:10px; float:left">Environment</div> | |
<div style="background-color:#750e5c; float:left; width:10px; height:17px; margin-right:3px; border-radius: 3px"> | |
</div> | |
<div style="margin-right:10px; float:left">Societal</div> | |
<div style="background-color:#ff6d00; float:left; width:10px; height:17px; margin-right:3px; border-radius: 3px"> | |
</div> |
This file contains hidden or 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
<div style="font-size:0.9em; margin-top: 6px;"> | |
<div style="float: left; margin-right:10px;"><b>Category</b></div> | |
<div style="background-color:#2db757; float:left; width:10px; height:17px; margin-right:3px; border-radius: 3px"> | |
</div> | |
<div style="margin-right:10px; float:left">Environment</div> | |
<div style="background-color:#750e5c; float:left; width:10px; height:17px; margin-right:3px; border-radius: 3px"> | |
</div> | |
<div style="margin-right:10px; float:left">Societal</div> | |
<div style="background-color:#ff6d00; float:left; width:10px; height:17px; margin-right:3px; border-radius: 3px"> | |
</div> |
This file contains hidden or 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
<figure> | |
<h1 class="country">{{location}}</h1> | |
<div class="chart"> | |
<iframe src="https://flo.uri.sh/visualisation/5266491/embed"></iframe> | |
</div> | |
<div class="sections"> | |
<div class="section"> | |
<h2>Health</h2> |
NewerOlder