Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

TARGIT Anywhere allows you to access all your analyses, reports, and dashboard from a browser.


HTML
<style>
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {


}


#box {
color:rgb(66, 82, 110);
background-color:#f3f5fa;
padding:15px 15px 15px 80px;height:130px;float:left;width:49%;margin-right:1%;margin-bottom:10px;}
h2 {margin-top:0;}
.button {background-color:#dfe1e5; padding:5px 8px;}
a.button {color:rgb(66, 82, 110) !important;margin-top:10px !important;display:inline-block;}
.getstarted {
background-image:url("https://confluence.targit.com/download/attachments/embedded-page/KB/Home/iconmonstr-download-2-240.png?api=v2;");background-repeat:no-repeat;background-position:15px 15px;
}
.whatsnew {
background-image:url("https://confluence.targit.com/download/attachments/embedded-page/KB/Home/iconmonstr-megaphone-12-64.png?api=v2;");background-repeat:no-repeat;background-position:15px 15px;
}
.knownissues {
background-image:url("https://confluence.targit.com/download/attachments/embedded-page/KB/Home/iconmonstr-bug-1-64.png?api=v2;");background-repeat:no-repeat;background-position:15px 15px;
}
.userforum {
background-image:url("https://confluence.targit.com/download/attachments/embedded-page/KB/Home/iconmonstr-speech-bubble-28-64.png?api=v2;");background-repeat:no-repeat;background-position:15px 15px;
}
.gethelp {
background-image:url("https://confluence.targit.com/download/attachments/embedded-page/KB/Home/iconmonstr-help-2-64.png?api=v2;");background-repeat:no-repeat;background-position:15px 15px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#box {float:none; width:100%;margin-right:0;height:auto;}

}
</style>
<div id="box" class="getstarted"><h2>Get Started</h2><p>To get started, check out how to install TARGIT Anywhere.</p><p><a href="https://portal.targit.com/Download-Support/Support?tab=kb&pageId=33096703" class="button">View Guide</a></p></div>
<div id="box" class="whatsnew"><h2>What's New?</h2><p>Check out all news about TARGIT releases, upcoming webinars, and more.</p><p><a href="https://portal.targit.com/News/Targit-News" class="button">View News</a></p></div>
<div id="box" class="gethelp"><h2>Get Help</h2><p>If you can't find the answer you're looking for, please reach out to our support team.</p><p><a href="https://portal.targit.com/Download-Support/Support?tab=Support" class="button">Raise Ticket</a></p></div>
<div id="box" class="knownissues"><h2>Known Issues</h2><p>Check our known issues list to see if anyone else are experiencing the same issue as you.</p><p><a href="https://portal.targit.com/Download-Support/Support?tab=KnownIssues" class="button">See Known Issues</a></p></div>
<div id="box" class="userforum"><h2>User Forum</h2><p>Visit our user forum to talk to other TARGIT users, find tips & tricks, and more.</p><p><a href="https://www.targit.com/en/resources/forum?g=topics&f=1" class="button">Visit User Forum</a></p></div>