forked from Rivixal/rivixal.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
apps.html
216 lines (201 loc) · 10.5 KB
/
apps.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
<!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">
<title>Web-APP</title>
<link rel="shortcut icon" href="style/pictures/main.png">
<link rel="stylesheet" href="style/style.css">
<link rel="stylesheet" href="style/fonts.css">
<link rel="stylesheet" href="style/scroll-changed.css" >
<link rel="stylesheet" href="style/scroll-changed.css" media="(prefers-color-scheme: light)">
<link rel="stylesheet" href="style/scroll-changeddark.css" media="(prefers-color-scheme: dark)">
<link rel="stylesheet" href="style/light.css" media="(prefers-color-scheme: light)">
<link rel="stylesheet" href="style/dark.css" media="(prefers-color-scheme: dark)">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,300,1,0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<script src="script/dialog.js"></script>
<script src="script/scriptheader.js"></script>
</head>
<body>
<header id="myHeader">
<h1 class="site-title" id="myHeader">
<span class="logofontsize material-symbols-outlined" onclick="history.back()">
arrow_back
</span>
Web-APP
</h1>
<nav>
<ul>
<li><a href="index.html" class="material-symbols-outlined hidem"><span class="navigation-list-name">
home
</span><span class="fontnav">Главная</span></a></li>
<li><a href="projects.html" class="material-symbols-outlined hidem"><span class="navigation-list-name">
terminal
</span><span class="fontnav">Проекты</span></a></li>
<li><a href="guides.html" class="material-symbols-outlined hidem"><span class="navigation-list-name">
library_books
</span><span class="fontnav">Гайды</span></a></li>
<li><a href="gallerey.html" class="material-symbols-outlined hidem"><span class="navigation-list-name">
image
</span><span class="fontnav">Галерея</span></a></li>
<div class="separator"></div>
<div class="dropdownpc">
<li><a onclick="myFunctionpc()" class="material-symbols-outlined hidem"><span class="navigation-list-name">
apps
</span><span class="fontnav">Другое</span></a></li>
<div id="myDropdownpc" class="dropdown-pc">
<a href="apps.html">Web-APP</a>
<a href="utilities.html">Утилиты</a>
<a href="https://drive.google.com/drive/folders/1iWAWz8kv_49UbguHHtjCQG5qWsVvIQ1s?usp=sharing">Файлы</a>
<a href="about.html">Инфо</a>
</div>
</div>
<div class="dropdown hidep">
<a onclick="myFunction()" class="dropbtn">⁝</a>
<div id="myDropdown" class="dropdown-content">
<a href="apps.html">Web-APP</a>
<a href="utilities.html">Утилиты</a>
<a href="https://drive.google.com/drive/folders/1iWAWz8kv_49UbguHHtjCQG5qWsVvIQ1s?usp=sharing">Файлы</a>
<a href="about.html">Инфо</a>
</div>
</div>
</ul>
</nav>
</header>
<main>
<section class="hero" id="home">
<div class="hero-content tcontainer">
<h1 class="textwelcome">Web-APP</h1>
<h4>На этом ресурсе вы найдете веб-приложение.</h4>
<br>
<h4>Прокрутите вниз для просмотра информации.</h4>
<br>
</section>
<br>
<br>
<div class="container touch" onclick="showDialog('dialog2')">
<h1><span class="material-symbols-outlined" style="font-size: 30px !important; vertical-align: -4px; margin-right: 5px;">schedule</span>Часы</h1>
</div>
<div id="dialog2" class="dialog">
<div class="dialog-content">
<span class="close" onclick="closeDialog('dialog2')">×</span>
<h1><span class="material-symbols-outlined" style="font-size: 30px !important; vertical-align: -4px; margin-right: 5px;">schedule</span>Часы</h1>
<br>
<hr noshade size="4">
<br>
<center>
<div id="clock"></div>
<br>
<div id="analog-clock">
<div id="hour-hand" class="hand"></div>
<div id="minute-hand" class="hand"></div>
<div id="second-hand" class="hand"></div>
</div>
<script src="apps/clock.js"></script>
</div>
</center>
</div>
<div class="container touch" onclick="showDialog('dialog3')">
<h1><span class="material-symbols-outlined" style="font-size: 30px !important; vertical-align: -4px; margin-right: 5px;">css</span>CSS-Sandbox</h1>
</div>
<div id="dialog3" class="dialog">
<div class="dialog-content">
<span class="close" onclick="closeDialog('dialog3')">×</span>
<h1><span class="material-symbols-outlined" style="font-size: 30px !important; vertical-align: -4px; margin-right: 5px;">css</span>CSS-Sandbox</h1>
<br>
<hr noshade size="4">
<br>
<h2>Редактирование CSS и HTML</h2>
<div>
<textarea class="typecss" rows="5" id="css-input" placeholder="Введите CSS стили здесь"></textarea>
</div>
<div>
<textarea class="typehtml" rows="5" id="html-input" placeholder="Введите HTML код здесь"></textarea>
</div>
<button onclick="updateSandbox()">Обновить</button>
<div id="sandbox"></div>
<script src="apps/sandbox.js"></script>
</div>
</div>
<div class="container touch" onclick="showDialog('dialog4')">
<h1><span class="material-symbols-outlined" style="font-size: 30px !important; vertical-align: -4px; margin-right: 5px;">calendar_month</span>Календарь</h1>
</div>
<div id="dialog4" class="dialog">
<div class="dialog-content">
<span class="close" onclick="closeDialog('dialog4')">×</span>
<h1><span class="material-symbols-outlined" style="font-size: 30px !important; vertical-align: -4px; margin-right: 5px;">calendar_month</span>Календарь</h1>
<br>
<hr noshade size="4">
<br>
<center>
<button id="previous-button">←</button>
<button id="next-button">→</button>
<div id="calendar"></div>
<script src="apps/calendar.js"></script>
</center>
</div>
</div>
<div class="container touch" onclick="showDialog('dialog5')">
<h1><span class="material-symbols-outlined" style="font-size: 30px !important; vertical-align: -4px; margin-right: 5px;">terminal</span>Командная строка</h1>
<p>Коммандная строка, которая дает вам протестировать необкатанные функции, вы делаете все на свой страх и риск!</p>
</div>
<div id="dialog5" class="dialog">
<div class="dialog-content">
<span class="close" onclick="closeDialog('dialog5')">×</span>
<h1><span class="material-symbols-outlined" style="font-size: 30px !important; vertical-align: -4px; margin-right: 5px;">terminal</span>Командная строка</h1>
<br>
<hr noshade size="4">
<br>
<br>
<div class="console">
<pre id="output"></pre>
<input class="consoleinput" type="text" id="input" autofocus>
</div>
</div>
</div>
<div class="container touch" onclick="showDialog('dialog6')">
<h1><span class="material-symbols-outlined" style="font-size: 30px !important; vertical-align: -4px; margin-right: 5px;">stadia_controller</span>Змейка</h1>
</div>
<div id="dialog6" class="dialog">
<div class="dialog-content">
<span class="close" onclick="closeDialog('dialog6')">×</span>
<h1><span class="material-symbols-outlined" style="font-size: 30px !important; vertical-align: -4px; margin-right: 5px;">stadia_controller</span>Змейка</h1>
<br>
<hr noshade size="4">
<br>
<center>
<iframe width="500" height="700" src="snake.html" frameborder="0"></iframe>
</center>
</div>
</div>
</main>
<footer>
<div class="container footera">
<center>
<script src="script/footer.js"></script>
<ul class="footer-links">
<br>
<li><a href="about.html">Инфо</a></li>
<li><a href="contacts.html">Контакты</a></li>
<li><a href="projects.html">Проекты</a></li>
</ul>
</center>
</div>
<div class="mobile">
<nav>
<center>
<a href="index.html" class="material-symbols-outlined"><span>home</span><br><span class="fontnav">Главная</span></a>
<a href="projects.html" class="material-symbols-outlined"><span>terminal</span><br><span class="fontnav">Проекты</span></a>
<a href="guides.html" class="material-symbols-outlined"><span> library_books</span><br><span class="fontnav">Гайды</span></a>
<a href="gallerey.html" class="material-symbols-outlined"><span> photo</span><br><span class="fontnav">Галерея</span></a>
</center>
</nav>
</div>
</footer>
<script src="script/menu.js"></script>
<script src="script/homepage.js"></script>
<script src="script/mayconsole.js"></script>
</body>
</html>