-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblack-old-index.html
102 lines (75 loc) · 3.56 KB
/
black-old-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
96
97
98
99
100
101
102
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="/docs/4.0/assets/img/favicons/favicon.ico">
<title>Screenshot & Annotate</title>
<!-- <link rel="canonical" href="https://getbootstrap.com/docs/4.0/examples/cover/">-->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<!-- Custom styles for this template -->
<link href="cover.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body class="text-center">
<div class="cover-container d-flex h-100 p-3 mx-auto flex-column">
<header class="masthead mb-auto">
<div class="inner">
<h3 class="masthead-brand">Screenshot & annotate</h3>
<nav class="nav nav-masthead justify-content-center">
<!-- <a class="nav-link active" href="#">Home</a>-->
<!-- <a class="nav-link" href="#">Features</a>-->
<a href="https://github.com/devrj8/devrj8.github.io/releases/download/Beta/Screenshot.and.Annotate-beta.exe" class="btn btn-sm btn-secondary"><i class='fa fa-windows'> </i> Download version 1.0</a>
<!-- <a class="nav-link" href="https://github.com/devrj8/devrj8.github.io/releases/download/Beta/Screenshot.and.Annotate-beta.exe">Contact</a>-->
</nav>
</div>
</header>
<main role="main" class="inner cover">
<h1 class="cover-heading">Take a great screenshots and annotate</h1>
<p class="lead">It is going to have more edit and markup options soon</p>
<!-- <div class="border border-white">-->
<video width="672" height="378" autoplay loop muted>
<source src="saa.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<!-- </div>-->
<!-- <p class="lead">-->
<!-- <a href="https://github.com/devrj8/devrj8.github.io/releases/download/Beta/Screenshot.and.Annotate-beta.exe" class="btn btn-md btn-secondary"><i class='fa fa-windows'> </i> Download Windows exe</a>-->
<!-- </p>-->
<div id="features" class="row ">
<div class="col-md-6">
<h4>Features</h4>
<ul>
<li>Straight line highlighter</li>
<li>Copy screenshot to clipboard</li>
<li>Take a cropped screenshot</li>
<li>Take a full screenshot</li>
</ul>
</div>
<div class="col-md-6">
<h4>Tech spec</h4>
<ul>
<li>No need to install Java</li>
<li>Packaged to exe using JPackage</li>
<li>Java fx 14</li>
</ul>
</div>
</div>
<br>
<br>
<h4>No Need Java installation</h4>
</main>
<footer class="mastfoot mt-auto">
<div class="inner">
<p>Developed by Ravi Jakkani</p>
</div>
</footer>
</div>
</body>
</html>