-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (71 loc) · 3.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ravi Jakkani's Work</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.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>
<link href="saa-style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
</head>
<body class="text-center">
<div class="container custom-container">
<div id ="navbar" class="row">
<div class="col" >
<h3>Screenshot & Annotate</h3>
</div>
<div class="col" >
<a href="https://github.com/devrj8/devrj8.github.io/releases/download/Beta/Screenshot.and.Annotate-beta.exe" class="btn btn-sm btn-primary"><i class="fa-brands fa-windows"></i> Download version 1.0</a>
</div>
</div>
<h1 class="cover-heading">Take a great screenshots and annotate</h1>
<p class="lead">Developed by RAVI JAKKANI</p>
<div class="row justify-content-center">
<div class="col-md-10">
<div align="center" class="embed-responsive embed-responsive-16by9">
<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>
</div>
</div>
<br>
<br>
<h4>No Need Java installation</h4>
<br>
<br>
<div id="features" class="row justify-content-center">
<div class="col-md-10">
<div class="row justify-content-center">
<div class="col-md-5">
<h4 style="text-align: center">Features</h4>
<ul class="list-group list-group-mine">
<li class="list-group-item"> <i class="fa-solid fa-highlighter"></i> Straight line highlighter</li>
<li class="list-group-item"><i class="fa-solid fa-copy"></i> Copy screenshot to clipboard</li>
<li class="list-group-item"><i class="fa-solid fa-crop"></i> Take a cropped screenshot</li>
<li class="list-group-item"><i class="fa-solid fa-square-full"></i> Take a full screenshot</li>
</ul>
</div>
<div class="col-md-5">
<h4 style="text-align: center" >Tech spec</h4>
<ul class="list-group list-group-mine">
<li class="list-group-item">No need to install Java</li>
<li class="list-group-item">Packaged to exe using JPackage</li>
<li class="list-group-item">Java fx 14</li>
</ul>
</div>
</div>
</div>
</div>
<br>
<br>
<div class="mastfoot row justify-content-center">
<p>Developed by Ravi Jakkani</p>
</div>
</div>
</body>
</html>