-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (81 loc) · 4.24 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>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta charset="utf-8"/>
<meta name="description" content="Timesheet Plugin for Atlassian Jira extends time tracking means with pivot and timesheet reports
and gadgets for Jira dashboard or confluence. ">
<meta name="author" content="Andriy Zhdanov">
<meta name="keywords" content="time, timesheet, time sheet, timesheet gadget, work log,
timetraking, time tracking, time report, time reporting, dashboard gadget, timesheet system, project management">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Prime Timesheet for Jira</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" media="screen" href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css">
<link rel="stylesheet" type="text/css" media="screen" href="/css/all-1509287158000.css">
<link rel="shortcut icon" type="image/png" href="/images/favicon.png"/>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="//code.jquery.com/jquery-3.1.1.slim.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.8/angular.min.js"></script>
<script src="/js/all-1635847600942.js"></script>
<script src="/js/searchApp.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-30916140-2', 'auto');
ga('send', 'pageview');
</script>
<!--script data-jsd-embedded data-key="cdd6759b-4070-475a-9e5a-f1b7fc2af463"
data-base-url="https://embedded-jsd.atlassian.io"
src="https://embedded-jsd.atlassian.io/assets/embed.js">
</script-->
</head>
<body>
<nav class="navbar navbar-toggleable navbar-inverse fixed-top bg-primary">
<a class="navbar-brand offset-md-0 offset-lg-2 mr-auto" href="#">Prime Timesheet for Jira</a>
<!--ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#"><i class="icon-question-sign" aria-hidden="true"></i> Support</a>
</li>
</ul-->
</nav>
<section class="row mt-5 pl-2">
<div class="col-lg-4 col-sm-5 offset-md-0 offset-lg-2 mt-lg-5 mt-sm-0 mb-5">
<h4>Timesheet Reports and Gadgets</br>for Jira Server</h4>
<div class="text-muted">Extends Jira time tracking means with Time Sheet
and Pivot reports and gadgets, Worked Time Chart gadget, Email and REST endpoint</div>
<a href="/wiki/Overview.html" class="btn btn-secondary mt-3">Read more...</a>
</div>
<div class="col-lg-4 col-sm-5 mt-lg-5 mt-sm-0">
<h4>Time Reports<br/>for Jira Cloud</h4>
<div class="text-muted">Flexible views for Jira time tracking data</div>
<a href="/timereports/Overview.html" class="btn btn-secondary mt-3">Read more...</a>
</div>
<div class="col-lg-4 col-sm-5 offset-md-0 offset-lg-2 mt-5 pr-3">
<h4>Timesheet Reports and Gadgets</br>for Jira Cloud</h4>
<div class="text-muted">Extends Jira time tracking means with Time Sheet
and Pivot reports and gadgets, Worked Time Chart gadget, Email and REST endpoint</div>
<a href="/cloud/Overview.html" class="btn btn-secondary mt-3">Read more...</a>
</div>
<div class="col-lg-4 col-sm-5 mt-5 mb-5">
<h4>Time Reports<br/>for Jira Server</h4>
<div class="text-muted">Flexible views for Jira time tracking data</div>
<a href="/timereports/server" class="btn btn-secondary mt-3">Read more...</a>
</div>
</section>
<footer class="hidden-md-down">
<div class="col-lg-4 col-sm-5 offset-md-0 offset-lg-2">
<span class="text-muted">by <a href="mailto:support@primetimesheet.net">Prime Timesheet</a></span>
</div>
</footer>
</main>
</div>
</div>
</body>
</html>