-
Notifications
You must be signed in to change notification settings - Fork 119
/
welcome.html
57 lines (48 loc) · 2.5 KB
/
welcome.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Upgraded- SN Utils </title>
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/scriptsync.css">
</head>
<body>
<div id="sn4div">
<h5><img class="wdth40" src="/images/icon128.png" alt="SN Utils logo" /> SN Utils</span>
</h5>
<div>
You just installed the latest version of SN Utils.<br /> <br />
<a class="popuplinks"
href="https://www.linkedin.com/posts/arnoudkooi_snutils-servicenow-know21-activity-6792572753460379648-0KgN"
target="_blank">Please check my 90 seconds video on LinkedIn to celebrate 5 years of SN Utils!</div><a>
It explains a few of my favorite slashcommands. <br />
Leave a comment and share what your favorite command is!
</div> <br />
<a class="popuplinks"
href="https://www.linkedin.com/posts/arnoudkooi_snutils-servicenow-know21-activity-6792572753460379648-0KgN"
target="_blank">
<img id="sn4" src="/images/5y.png" /></a><br />
<br /><br />
To get the most out of SN Utils consider the following:
<ul>
<li>Follow <a class="popuplinks" href="https://twitter.com/sn_utils" target="_blank">@sn_utils on
Twitter</a> (or check regularly via command /tweets) Scroll down the feed, and get all the pro tips!
</li>
<li>Read my <a class="popuplinks"
href="https://www.linkedin.com/pulse/10-overlooked-features-sn-utils-servicenow-arnoud-kooi"
target="_blank">
10 overlooked features article on LinkedIn</li>
<li>Watch the latest slashcommands video on <a href="https://youtu.be/CqZ2xXLeeks" target="_blank"
rel="noopener noreferrer">YouTube</a></li>
<li><a href="https://www.youtube.com/channel/UCtr-9_HAEAPmcDRQSyKNzxg/videos" target="_blank"
rel="noopener noreferrer">Subscribe</a> on YouTube for more ServiceNow and SN Utils content</li>
<li>Check the <a href="https://developer.servicenow.com/connect.do#!/event/knowledge19/CCW0844"
target="_blank" rel="noopener noreferrer">CreatorCon 2019 lab</a></li>
</ul>
</div>
</body>
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.bundle.min.js"></script>
</html>