-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
95 lines (83 loc) · 4.81 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RPA Best Practices</title>
<link rel="icon" type="image/png" href="robot.png">
<link rel="apple-touch-icon" href="robot-apple.png"/>
<meta name="description" content="RPA Best Practices for developing the best Bots from Gathering requirements to infrastructure and even more secret details!">
<meta name="keywords" content="RPA,Robotic Process Automation,AA,Automation Anywhere,UiPath,Best Practices,Industry 4.0,Automation,Robotics,Software Development,Low-Code Development Platforms,LCDP">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="RPA Best Practices">
<meta name="theme-color" content="#ffffff">
<meta name="author" content="Federico Navarrete">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="manifest" href="manifest.json" />
<link rel="preload" href="css/bootstrap.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="css/bootstrap.min.css"></noscript>
<link rel="preload" href="css/index.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="css/index.css"></noscript>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://fanmixco.github.io/rpaBestPractices/">
<meta property="og:title" content="RPA Best Practices">
<meta property="og:description" content="RPA Best Practices for developing the best Bots from Gathering requirements to infrastructure and even more secret details!">
<meta property="og:image" content="img/preview.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://fanmixco.github.io/rpaBestPractices/">
<meta property="twitter:title" content="RPA Best Practices">
<meta property="twitter:description" content="RPA Best Practices for developing the best Bots from Gathering requirements to infrastructure and even more secret details!">
<meta property="twitter:image" content="img/preview.jpg">
</head>
<body>
<div class="container">
<div class="title">
<h1>🤖 RPA Best Practices</h1>
<div id="google_translate_element"></div>
</div>
<div class="accordion" id="accordionRPA"></div>
</div>
<!-- Footer -->
<footer class="page-footer font-small blue">
<!-- Copyright -->
<div class="footer-copyright text-center py-3">
<div class="divPrivacy">
<a href="https://www.privacypolicygenerator.info/live.php?token=c0cCusIJJAG2yM27M683twVkRcTH8Jrt">Privacy Policy</a> | <a href="https://raw.githubusercontent.com/FANMixco/rpaBestPractices/master/LICENSE">License</a>
</div>
© 2020 - <a href="https://federiconavarrete.com">Federico Navarrete</a> and <a href="https://supernovaic.tk">Supernova IC</a>
</div>
<!-- Copyright -->
</footer>
<script src="js/external/popper.min.js"></script>
<script src="js/external/bootstrap.min.js" defer></script>
<script src="https://wurfl.io/wurfl.js"></script>
<script src="js/libs/string-format.min.js"></script>
<script src="js/data/cards.min.js"></script>
<script src="js/data/credits.min.js"></script>
<script src="js/libs/localStorageMng.min.js"></script>
<script src="js/libs/displayData.min.js"></script>
<script src="js/external/jquery-3.4.1.slim.min.js"></script>
<!-- Footer -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-7438484-13"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-7438484-13');
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'es,nl,de,fr,it,en,zh-CN,zh-TW,pl,pt,ru,ja,ko,cs,iw,ro', autoDisplay: false, layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');
}
$(function(){
$('[data-toggle="tooltip"]').tooltip();
});
</script>
<script type="module">
import 'https://cdn.jsdelivr.net/npm/@pwabuilder/pwaupdate';
const el = document.createElement('pwa-update');
document.body.appendChild(el);
</script>
<script src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</body>
</html>