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
[ | |
{ | |
"principle": "Digital-by-default, inclusiveness and accessibility", | |
"description": "Take steps to enable seamless digital delivery of services across sectors and collaboration in public service provision, by allowing EU institutions, private sector and civil society linkages to information held in public administration databases and systems in appropriate policy actions.", | |
"actions": [ | |
{ | |
"title": "Action 1", | |
"explanation": "Labore commodo nisi id fugiat sint cillum.", | |
"countries": { | |
"AT": { |
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
<!DOCTYPE html> | |
<html lang="en" > | |
<head> | |
<meta charset="UTF-8"> | |
<title>demo timeline</title> | |
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
// Open a new tab (Ctrl+t) to http://ec.europa.eu/ | |
// On the new tab open the dev tools console (Ctrl+Shift+J) | |
// Copy/paste the whole snippet (Ctrl+c, Ctrl+v) | |
// Execute (Return) | |
fetch("http://ec.europa.eu/citizens-initiative/services/initiative/get/open", { | |
mode: "no-cors", | |
headers: { | |
"Content-Type": "application/json" | |
} |
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
To export SVG from Google Slides. | |
1. Open Slide deck. | |
2. View -> 100% | |
3. Click on every thumbnail from first to last, this puts the SVG into the DOM. | |
4. Paste the export.js in the console. | |
5. Make sure to allow multiple downloads. | |
6. All SVG should be in Downloads folder. | |
Cheers, |
OlderNewer