-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.html
More file actions
191 lines (191 loc) · 11.6 KB
/
Copy pathdev.html
File metadata and controls
191 lines (191 loc) · 11.6 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://avatars.githubusercontent.com/u/66862161?v=4" type="image/x-icon">
<link rel="stylesheet" href="assets/css/light.css" media="(prefers-color-scheme: light)">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/dark.css" media="(prefers-color-scheme: dark)">
<script src="assets/js/btn-cp.js"></script>
<script src="assets/js/changelog.js"></script>
<script src="assets/js/nav.js"></script>
<script src="assets/js/close.js"></script>
<script src="assets/js/taskbar.js"></script>
<title>Разработка - OST</title>
</head>
<body>
<script src="assets/js/os.js"></script>
<div class="restore-btn">
<div class="app-icn"><img src="https://avatars.githubusercontent.com/u/66862161?v=4" alt=""></div>
<span class="app-txt">OST</span>
</div>
<div class="notification-center" id="notificationCenter">
<div class="notification-title">
<span class="notification-icon"></span>
Список изменений
</div>
<div id="changelog-container" class="notification-content"></div>
</div>
<div class="win-start-menu" id="startmenu">
<h4 class="start-menu-big-txt">Ссылки</h4>
<div class="uwp-sector">
<div class="uwp-button" onclick="document.location='https://www.youtube.com/@OS-Tester'">
<img src="assets/images/icons/YouTube.svg" width="40">
<span class="uwp-button-txt">YouTube</span>
</div>
<div class="uwp-button" onclick="document.location='https://t.me/ostester_channel'">
<img src="assets/images/icons/Telegram.svg" width="40" height="40">
<span class="uwp-button-txt">Telegram</span>
</div>
<div class="uwp-button" onclick="document.location='https://github.com/ost-sys'">
<img src="assets/images/icons/Github.svg" width="40" height="40">
<span class="uwp-button-txt">Github</span>
</div>
<div class="uwp-button" onclick="document.location='https://www.donationalerts.com/r/ost_5566'">
<img src="assets/images/icons/DA.svg" width="40">
<span class="uwp-button-txt">Donation Alerts</span>
</div>
<div class="uwp-button" onclick="document.location='https://github.com/ost-sys/ost-program-android/releases/'">
<img src="https://raw.githubusercontent.com/ost-sys/ost-program-android/refs/heads/main/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp" width="40">
<span class="uwp-button-txt">OST Tools</span>
</div>
</div>
</div>
<main>
<div class="st-br">
<div class="st-br-item-1">
<button class="st-bar-btn-back" onclick="history.back()"></button><button class="st-bar-btn-menu" id="toggleButton"></button><span class="st-name">Сайт Operating System Tester'а</span>
</div>
<div class="st-br-item-2">
<button class="st-bar-btn-main-hide"></button>
<button class="st-bar-btn-main-expand" id="expand" onclick="toggleSize()"></button>
<button class="st-bar-btn-main-close"></button>
</div>
</div>
<div class="flnt-zn" id="hiddenBlock">
<li>
<a href="index.html"><span class="nav-list"><span class="nav-icon"></span><span class="nav-text">Главная страница</span></span></a>
</li>
<div class="lnk-cnt">
<input type="text" placeholder="Um... For what?" value='<a href="https://ost-sys.github.io"><img src="https://ost-sys.github.io/assets/images/ost.png" alt="OST"/></a>' id="myInput">
<button class="btn-cp" onclick="myFunction()"></button>
</div>
<li>
<a href="#"><div class="current"></div><span class="nav-list"><span class="nav-icon"></span><span class="nav-text">Разработка</span></span></a>
</li>
</div>
<div class="main-zn">
<h1 class="main-txt">Разработка</h1>
<div class="container">
<span class="info-txt">Исходный код различных элементов сайта</span>
<h2 class="just-txt">Кнопки в виде блоков</h2>
<iframe height="300" style="width: 100%;" scrolling="no" title="Untitled" src="https://codepen.io/ost-sys/embed/qBLXxNY?default-tab=result&editable=true&theme-id=dark" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true">
See the Pen <a href="https://codepen.io/ost-sys/pen/qBLXxNY">
Untitled</a> by Operating System Tester (<a href="https://codepen.io/ost-sys">@ost-sys</a>)
on <a href="https://codepen.io">CodePen</a>.
</iframe>
<h2 class="just-txt">Кнопки</h2>
<iframe height="300" style="width: 100%;" scrolling="no" title="Untitled" src="https://codepen.io/ost-sys/embed/BavdmaQ?default-tab=result&editable=true&theme-id=dark" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true">
See the Pen <a href="https://codepen.io/ost-sys/pen/BavdmaQ">
Untitled</a> by Operating System Tester (<a href="https://codepen.io/ost-sys">@ost-sys</a>)
on <a href="https://codepen.io">CodePen</a>.
</iframe>
<h2 class="just-txt">Кнопки в виде блоков с небольшой иконкой</h2>
<iframe height="300" style="width: 100%;" scrolling="no" title="Untitled" src="https://codepen.io/ost-sys/embed/mdaMXwY?default-tab=result&editable=true&theme-id=dark" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true">
See the Pen <a href="https://codepen.io/ost-sys/pen/mdaMXwY">
Untitled</a> by Operating System Tester (<a href="https://codepen.io/ost-sys">@ost-sys</a>)
on <a href="https://codepen.io">CodePen</a>.
</iframe>
<h2 class="just-txt">Кнопки в виде блоков с большой иконкой</h2>
<iframe height="300" style="width: 100%;" scrolling="no" title="Untitled" src="https://codepen.io/ost-sys/embed/mdaBdaR?default-tab=result&editable=true&theme-id=dark" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true">
See the Pen <a href="https://codepen.io/ost-sys/pen/mdaBdaR">
Untitled</a> by Operating System Tester (<a href="https://codepen.io/ost-sys">@ost-sys</a>)
on <a href="https://codepen.io">CodePen</a>.
</iframe>
<h2 class="just-txt">Панель ввода с кнопкой "Копировать"</h2>
<iframe height="300" style="width: 100%;" scrolling="no" title="Copy button code" src="https://codepen.io/ost-sys/embed/JjwyypN?default-tab=result&editable=true&theme-id=dark" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true">
See the Pen <a href="https://codepen.io/ost-sys/pen/JjwyypN">
Copy button code</a> by Operating System Tester (<a href="https://codepen.io/ost-sys">@ost-sys</a>)
on <a href="https://codepen.io">CodePen</a>.
</iframe>
<h2 class="just-txt">Стиль таблицы</h2>
<table>
<tr>
<td>Ячейка</td><td class="table-info">Информация</td>
</tr>
<tr>
<td>Ячейка</td><td class="table-info">Информация</td>
</tr>
<tr>
<td>Ячейка</td><td class="table-info">Информация</td>
</tr>
<tr>
<th rowspan="2">Ячейка</th>
<td class="table-info">Информация 1</td>
</tr>
<tr>
<td class="table-info">Информация 2</td>
</tr>
</table>
<h2 class="just-txt">Шрифты</h2>
<table>
<tr>
<td>Основной шрифт</td><td class="table-info"><a href="https://learn.microsoft.com/en-us/typography/font-list/segoe-ui" style="font-weight: normal;">SegoeUI</a></td>
</tr>
<tr>
<td>Используемая толщина шрифта</td><td class="table-info">100, normal, bold</td>
</tr>
<tr>
<td>Иконки</td><td class="table-info"><a href="https://learn.microsoft.com/ru-ru/windows/apps/design/style/segoe-fluent-icons-font" style="font-weight: normal;">Segoe Fluent Icons</a></td>
</tr>
<tr>
<td>Утилита для получения иконок</td><td class="table-info">Таблица символов</td>
</tr>
</table>
<h2 class="just-txt">Интерфейс</h2>
<table>
<tr>
<td>Размер окна</td><td class="table-info">1280px * 720px</td>
</tr>
<tr>
<td>Размер панели навигации</td><td class="table-info">430px</td>
</tr>
<tr>
<td>Уровень размытия панели</td><td class="table-info">40px и 25px</td>
</tr>
<tr>
<td>Цвета</td><td class="table-info"><a href="assets/css/light.css" style="font-weight: normal;">Светлая тема</a> и <a href="assets/css/dark.css" style="font-weight: normal;">Тёмная тема</a></td>
</tr>
</table>
</div>
<div class="lnk-zn">
<span class="lnk-info">Ссылки</span>
<a href="https://github.com/ost-sys/ost-sys.github.io" class="lnk">Github</a>
<a href="https://github.com/ost-sys/ost-sys.github.io/commits/main" class="lnk">Изменения в коде</a>
</div>
</div>
</main>
<footer>
<div class="footer-icn">
<div class="start-menu" id="startmenuicn"></div>
<div class="footer-apps">
<div class="taskbar-icn active">
<img src="https://avatars.githubusercontent.com/u/66862161?v=4">
</div>
</div>
</div>
<div class="system-icons">
<div class="time">
<span id="clock"></span>
<span id="date"></span>
<script src="assets/js/clock.js"></script>
</div>
<div class="notification-icn">
<span class="noti-icn"></span>
</div>
</div>
<script src="assets/js/btn-anim.js"></script>
</footer>
</body>
</html>