-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
722 lines (701 loc) · 38 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
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
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Meta -->
<title>ALT Gnome</title>
<meta name="title" content="ALT Gnome" />
<meta
name="description"
content="Свободные программы для свободных людей"
/>
<!-- Open Graph -->
<meta property="og:title" content="ALT Gnome" />
<meta property="og:url" content="https://alt-gnome.ru" />
<meta
property="og:description"
content="Свободные программы для свободных людей"
/>
<meta property="og:image" content="img/card.png" />
<link rel="stylesheet" href="inter.css" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/svg" href="img/favicon.svg" />
<!--<link-->
<!-- rel="apple-touch-icon"-->
<!-- href="/img/apple-touch-icon.png"-->
<!-- sizes="180x180"-->
<!--/>-->
</head>
<body>
<div class="hero">
<section class="header">
<h2 id="logo">
<picture class="inline">
<source
media="(prefers-color-scheme: dark)"
srcset="img/favicon-light.svg"
/>
<img
alt="ALT Gnome"
src="img/favicon-dark.svg"
style="padding-right: 10px"
/>
</picture>
<svg
viewBox="0 0 1499 203"
width="14ex"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M150.32 199C148.267 192.28 145.933 185.373 143.32 178.28C140.893 171.187 138.467 164.093 136.04 157H60.44C58.0133 164.093 55.4933 171.187 52.88 178.28C50.4533 185.373 48.2133 192.28 46.16 199H0.8C8.08 178.093 14.9867 158.773 21.52 141.04C28.0533 123.307 34.4 106.6 40.56 90.92C46.9067 75.24 53.0667 60.4 59.04 46.4C65.2 32.2133 71.5467 18.4 78.08 4.95999H119.8C126.147 18.4 132.4 32.2133 138.56 46.4C144.72 60.4 150.88 75.24 157.04 90.92C163.387 106.6 169.827 123.307 176.36 141.04C182.893 158.773 189.8 178.093 197.08 199H150.32ZM97.96 48.92C97.0267 51.72 95.6267 55.5467 93.76 60.4C91.8933 65.2533 89.7467 70.8533 87.32 77.2C84.8933 83.5467 82.1867 90.5467 79.2 98.2C76.4 105.853 73.5067 113.88 70.52 122.28H125.68C122.693 113.88 119.8 105.853 117 98.2C114.2 90.5467 111.493 83.5467 108.88 77.2C106.453 70.8533 104.307 65.2533 102.44 60.4C100.573 55.5467 99.08 51.72 97.96 48.92ZM351.837 161.48V199H222.197V4.95999H265.877V161.48H351.837ZM502.015 4.95999V42.2H443.495V199H399.815V42.2H341.295V4.95999H502.015ZM691.993 38.56C671.646 38.56 656.9 44.2533 647.753 55.64C638.793 66.84 634.313 82.24 634.313 101.84C634.313 111.36 635.433 120.04 637.673 127.88C639.913 135.533 643.273 142.16 647.753 147.76C652.233 153.36 657.833 157.747 664.553 160.92C671.273 163.907 679.113 165.4 688.073 165.4C692.926 165.4 697.033 165.307 700.393 165.12C703.94 164.933 707.02 164.56 709.633 164V96.52H753.313V192.56C748.086 194.613 739.686 196.76 728.113 199C716.54 201.427 702.26 202.64 685.273 202.64C670.713 202.64 657.46 200.4 645.513 195.92C633.753 191.44 623.673 184.907 615.273 176.32C606.873 167.733 600.34 157.187 595.673 144.68C591.193 132.173 588.953 117.893 588.953 101.84C588.953 85.6 591.473 71.2267 596.513 58.72C601.553 46.2133 608.46 35.6667 617.233 27.08C626.006 18.3067 636.273 11.68 648.033 7.19998C659.98 2.71998 672.673 0.479986 686.113 0.479986C695.26 0.479986 703.473 1.13332 710.753 2.43999C718.22 3.55999 724.566 4.95999 729.793 6.63999C735.206 8.13333 739.593 9.71999 742.953 11.4C746.5 13.08 749.02 14.3867 750.513 15.32L737.913 50.32C731.94 47.1467 725.033 44.44 717.193 42.2C709.54 39.7733 701.14 38.56 691.993 38.56ZM791.155 56.76C798.248 54.7067 807.395 52.84 818.595 51.16C829.795 49.2933 841.555 48.36 853.875 48.36C866.381 48.36 876.741 50.04 884.955 53.4C893.355 56.5733 899.981 61.1467 904.835 67.12C909.688 73.0933 913.141 80.1867 915.195 88.4C917.248 96.6133 918.275 105.76 918.275 115.84V199H876.555V120.88C876.555 107.44 874.781 97.92 871.235 92.32C867.688 86.72 861.061 83.92 851.355 83.92C848.368 83.92 845.195 84.1067 841.835 84.48C838.475 84.6667 835.488 84.9467 832.875 85.32V199H791.155V56.76ZM1093.8 125.08C1093.8 136.653 1092.12 147.293 1088.76 157C1085.4 166.52 1080.54 174.733 1074.2 181.64C1067.85 188.36 1060.2 193.587 1051.24 197.32C1042.46 201.053 1032.57 202.92 1021.56 202.92C1010.73 202.92 1000.84 201.053 991.878 197.32C983.104 193.587 975.544 188.36 969.198 181.64C962.851 174.733 957.904 166.52 954.358 157C950.811 147.293 949.038 136.653 949.038 125.08C949.038 113.507 950.811 102.96 954.358 93.44C958.091 83.92 963.131 75.8 969.478 69.08C976.011 62.36 983.664 57.1333 992.438 53.4C1001.4 49.6667 1011.1 47.8 1021.56 47.8C1032.2 47.8 1041.9 49.6667 1050.68 53.4C1059.64 57.1333 1067.29 62.36 1073.64 69.08C1079.98 75.8 1084.93 83.92 1088.48 93.44C1092.02 102.96 1093.8 113.507 1093.8 125.08ZM1051.24 125.08C1051.24 112.2 1048.62 102.12 1043.4 94.84C1038.36 87.3733 1031.08 83.64 1021.56 83.64C1012.04 83.64 1004.66 87.3733 999.438 94.84C994.211 102.12 991.598 112.2 991.598 125.08C991.598 137.96 994.211 148.227 999.438 155.88C1004.66 163.347 1012.04 167.08 1021.56 167.08C1031.08 167.08 1038.36 163.347 1043.4 155.88C1048.62 148.227 1051.24 137.96 1051.24 125.08ZM1207.04 120.88C1207.04 107.44 1205.26 97.92 1201.72 92.32C1198.36 86.72 1192.48 83.92 1184.08 83.92C1181.46 83.92 1178.76 84.1067 1175.96 84.48C1173.16 84.6667 1170.45 84.9467 1167.84 85.32V199H1126.12V56.76C1129.66 55.8267 1133.77 54.8933 1138.44 53.96C1143.29 52.84 1148.33 51.9067 1153.56 51.16C1158.97 50.2267 1164.48 49.5733 1170.08 49.2C1175.68 48.64 1181.18 48.36 1186.6 48.36C1197.24 48.36 1205.82 49.76 1212.36 52.56C1219.08 55.1733 1224.58 58.3467 1228.88 62.08C1234.85 57.7867 1241.66 54.4267 1249.32 52C1257.16 49.5733 1264.34 48.36 1270.88 48.36C1282.64 48.36 1292.25 50.04 1299.72 53.4C1307.37 56.5733 1313.44 61.1467 1317.92 67.12C1322.4 73.0933 1325.48 80.1867 1327.16 88.4C1328.84 96.6133 1329.68 105.76 1329.68 115.84V199H1287.96V120.88C1287.96 107.44 1286.18 97.92 1282.64 92.32C1279.28 86.72 1273.4 83.92 1265 83.92C1262.76 83.92 1259.58 84.48 1255.48 85.6C1251.56 86.72 1248.29 88.12 1245.68 89.8C1246.98 94.0933 1247.82 98.6667 1248.2 103.52C1248.57 108.187 1248.76 113.227 1248.76 118.64V199H1207.04V120.88ZM1360.56 126.48C1360.56 113.413 1362.52 102.027 1366.44 92.32C1370.55 82.4267 1375.87 74.2133 1382.4 67.68C1388.93 61.1467 1396.4 56.2 1404.8 52.84C1413.39 49.48 1422.16 47.8 1431.12 47.8C1452.03 47.8 1468.55 54.24 1480.68 67.12C1492.81 79.8133 1498.88 98.5733 1498.88 123.4C1498.88 125.827 1498.79 128.533 1498.6 131.52C1498.41 134.32 1498.23 136.84 1498.04 139.08H1403.4C1404.33 147.667 1408.35 154.48 1415.44 159.52C1422.53 164.56 1432.05 167.08 1444 167.08C1451.65 167.08 1459.12 166.427 1466.4 165.12C1473.87 163.627 1479.93 161.853 1484.6 159.8L1490.2 193.68C1487.96 194.8 1484.97 195.92 1481.24 197.04C1477.51 198.16 1473.31 199.093 1468.64 199.84C1464.16 200.773 1459.31 201.52 1454.08 202.08C1448.85 202.64 1443.63 202.92 1438.4 202.92C1425.15 202.92 1413.57 200.96 1403.68 197.04C1393.97 193.12 1385.85 187.8 1379.32 181.08C1372.97 174.173 1368.21 166.053 1365.04 156.72C1362.05 147.387 1360.56 137.307 1360.56 126.48ZM1458.56 110.52C1458.37 106.973 1457.72 103.52 1456.6 100.16C1455.67 96.8 1454.08 93.8133 1451.84 91.2C1449.79 88.5867 1447.08 86.44 1443.72 84.76C1440.55 83.08 1436.53 82.24 1431.68 82.24C1427.01 82.24 1423 83.08 1419.64 84.76C1416.28 86.2533 1413.48 88.3067 1411.24 90.92C1409 93.5333 1407.23 96.6133 1405.92 100.16C1404.8 103.52 1403.96 106.973 1403.4 110.52H1458.56Z"
/>
</svg>
</h2>
<ul class="nav">
<li><a href="about.html">О нас</a></li>
<li><a href="teams.html">Команды</a></li>
</ul>
</section>
<div class="punchline">
<picture id="lanDing">
<source
media="(prefers-color-scheme: dark)"
srcset="img/laptop-dark.webp"
/>
<img alt="Laptop running GNOME" src="img/laptop.webp" />
</picture>
<h1 id="subtitle" class="title">
Свободные программы
<br />
для свободных людей
</h1>
</div>
</div>
<!--hero-->
<div class="container">
<div class="left-text">
<h2>Команда продвижения GNOME в Альт</h2>
<p>
ALT Gnome — это сообщество, которое хочет привнести красоту
графического окружения GNOME и стека GTK/Libadwaita
</p>
</div>
<picture class="right-img">
<img
alt="Нажатие клавиши Super для открытия режима Обзора"
src="img/shell.svg"
/>
</picture>
</div>
<div class="workspaces">
<picture>
<source
srcset="img/workspaces-d.webp"
media="(prefers-color-scheme: dark)"
/>
<img
alt="Вместо того чтобы сворачивать Windows, GNOME использует рабочий процесс workspaces."
src="img/workspaces-l.webp"
/>
</picture>
</div>
<div class="full">
<h2>Выбор есть всегда!</h2>
<p class="caption">Используйте различные редакции под разные задачи.</p>
</div>
<div class="full tab-section">
<div class="tabs">
<div class="tab" id="Starterkit" onmouseover="showCard('Starterkit')">
ALT Gnome Starterkit
</div>
<div class="tab" id="Regular" onmouseover="showCard('Regular')">
ALT Gnome Regular
</div>
<div class="tab" id="Workstation" onmouseover="showCard('Workstation')">
ALT Workstation GNOME
</div>
</div>
<div class="cards">
<div id="Starterkit" class="card">
<h2>ALT Gnome Starterkit</h2>
<div class="container">
<div>
<h3>Тут должно быть что-то про ALT Gnome Starterkit</h3>
<p>
Но я не нашёл ни одного скрина не 3-х годичной давности, поэтому
пусть будет так
</p>
</div>
<picture>
<img
alt="Нажатие клавиши Super для открытия режима Обзора"
src="img/shell.svg"
/>
</picture>
</div>
</div>
<div id="Regular" class="card">
<h2>ALT Gnome Regular</h2>
<div class="container">
<div>
<h3>Тут должно быть что-то про ALT Gnome Regular</h3>
<p>Но он слишком известен, чтобы про него что-то говорить</p>
</div>
<picture>
<img
width="100%"
alt="ALT Gnome Regular"
src="img/alt-gnome-regular.png"
/>
</picture>
</div>
</div>
<div id="Workstation" class="card">
<h2>ALT Workstation GNOME</h2>
<div class="container">
<div>
<h3>Тут должно быть что-то про ALT Workstation GNOME</h3>
<p>
Но он слишком корпоративен, поэтому я просто скажу, что он нужен
</p>
</div>
<picture>
<img
alt="ALT Workstation GNOME"
src="img/alt-workstation-gnome.png"
width="100%"
/>
</picture>
</div>
</div>
</div>
<script>
function showCard(targetId) {
targetCard = targetTab = 0;
document.querySelectorAll(".card").forEach((card) => {
if (card.id === targetId) {
card.classList.remove("hidden");
card.classList.add("visible");
const cardsContainer = document.querySelector(".cards");
cardsContainer.style.height = `${card.offsetHeight}px`;
} else {
card.classList.remove("visible");
card.classList.add("hidden");
}
});
document.querySelectorAll(".tab").forEach((tab) => {
if (tab.id === targetId) {
tab.classList.remove("inactive");
tab.classList.add("active");
} else {
tab.classList.remove("active");
tab.classList.add("inactive");
}
});
}
const cards = document.querySelectorAll(".card");
const heights = Array.from(cards).map((card) => card.offsetHeight);
const maxHeight = Math.max(...heights);
const cardsContainer = document.querySelector(".cards");
cardsContainer.style.height = `${maxHeight}px`;
showCard("Regular");
</script>
</div>
<!--<div class="container">-->
<!-- <picture class="left-img core-app-illustration"-->
<!-- ><img alt="Comes with Apps. Many app icons." src="img/apps.svg"-->
<!-- /></picture>-->
<!-- <div class="right-text">-->
<!-- <h2>Batteries Included</h2>-->
<!-- <p>-->
<!-- GNOME comes with apps for all your everyday computing needs. They're-->
<!-- simple and consistent so once you’ve used one, each feels familiar and-->
<!-- intuitive.-->
<!-- </p>-->
<!---->
<!-- <p><a class="btn" href="https://apps.gnome.org/#core">Core Apps</a></p>-->
<!-- </div>-->
<!--right-text-->
<!--</div>-->
<!--container-->
<!---->
<!--<div class="container">-->
<!-- <h2 id="ecosystem">Ecosystem</h2>-->
<!-- <div class="tiles">-->
<!-- <div class="tile">-->
<!-- <a class="" href="https://circle.gnome.org">-->
<!-- <img-->
<!-- alt="GNOME Circle, a new app incubator project."-->
<!-- src="img/circle-illu.svg"-->
<!-- />-->
<!-- </a>-->
<!-- <div class="description">-->
<!-- <h4>-->
<!-- <svg-->
<!-- xmlns="http://www.w3.org/2000/svg"-->
<!-- width="16"-->
<!-- height="16"-->
<!-- viewBox="0 0 4.233 4.233"-->
<!-- >-->
<!-- <g transform="matrix(.59977 0 0 .59977 -568.08 -449.35)">-->
<!-- <circle-->
<!-- cx="950.698"-->
<!-- cy="752.74"-->
<!-- r="3"-->
<!-- style="-->
<!-- opacity: 1;-->
<!-- fill: none;-->
<!-- fill-opacity: 1;-->
<!-- stroke: var(--fg-color);-->
<!-- stroke-width: 1.05833;-->
<!-- stroke-linecap: round;-->
<!-- stroke-linejoin: round;-->
<!-- stroke-miterlimit: 1.1;-->
<!-- stroke-dashoffset: 12;-->
<!-- stroke-opacity: 1;-->
<!-- "-->
<!-- />-->
<!-- <circle-->
<!-- cx="950.698"-->
<!-- cy="752.74"-->
<!-- r=".942"-->
<!-- style="-->
<!-- opacity: 1;-->
<!-- stroke: var(--fg-color);-->
<!-- fill: none;-->
<!-- fill-opacity: 1;-->
<!-- stroke-width: 1.05833;-->
<!-- stroke-linecap: round;-->
<!-- stroke-linejoin: round;-->
<!-- stroke-miterlimit: 1.1;-->
<!-- stroke-dashoffset: 12;-->
<!-- stroke-opacity: 1;-->
<!-- "-->
<!-- />-->
<!-- </g>-->
<!-- </svg>-->
<!-- GNOME Circle-->
<!-- </h4>-->
<!-- <p>-->
<!-- Certification and mentoring program for well-designed apps built-->
<!-- for the GNOME platform.-->
<!-- </p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="tile">-->
<!-- <a class="" href="https://flathub.org">-->
<!-- <img-->
<!-- alt="Flathub, the best Linux app distribution marketplace."-->
<!-- src="img/flathub-illu.svg"-->
<!-- />-->
<!-- </a>-->
<!-- <div class="description">-->
<!-- <h4>-->
<!-- <svg-->
<!-- xmlns="http://www.w3.org/2000/svg"-->
<!-- width="16"-->
<!-- height="16"-->
<!-- viewBox="0 0 4.233 4.233"-->
<!-- >-->
<!-- <g-->
<!-- style="-->
<!-- fill: var(--fg-color);-->
<!-- fill-opacity: 1;-->
<!-- stroke-width: 5.90104;-->
<!-- "-->
<!-- transform="translate(-16.978 -9.235) scale(.1077)"-->
<!-- >-->
<!-- <circle-->
<!-- cx="166.688"-->
<!-- cy="95.647"-->
<!-- r="9.048"-->
<!-- style="-->
<!-- fill: var(--fg-color);-->
<!-- fill-opacity: 1;-->
<!-- stroke-width: 1.56132;-->
<!-- "-->
<!-- />-->
<!-- <path-->
<!-- d="M162.79 107.798h7.66a4.367 4.367 0 0 1 4.376 4.376v7.66a4.367 4.367 0 0 1-4.376 4.376h-7.66a4.367 4.367 0 0 1-4.376-4.377v-7.659a4.367 4.367 0 0 1 4.377-4.376z"-->
<!-- style="stroke-width: 1.56132"-->
<!-- />-->
<!-- <path-->
<!-- d="M69.514 58.833H57.486a2.444 2.444 60 0 1-2.117-3.666l.89-1.542 5.124-8.875a2.444 2.444 0 0 1 4.234 0l.89 1.542 5.124 8.875a2.444 2.444 120 0 1-2.117 3.666z"-->
<!-- style="-->
<!-- fill: var(--fg-color);-->
<!-- fill-opacity: 1;-->
<!-- stroke-width: 1.47046;-->
<!-- "-->
<!-- transform="scale(1.06914 -1.06914) rotate(-30 -146.513 -226)"-->
<!-- />-->
<!-- <path-->
<!-- d="M194.992 116.11c0 .88-.708 1.587-1.588 1.587h-12.7c-.88 0-1.587-.708-1.587-1.587 0-.88.708-1.588 1.587-1.588h12.7c.88 0 1.588.708 1.588 1.588zm-7.938-7.938c.88 0 1.588.708 1.588 1.588v12.7c0 .88-.708 1.587-1.588 1.587-.88 0-1.587-.708-1.587-1.587v-12.7c0-.88.708-1.588 1.587-1.588z"-->
<!-- style="-->
<!-- fill: var(--fg-color);-->
<!-- fill-opacity: 1;-->
<!-- stroke-width: 15.6132;-->
<!-- "-->
<!-- />-->
<!-- </g>-->
<!-- </svg>-->
<!-- Flathub-->
<!-- </h4>-->
<!-- <p>-->
<!-- Get many more third party apps for GNOME on Flathub, the Linux app-->
<!-- store.-->
<!-- </p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div id="devs" href="https://developer.gnome.org" class="tile">-->
<!-- <img alt="dev docs" src="img/devs-illu.svg" />-->
<!-- <div class="description">-->
<!-- <h4>Developer Platform</h4>-->
<!-- <p>-->
<!-- Build gorgeous apps using a completely independent technology-->
<!-- stack.-->
<!-- </p>-->
<!-- <a class="btn dark" href="https://developer.gnome.org"-->
<!-- ><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">-->
<!-- <path-->
<!-- d="M10.785 1.082c.559.512 1.223 1.207 2.18 2.168.281.281.39.746.176 1.246a.664.664 0 0 0 .152.719c.262.254.68.254.945 0 .262-.262.793-.086.922.043l.48.48v-.004a.997.997 0 0 1 0 1.418L13.278 9.52c-.39.39-1.027.39-1.418 0l-.46-.524a.667.667 0 0 1 0-.945.667.667 0 0 0 0-.946c-.262-.253-.747-.296-1.012-.043L9.215 8.168 6.773 5.723s.84-.828 1.086-1.067c.618-.625.063-1.152-.21-1.418-.665-.66-2.04-.922-2.977-.883a.676.676 0 0 1-.66-.44.67.67 0 0 1 .234-.763C7-.008 9.7-.008 10.786 1.082zm-2.45 8.035-5.288 5.278c-.371.375-.672.625-1.02.625a2.056 2.056 0 0 1-2-2c0-.532.13-.727.504-1.098l5.297-5.274zm0 0"-->
<!-- />-->
<!-- </svg>-->
<!-- Developer Portal</a-->
<!-- >-->
<!-- <a class="btn dark" href="https://developer.gnome.org/hig"-->
<!-- ><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">-->
<!-- <path-->
<!-- d="M4 1C2.355 1 1 2.355 1 4v8c0 1.645 1.355 3 3 3h8c1.645 0 3-1.355 3-3V4.996l-2 2V12c0 .57-.43 1-1 1H4c-.57 0-1-.43-1-1V4c0-.57.43-1 1-1h6.973l1.879-1.875A3.075 3.075 0 0 0 12 1zm0 0"-->
<!-- />-->
<!-- <path-->
<!-- d="M15.395 0 10.93 4.457a3.74 3.74 0 0 1 1.59 1.59l.171-.172.008.008L16 2.582V0zM9 5C7.344 5 6 6.34 6 8v3h3c1.66.008 3-1.344 3-3 0-1.66-1.34-3-3-3zm0 0"-->
<!-- />-->
<!-- </svg>-->
<!-- Design System</a-->
<!-- >-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!--</div>-->
<!---->
<!--Get Involved-->
<!--<div class="container">-->
<!-- <div class="left-text">-->
<!-- <h2 id="community">Get Involved</h2>-->
<!-- <p>-->
<!-- Every aspect of the GNOME project is open. Our software has no-->
<!-- restrictions on use and respects your privacy. Learn how to get-->
<!-- involved:-->
<!-- </p>-->
<!-- <p id="commbuttons">-->
<!-- <a-->
<!-- class="btn square"-->
<!-- href="https://welcome.gnome.org/team/programming/"-->
<!-- >Code</a-->
<!-- >-->
<!-- <a class="btn square" href="https://welcome.gnome.org/team/design/"-->
<!-- >Design</a-->
<!-- >-->
<!-- <a class="btn square" href="https://wiki.gnome.org/TranslationProject"-->
<!-- >Translation</a-->
<!-- >-->
<!-- <a class="btn square" href="https://handbook.gnome.org/testing.html"-->
<!-- >Testing</a-->
<!-- >-->
<!-- </p>-->
<!-- </div>-->
<!-- <picture class="right-img"-->
<!-- ><img alt="Design and Develop for GNOME." src="img/design.svg"-->
<!-- /></picture>-->
<!--</div>-->
<div class="colored-row" id="download">
<div class="container">
<h2>Попробуйте GNOME</h2>
<p class="narrow">
GNOME можно выбрать для использования в различных редакциях ALT Linux
<a
href="https://alt-gnome.wiki/download.html#скачать-alt-regular-gnome-из-репозитория-производителя-альт"
>
ALT Gnome Regular
</a>
,
<a href="https://beta.altlinux.org/workstation/x86_64/">
ALT Workstation GNOME
</a>
,
<a
href="https://alt-gnome.wiki/download.html#скачать-«стартовыи-набор»-со-средои-рабочего-стола-gnome-репозитории-p11"
>
ALT Starterkit Gnome
</a>
</p>
<p>
Узнавайте больше о последних обновлениях в
<a href="https://t.me/alt_gnome" class="btn inline">
Telegram-канале
</a>
</p>
<div id="threedlid" class="full">
<img
alt="Download GNOME"
src="img/download.webp"
id="noscriptmobile"
/>
</div>
<script src="./js/three.min.js"></script>
<script src="./js/GLTFLoader.js"></script>
<script src="./js/3dlid.js"></script>
</div>
<!--container-->
</div>
<!--colored-row-->
<!--<section class="container" id="supporters">-->
<!-- <h2>Supporting Organizations</h2>-->
<!---->
<!-- <div class="sponsors">-->
<!-- <a href="https://google.com">-->
<!-- <picture>-->
<!-- <source-->
<!-- media="(prefers-color-scheme: dark)"-->
<!-- srcset="img/sponsors/google-dark.svg"-->
<!-- />-->
<!-- <img alt="Google" src="img/sponsors/google.svg" />-->
<!-- </picture>-->
<!-- </a>-->
<!-- <a href="https://www.suse.com">-->
<!-- <picture>-->
<!-- <source-->
<!-- media="(prefers-color-scheme: dark)"-->
<!-- srcset="img/sponsors/suse-dark.svg"-->
<!-- />-->
<!-- <img alt="SUSE" src="img/sponsors/suse.svg" />-->
<!-- </picture>-->
<!-- </a>-->
<!-- <a href="https://canonical.com">-->
<!-- <picture>-->
<!-- <source-->
<!-- media="(prefers-color-scheme: dark)"-->
<!-- srcset="img/sponsors/canonical-dark.svg"-->
<!-- />-->
<!-- <img alt="Canonical" src="img/sponsors/canonical.svg" />-->
<!-- </picture>-->
<!-- </a>-->
<!-- <a href="https://www.codethink.co.uk/">-->
<!-- <picture>-->
<!-- <source-->
<!-- media="(prefers-color-scheme: dark)"-->
<!-- srcset="img/sponsors/codethink-dark.svg"-->
<!-- />-->
<!-- <img alt="Codethink" src="img/sponsors/codethink.svg" />-->
<!-- </picture>-->
<!-- </a>-->
<!-- <a href="https://www.redhat.com">-->
<!-- <picture>-->
<!-- <source-->
<!-- media="(prefers-color-scheme: dark)"-->
<!-- srcset="img/sponsors/redhat-dark.svg"-->
<!-- />-->
<!-- <img alt="Red Hat" src="img/sponsors/redhat.svg" />-->
<!-- </picture>-->
<!-- </a>-->
<!-- <a href="https://www.endlessos.org/">-->
<!-- <picture>-->
<!-- <source-->
<!-- media="(prefers-color-scheme: dark)"-->
<!-- srcset="img/sponsors/endless-dark.svg"-->
<!-- />-->
<!-- <img alt="Endless" src="img/sponsors/endless.svg" />-->
<!-- </picture>-->
<!-- </a>-->
<!-- <a href="https://www.igalia.com/">-->
<!-- <picture>-->
<!-- <source-->
<!-- media="(prefers-color-scheme: dark)"-->
<!-- srcset="img/sponsors/igalia-dark.svg"-->
<!-- />-->
<!-- <img alt="Igalia" src="img/sponsors/igalia.svg" />-->
<!-- </picture>-->
<!-- </a>-->
<!-- </div>-->
<!-- sponsors -->
<!---->
<!-- <p>Infrastructure and services kindly provided by:</p>-->
<!---->
<!-- <div class="sponsors">-->
<!-- <a href="https://www.cloudns.net/">-->
<!-- <picture>-->
<!-- <source-->
<!-- media="(prefers-color-scheme: dark)"-->
<!-- srcset="img/sponsors/cloudns-dark.svg"-->
<!-- />-->
<!-- <img alt="ClouDNS" src="img/sponsors/cloudns.svg" />-->
<!-- </picture>-->
<!-- </a>-->
<!-- <a href="https://abusix.com/">-->
<!-- <picture>-->
<!-- <source-->
<!-- media="(prefers-color-scheme: dark)"-->
<!-- srcset="img/sponsors/abusix-dark.svg"-->
<!-- />-->
<!-- <img alt="Abusix" src="img/sponsors/abusix.svg" />-->
<!-- </picture>-->
<!-- </a>-->
<!-- <a href="https://www.fastly.com">-->
<!-- <picture>-->
<!-- <source-->
<!-- media="(prefers-color-scheme: dark)"-->
<!-- srcset="img/sponsors/fastly-dark.svg"-->
<!-- />-->
<!-- <img alt="Fastly" src="img/sponsors/fastly.svg" />-->
<!-- </picture>-->
<!-- </a>-->
<!-- <a href="https://www.cdn77.com">-->
<!-- <picture>-->
<!-- <source-->
<!-- media="(prefers-color-scheme: dark)"-->
<!-- srcset="img/sponsors/cdn-dark.svg"-->
<!-- />-->
<!-- <img alt="CDN77" src="img/sponsors/cdn.svg" />-->
<!-- </picture>-->
<!-- </a>-->
<!-- <a href="https://osuosl.org/">-->
<!-- <picture>-->
<!-- <source-->
<!-- media="(prefers-color-scheme: dark)"-->
<!-- srcset="img/sponsors/osl-dark.svg"-->
<!-- />-->
<!-- <img alt="OSU OSL" src="img/sponsors/osl.svg" />-->
<!-- </picture>-->
<!-- </a>-->
<!-- <a href="https://deploy.equinix.com/">-->
<!-- <picture>-->
<!-- <source-->
<!-- media="(prefers-color-scheme: dark)"-->
<!-- srcset="img/sponsors/equinix-dark.svg"-->
<!-- />-->
<!-- <img alt="Equinix Metal" src="img/sponsors/equinix.svg" />-->
<!-- </picture>-->
<!-- </a>-->
<!-- <a href="https://aws.amazon.com/what-is-cloud-computing/">-->
<!-- <picture>-->
<!-- <source-->
<!-- media="(prefers-color-scheme: dark)"-->
<!-- srcset="img/sponsors/aws-dark.svg"-->
<!-- />-->
<!-- <img-->
<!-- alt="Amazon Web Services"-->
<!-- src="img/sponsors/aws.svg"-->
<!-- /> </picture-->
<!-- ></a>-->
<!-- <a href="https://canonical.com">-->
<!-- <picture>-->
<!-- <source-->
<!-- media="(prefers-color-scheme: dark)"-->
<!-- srcset="img/sponsors/canonical-dark.svg"-->
<!-- />-->
<!-- <img alt="Canonical" src="img/sponsors/canonical.svg" />-->
<!-- </picture>-->
<!-- </a>-->
<!-- <a href="https://www.redhat.com">-->
<!-- <picture>-->
<!-- <source-->
<!-- media="(prefers-color-scheme: dark)"-->
<!-- srcset="img/sponsors/redhat-dark.svg"-->
<!-- />-->
<!-- <img alt="Red Hat" src="img/sponsors/redhat.svg" />-->
<!-- </picture>-->
<!-- </a>-->
<!-- </div>-->
<!-- sponsors -->
<!--</section>-->
<div class="colored-row nogap" id="donate">
<div class="container">
<h2>Поддержите нас</h2>
<p class="narrow">
Пожертвования помогут улучшить инфраструктуру разработки, проведения
мероприятий и поддержания работы команды. Каждый взнос имеет значение
и позволяет нам делать больше.
</p>
</div>
<div id="support-us-container">
<a class="btn dark" href="https://boosty.to/alt_gnome">Поблагодарить</a>
</div>
</div>
<!--colored-row-->
<footer>
<nav>
<!--<ul class="bottomlinks">-->
<!-- <li><a href="about.html">О нас</a></li>-->
<!--</ul>-->
<span class="socials">
<a title="Mastodon" href="https://floss.social/@gnome" class="social">
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<path
d="M 7.979 0.5 C 6.061 0.516 4.217 0.723 3.141 1.217 C 3.141 1.217 1.009 2.171 1.009 5.425 C 1.009 6.17 0.994 7.061 1.018 8.005 C 1.095 11.188 1.601 14.324 4.543 15.103 C 5.9 15.462 7.065 15.537 8.003 15.485 C 9.703 15.391 10.659 14.878 10.659 14.878 L 10.602 13.644 C 10.602 13.644 9.387 14.027 8.022 13.981 C 6.669 13.934 5.241 13.835 5.022 12.174 C 5.001 12.019 4.991 11.863 4.992 11.708 C 4.992 11.708 6.32 12.033 8.002 12.11 C 9.032 12.157 9.996 12.05 10.976 11.933 C 12.856 11.708 14.492 10.55 14.698 9.493 C 15.022 7.825 14.995 5.425 14.995 5.425 C 14.995 2.171 12.863 1.217 12.863 1.217 C 11.789 0.723 9.944 0.516 8.026 0.5 L 7.979 0.5 Z M 5.809 3.042 C 6.607 3.042 7.212 3.35 7.612 3.964 L 8.001 4.615 L 8.39 3.964 C 8.79 3.35 9.395 3.042 10.193 3.042 C 10.883 3.042 11.44 3.285 11.865 3.759 C 12.277 4.232 12.482 4.872 12.482 5.677 L 12.482 9.617 L 10.921 9.617 L 10.921 5.793 C 10.921 4.987 10.581 4.578 9.903 4.578 C 9.153 4.578 8.777 5.063 8.777 6.023 L 8.777 8.116 L 7.225 8.116 L 7.225 6.023 C 7.225 5.063 6.849 4.578 6.099 4.578 C 5.421 4.578 5.081 4.987 5.081 5.793 L 5.081 9.617 L 3.521 9.617 L 3.521 5.677 C 3.521 4.872 3.725 4.232 4.137 3.759 C 4.562 3.285 5.118 3.042 5.809 3.042 Z"
/>
</svg>
</a>
<a
title="RUTUBE"
href="https://rutube.ru/channel/32425669/"
class="social"
>
<svg viewBox="0 0 131 131" xmlns="http://www.w3.org/2000/svg">
<defs>
<clipPath id="clip0_519_1993">
<rect width="132" height="132" rx="32" />
</clipPath>
</defs>
<g clip-path="url(#clip0_519_1993)">
<path
d="M81.5361 62.9865H42.5386V47.5547H81.5361C83.814 47.5547 85.3979 47.9518 86.1928 48.6451C86.9877 49.3385 87.4801 50.6245 87.4801 52.5031V58.0441C87.4801 60.0234 86.9877 61.3094 86.1928 62.0028C85.3979 62.6961 83.814 62.9925 81.5361 62.9925V62.9865ZM84.2115 33.0059H26V99H42.5386V77.5294H73.0177L87.4801 99H106L90.0546 77.4287C95.9333 76.5575 98.573 74.7559 100.75 71.7869C102.927 68.8179 104.019 64.071 104.019 57.7359V52.7876C104.019 49.0303 103.621 46.0613 102.927 43.7857C102.233 41.51 101.047 39.5307 99.362 37.7528C97.5824 36.0698 95.6011 34.8845 93.2223 34.0904C90.8435 33.3971 87.8716 33 84.2115 33V33.0059Z"
/>
<path
d="M198 3.05176e-05C198 36.4508 168.451 66.0001 132 66.0001C124.589 66.0001 117.464 64.7786 110.814 62.5261C110.956 60.9577 111.019 59.3541 111.019 57.7359V52.7876C111.019 48.586 110.58 44.8824 109.623 41.7436C108.59 38.3588 106.82 35.4458 104.443 32.938L104.311 32.7988L104.172 32.667C101.64 30.2721 98.7694 28.5625 95.4389 27.4506L95.3108 27.4079L95.1812 27.3701C92.0109 26.446 88.3508 26 84.2115 26H77.2115V26.0059H71.3211C67.8964 18.0257 66 9.23434 66 3.05176e-05C66 -36.4508 95.5492 -66 132 -66C168.451 -66 198 -36.4508 198 3.05176e-05Z"
/>
</g>
</svg>
</a>
<a title="Telegram" href="https://t.me/alt_gnome" class="social">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path
d="M 3.57 10.874 C 8.817 8.588 12.316 7.08 14.067 6.352 C 19.066 4.273 20.104 3.912 20.781 3.9 C 20.93 3.897 21.263 3.934 21.479 4.109 C 21.661 4.257 21.711 4.457 21.735 4.597 C 21.759 4.737 21.789 5.056 21.765 5.305 C 21.494 8.152 20.322 15.059 19.726 18.246 C 19.474 19.595 18.977 20.047 18.496 20.092 C 17.451 20.188 16.657 19.401 15.644 18.737 C 14.06 17.699 13.165 17.052 11.627 16.039 C 9.85 14.868 11.002 14.224 12.015 13.172 C 12.28 12.897 16.886 8.708 16.975 8.328 C 16.986 8.28 16.996 8.103 16.891 8.01 C 16.786 7.916 16.631 7.948 16.518 7.973 C 16.36 8.01 13.829 9.682 8.926 12.992 C 8.208 13.485 7.557 13.725 6.974 13.713 C 6.331 13.699 5.095 13.349 4.176 13.051 C 3.049 12.684 2.153 12.491 2.231 11.868 C 2.271 11.544 2.718 11.213 3.57 10.874 Z"
/>
</svg>
</a>
<a
title="Twitch"
href="https://www.twitch.tv/altgnome"
class="social"
>
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<path
d="M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z"
/>
</svg>
</a>
<a
title="ВКонтакте"
href="https://vk.com/video/@alt_gnome"
class="social"
>
<svg viewBox="0 0 576 576" xmlns="http://www.w3.org/2000/svg">
<path
d="M545 117.7c3.7-12.5 0-21.7-17.8-21.7h-58.9c-15 0-21.9 7.9-25.6 16.7 0 0-30 73.1-72.4 120.5-13.7 13.7-20 18.1-27.5 18.1-3.7 0-9.4-4.4-9.4-16.9V117.7c0-15-4.2-21.7-16.6-21.7h-92.6c-9.4 0-15 7-15 13.5 0 14.2 21.2 17.5 23.4 57.5v86.8c0 19-3.4 22.5-10.9 22.5-20 0-68.6-73.4-97.4-157.4-5.8-16.3-11.5-22.9-26.6-22.9H38.8c-16.8 0-20.2 7.9-20.2 16.7 0 15.6 20 93.1 93.1 195.5C160.4 378.1 229 416 291.4 416c37.5 0 42.1-8.4 42.1-22.9 0-66.8-3.4-73.1 15.4-73.1 8.7 0 23.7 4.4 58.7 38.1 40 40 46.6 57.9 69 57.9h58.9c16.8 0 25.3-8.4 20.4-25-11.2-34.9-86.9-106.7-90.3-111.5-8.7-11.2-6.2-16.2 0-26.2.1-.1 72-101.3 79.4-135.6z"
/>
</svg>
</a>
<a title="GitHub" href="https://github.com/alt_gnome" class="social">
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<path
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"
/>
</svg>
</a>
</span>
</nav>
<p class="copy">© 2025 ALT Gnome</p>
</footer>
</body>
</html>