-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
272 lines (263 loc) · 10 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jumpy2 - Dynamic Hotkeys for VS Code</title>
<meta name="robots" content="index, follow" />
<link
rel="icon"
type="image/png"
href="https://jumpy2.com/img/logos/Jumpy2-logo-green-black.png"
/>
<!-- Preconnect Links -->
<link rel="preconnect" href="https://cdnjs.cloudflare.com" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://www.google-analytics.com" />
<link rel="preconnect" href="https://www.googletagmanager.com" />
<!-- DNS Prefetch as Fallback -->
<link rel="dns-prefetch" href="https://cdnjs.cloudflare.com" />
<link rel="dns-prefetch" href="https://fonts.googleapis.com" />
<link rel="dns-prefetch" href="https://www.google-analytics.com" />
<link rel="dns-prefetch" href="https://www.googletagmanager.com" />
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-HN52LNM2FY"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-HN52LNM2FY');
</script>
<meta
name="description"
content="A VS Code extension that creates dynamic hotkeys to jump around files across visible panes. Enhance your coding efficiency with Jumpy2!"
/>
<meta
name="keywords"
content="Jumpy, Jumpy2, VS Code, Visual Studio Code, extension, dynamic hotkeys, code navigation, productivity, coding tools, typing, keyboards"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta
property="og:title"
content="Jumpy2 - Dynamic Hotkeys for VS Code"
/>
<meta
property="og:description"
content="A VS Code extension that creates dynamic hotkeys to jump around files across visible panes. Enhance your coding efficiency with Jumpy2!"
/>
<meta
property="og:image"
content="https://jumpy2.com/img/logos/Jumpy2-logo-green-black.png"
/>
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Jumpy2 - Dynamic Hotkeys for VS Code"
/>
<meta
name="twitter:description"
content="A VS Code extension that creates dynamic hotkeys to jump around files across visible panes. Enhance your coding efficiency with Jumpy2!"
/>
<meta
name="twitter:image"
content="https://jumpy2.com/img/logos/Jumpy2-logo-green-black.png"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
/>
<style>
html,
body {
height: 100%; /* Make sure the body takes the full height */
margin: 0;
padding: 0;
overflow-x: hidden; /* Prevent horizontal scroll */
background-color: #1e1e1e; /* Dark background */
color: #d4d4d4; /* Light text */
}
body {
font-family: Arial, sans-serif;
text-align: center;
display: flex;
flex-direction: column;
}
.header {
background-color: #00d85d;
padding: 15px;
color: black;
}
.header img {
height: 100px;
}
.container {
padding: 15px;
flex: 1; /* Ensure the container takes available space */
}
.cta {
margin: 30px 0;
}
.cta a {
background-color: #00d85d;
color: #000000;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
}
.cta a:hover {
background-color: #45a049;
}
.footer {
background-color: #333;
color: #ffffff;
padding: 5px;
width: 100%;
}
.footer p {
margin: 8px;
}
.social-icons a {
color: #ffffff;
margin: 0 10px;
text-decoration: none;
}
.social-icons a:hover {
color: #ddd;
}
.bonfire-link {
display: flex;
justify-content: center;
align-items: center;
}
.bonfire-link a {
color: #ffffff;
text-decoration: none;
font-size: 16px;
display: flex;
align-items: center;
}
.bonfire-link a:hover {
color: #00d85d;
}
.bonfire-link span {
margin-right: 5px;
}
.advertisement {
text-align: center;
margin-bottom: 15px;
}
</style>
</head>
<body>
<div class="header">
<img
src="img/logos/Jumpy2-logo-green-black.png"
alt="Jumpy2 Logo"
/>
<h1>Jumpy2</h1>
<p>Dynamic Hotkeys for VS Code by the Original Author of Jumpy</p>
</div>
<div class="container">
<div align="center">
<!-- prettier-ignore -->
<a href="https://github.com/davidlgoldberg/jumpy2/releases"><img alt="GitHub Release" src="https://img.shields.io/github/v/release/davidlgoldberg/jumpy2"/></a>
<!-- prettier-ignore -->
<a href="https://marketplace.visualstudio.com/items?itemName=davidlgoldberg.jumpy2"><img alt="VS Code Marketplace Downloads" src="https://img.shields.io/visual-studio-marketplace/d/davidlgoldberg.jumpy2"/></a>
<!-- prettier-ignore -->
<a href="https://marketplace.visualstudio.com/items?itemName=davidlgoldberg.jumpy2"><img alt="VS Code Marketplace Installs" src="https://img.shields.io/visual-studio-marketplace/i/davidlgoldberg.jumpy2"/></a>
<!-- prettier-ignore -->
<a href="https://marketplace.visualstudio.com/items?itemName=davidlgoldberg.jumpy2"><img alt="VS Code Marketplace Average Rating" src="https://img.shields.io/visual-studio-marketplace/r/davidlgoldberg.jumpy2"/></a>
<!-- prettier-ignore -->
<a href="https://github.com/davidlgoldberg/jumpy2/blob/main/LICENSE.md"><img alt="License" src="https://img.shields.io/github/license/davidlgoldberg/jumpy2"></a>
</div>
<h2>Jump Around Your Code with Ease</h2>
<p>
A VS Code extension that creates dynamic hotkeys to jump around
files across visible panes.
</p>
<div class="demo">
<a
href="https://www.youtube.com/watch?v=ClqiG3xskKM"
target="_blank"
>
<img
src="https://img.youtube.com/vi/ClqiG3xskKM/0.jpg"
alt="Jumpy2 demo on youtube.com"
width="450"
/>
</a>
</div>
<div class="cta">
<a
href="https://marketplace.visualstudio.com/items?itemName=DavidLGoldberg.jumpy2"
target="_blank"
>Install Jumpy2</a
>
</div>
<div class="cta" style="margin-bottom: 20px">
<a
href="https://github.com/DavidLGoldberg/jumpy2#readme"
target="_blank"
>Read the Documentation</a
>
</div>
<div class="bonfire-link">
<span>👕</span>
<a href="https://www.bonfire.com/store/jumpy" target="_blank"
>Buy a Jumpy Shirt!</a
>
</div>
</div>
<div class="advertisement">
<script type="text/javascript">
atOptions = {
key: '8643a173f5a581bbdad242c21854f393',
format: 'iframe',
height: 50,
width: 320,
params: {},
};
</script>
<script
type="text/javascript"
src="//www.topcreativeformat.com/8643a173f5a581bbdad242c21854f393/invoke.js"
></script>
</div>
<div class="footer">
<p>
© 2024 David L. Goldberg. This project is licensed under
the MIT License.
</p>
<div class="social-icons">
<a
href="https://github.com/DavidLGoldberg"
target="_blank"
aria-label="GitHub"
>
<i class="fab fa-github"></i>
</a>
<a
href="https://www.youtube.com/channel/UCi6p1uTlAozufNiQgpgpW-Q"
target="_blank"
aria-label="YouTube"
>
<i class="fab fa-youtube"></i>
</a>
<a
href="https://www.linkedin.com/in/david-l-goldberg-24607a314"
target="_blank"
aria-label="LinkedIn"
>
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
</body>
</html>