-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
401 lines (352 loc) · 11.7 KB
/
Copy pathindex.html
File metadata and controls
401 lines (352 loc) · 11.7 KB
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
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Google Search Console Verification -->
<meta name="google-site-verification" content="ZwksnPLbBN1vazD0KsUDD5PIqHBCQUo7LH0ieKFRS4s" />
<!-- Primary Meta Tags -->
<title>Gjethe - Software Development Agency from Prishtina, Kosovo</title>
<meta name="title" content="Gjethe - Software Development Agency from Prishtina, Kosovo" />
<meta name="description" content="Gjethe builds modern websites, mobile apps, Chrome extensions, and automation tools for clients across Europe and North America. Fast delivery. Modern design. Real results." />
<meta name="keywords" content="web development, mobile app development, chrome extension, next.js, react native, software agency Kosovo, web developer Prishtina, SEO agency, Gjethe, Kastriot Aliu" />
<meta name="author" content="Kastriot Aliu" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<!-- Canonical (sends SEO juice to main site) -->
<link rel="canonical" href="https://gjethe.com" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://gjethe.com" />
<meta property="og:title" content="Gjethe - Software Development Agency" />
<meta property="og:description" content="Modern websites, mobile apps, Chrome extensions, and automation for clients across Europe and North America." />
<meta property="og:image" content="https://gjethe.com/og-image.jpg" />
<meta property="og:site_name" content="Gjethe" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://gjethe.com" />
<meta name="twitter:title" content="Gjethe - Software Development Agency" />
<meta name="twitter:description" content="Modern websites, mobile apps, Chrome extensions, and automation for clients across Europe and North America." />
<meta name="twitter:image" content="https://gjethe.com/og-image.jpg" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext y='.9em' font-size='90'%3E🍃%3C/text%3E%3C/svg%3E" />
<!-- Structured Data (Schema.org) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Gjethe",
"url": "https://gjethe.com",
"logo": "https://gjethe.com/logo.png",
"description": "Software development agency from Prishtina, Kosovo. We build websites, mobile apps, Chrome extensions, and automation tools for clients across Europe and North America.",
"founder": {
"@type": "Person",
"name": "Kastriot Aliu"
},
"foundingDate": "2022",
"address": {
"@type": "PostalAddress",
"addressLocality": "Prishtina",
"addressCountry": "Kosovo"
},
"contactPoint": {
"@type": "ContactPoint",
"email": "hello@gjethe.com",
"contactType": "Customer Service",
"availableLanguage": ["English", "Albanian", "German"]
},
"sameAs": [
"https://gjethe.com",
"https://gjethe.org",
"https://gjethe.online",
"https://instagram.com/gjethe.co",
"https://linkedin.com/company/gjethe",
"https://facebook.com/gjethe",
"https://github.com/gjethe"
],
"areaServed": [
"Kosovo", "Albania", "Germany", "Switzerland", "Netherlands",
"United Kingdom", "Ireland", "Spain", "Italy", "United States", "Canada"
]
}
</script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--black: #000000;
--white: #ffffff;
--off-white: #f4f4f4;
--gray: #666666;
--light-gray: #e5e5e5;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', Roboto, sans-serif;
background: var(--off-white);
color: var(--black);
line-height: 1.6;
-webkit-font-smoothing: antialiased;
min-height: 100vh;
display: flex;
flex-direction: column;
}
.container {
max-width: 900px;
margin: 0 auto;
padding: 40px 24px;
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
header {
text-align: center;
margin-bottom: 60px;
animation: fadeInUp 0.8s ease;
}
.leaf {
font-size: 64px;
display: inline-block;
margin-bottom: 16px;
animation: sway 3s ease-in-out infinite;
}
@keyframes sway {
0%, 100% { transform: rotate(-5deg); }
50% { transform: rotate(5deg); }
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
h1 {
font-size: 48px;
font-weight: 700;
letter-spacing: -0.02em;
margin-bottom: 12px;
}
.tagline {
font-size: 20px;
color: var(--gray);
margin-bottom: 32px;
}
.cta {
display: inline-block;
background: var(--black);
color: var(--white);
padding: 16px 32px;
border-radius: 8px;
text-decoration: none;
font-weight: 600;
font-size: 16px;
transition: transform 0.2s ease, background 0.2s ease;
}
.cta:hover {
transform: translateY(-2px);
background: #333;
}
.services {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 20px;
margin-bottom: 60px;
animation: fadeInUp 1s ease 0.2s backwards;
}
.service {
background: var(--white);
padding: 24px;
border-radius: 12px;
border: 1px solid var(--light-gray);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.service:hover {
transform: translateY(-4px);
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.service-icon {
font-size: 32px;
margin-bottom: 12px;
}
.service-title {
font-size: 18px;
font-weight: 600;
margin-bottom: 8px;
}
.service-desc {
font-size: 14px;
color: var(--gray);
}
.about {
background: var(--white);
padding: 40px;
border-radius: 12px;
border: 1px solid var(--light-gray);
margin-bottom: 40px;
animation: fadeInUp 1s ease 0.4s backwards;
}
.about h2 {
font-size: 28px;
font-weight: 700;
margin-bottom: 16px;
}
.about p {
color: var(--gray);
margin-bottom: 12px;
}
.about a {
color: var(--black);
font-weight: 600;
text-decoration: underline;
}
.domains {
display: flex;
flex-wrap: wrap;
gap: 12px;
justify-content: center;
margin-bottom: 40px;
animation: fadeInUp 1s ease 0.6s backwards;
}
.domain {
background: var(--white);
padding: 12px 20px;
border-radius: 8px;
border: 1px solid var(--light-gray);
text-decoration: none;
color: var(--black);
font-weight: 500;
font-size: 14px;
transition: all 0.2s ease;
}
.domain:hover {
background: var(--black);
color: var(--white);
border-color: var(--black);
}
.social {
display: flex;
justify-content: center;
gap: 16px;
margin-bottom: 40px;
flex-wrap: wrap;
}
.social a {
color: var(--gray);
text-decoration: none;
font-size: 14px;
padding: 8px 16px;
border-radius: 6px;
transition: color 0.2s ease;
}
.social a:hover {
color: var(--black);
}
footer {
text-align: center;
padding: 30px 24px;
border-top: 1px solid var(--light-gray);
color: var(--gray);
font-size: 14px;
}
footer a {
color: var(--black);
font-weight: 600;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
.redirect-notice {
text-align: center;
margin-top: 20px;
font-size: 13px;
color: var(--gray);
}
@media (max-width: 640px) {
h1 { font-size: 36px; }
.tagline { font-size: 16px; }
.leaf { font-size: 48px; }
.about { padding: 24px; }
}
</style>
</head>
<body>
<div class="container">
<header>
<div class="leaf" aria-hidden="true">🍃</div>
<h1>Gjethe</h1>
<p class="tagline">Modern design. Fast delivery. Real results.</p>
<a href="https://gjethe.com" class="cta">Visit Our Website →</a>
</header>
<section class="services" aria-label="Our Services">
<div class="service">
<div class="service-icon">🌐</div>
<div class="service-title">Web Development</div>
<div class="service-desc">Modern websites built with Next.js, React, and WordPress. Delivered in 1 to 2 weeks.</div>
</div>
<div class="service">
<div class="service-icon">📱</div>
<div class="service-title">Mobile Apps</div>
<div class="service-desc">Cross platform iOS and Android apps built with React Native. Delivered in 2 to 4 weeks.</div>
</div>
<div class="service">
<div class="service-icon">🧩</div>
<div class="service-title">Chrome Extensions</div>
<div class="service-desc">Custom browser extensions published to the Chrome Web Store. Delivered in 1 to 2 weeks.</div>
</div>
<div class="service">
<div class="service-icon">🤖</div>
<div class="service-title">Automation</div>
<div class="service-desc">Python automation, data scraping, and business process automation.</div>
</div>
</section>
<section class="about">
<h2>About Gjethe</h2>
<p>
<a href="https://gjethe.com">Gjethe</a> is a professional software development agency founded in 2022 by
<strong>Kastriot Aliu</strong> in Prishtina, Kosovo. We combine strong design taste with technical excellence,
delivering fast, modern digital products for startups, businesses, and brands across Europe and North America.
</p>
<p>
We work with clients in Kosovo, Albania, Germany, Switzerland, Netherlands, United Kingdom, Ireland,
Spain, Italy, United States, and Canada. Available in Albanian, English, and German.
</p>
<p>
<strong>First consultation is always free.</strong> Email us at
<a href="mailto:hello@gjethe.com">hello@gjethe.com</a> or visit
<a href="https://gjethe.com">gjethe.com</a> to start a conversation.
</p>
</section>
<div class="domains">
<a href="https://gjethe.com" class="domain">🍃 gjethe.com</a>
<a href="https://gjethe.org" class="domain">🍃 gjethe.org</a>
<a href="https://gjethe.online" class="domain">🍃 gjethe.online</a>
</div>
<div class="social">
<a href="https://instagram.com/gjethe.co" rel="noopener" target="_blank">Instagram</a>
<a href="https://linkedin.com/company/gjethe" rel="noopener" target="_blank">LinkedIn</a>
<a href="https://facebook.com/gjethe" rel="noopener" target="_blank">Facebook</a>
<a href="https://github.com/gjethe" rel="noopener" target="_blank">GitHub</a>
<a href="mailto:hello@gjethe.com">Email</a>
</div>
</div>
<footer>
<p>
🍃 <a href="https://gjethe.com">Gjethe.com</a> · <a href="mailto:hello@gjethe.com">hello@gjethe.com</a>
</p>
<p style="margin-top: 8px;">© 2026 Gjethe. All rights reserved. Prishtina, Kosovo.</p>
<p class="redirect-notice">
This is our GitHub landing page. Visit <a href="https://gjethe.com">gjethe.com</a> for our full site.
</p>
</footer>
</body>
</html>