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
| <html> | |
| <head> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tailwindcss/ui@latest/dist/tailwind-ui.min.css"> | |
| </head> | |
| <body> |
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
| <!DOCTYPE html> | |
| <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" | |
| xmlns:o="urn:schemas-microsoft-com:office:office"> | |
| <head> | |
| <title> Welcome from UTU!</title> | |
| <!--[if !mso]><!-- --> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| <!--<![endif]--> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
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
| { | |
| "backgroundColor": "#4d1ccb", | |
| "backgroundImageUrl": "https://image.freepik.com/free-vector/abstract-jungle-print-with-silhouettes-paradise-island-foliage-flat-seamless-floral-green-pattern-inspired-by-tropical-nature-plants-with-shape-palm-leaves-summer-background_119217-1463.jpg", | |
| "logoClickUrl": "https://apeunit.com", | |
| "logoImageUrl": "https://pbs.twimg.com/profile_images/1019575819906240513/GySIrUqp_400x400.jpg" | |
| } |
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
| #!/home/andrea/.local/share/miniconda3/bin/python | |
| # Installation | |
| # | |
| # python dependencies | |
| # pip3 install jira questionary | |
| # | |
| # create the env var to connect to jira | |
| # export JIRA_USER=user@myorg.com | |
| # export JIRA_TOKEN=*** |
OlderNewer