-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout.html
274 lines (267 loc) · 10.3 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png"/>
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon-96x96.png"/>
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="css/theme-light.css"/>
<link rel="stylesheet" href="css/all.css"><!--Font Awesome v.5.12.0-->
<script defer src="script.js"></script>
<title>cmd:/> about</title>
<meta name="description" content="Let's learn the Command-Line Interface! Learn commands from the GNU Linux, Windows command prompt, MS-DOS prompt and PowerShell"/>
<meta name="keywords" content="cmd_site, cmd,
console, terminal, shell, interface, interpreter, prompt,
cli, command, command line, command interface, command interpreter, command-line interface, command line interface, command-line interpreter, command line interpreter,
bash, command prompt, ms-dos prompt, dos prompt, command.com, freecom.com, cmd.exe, powershell,
gnu linux, gnu, linux, windows, dos, ms-dos, pc-dos, freedos, dosbox,
computer, pc, personal computer, x86,
konsola, powłoka, interfejs, tryb ms-dos,
komenda, polecenie, wiersz poleceń, wiersz polecenia, interfejs poleceń, interpreter poleceń, interfejs wiersza poleceń, interpreter wiersza poleceń,
komputer, komputer osobisty"/>
<meta name="author" content="Karol Kiersnowski"/>
</head>
<body onscroll="markAnchor()">
<div class="wrapper">
<header>
<h1>C:\><a href="index.html">cmd-line.com</a></h1>
<p class="mobile-invisible">
"Let's learn the Command-Line Interface!"
</p>
</header>
</div>
<nav>
<div id="nav-content">
<h2 class="float-left" style="width: 40px; height: 40px;">
<a id="menu" title="Menu" onclick="switchMenu()">
<i class="fa fa-bars fa-fw"></i>
</a>
<div id="side-menu">
<h2><a href="index.html?lang=en&theme=light"><i class="fa fa-home fa-fw"></i> home</a></h2>
<hr>
<ul>
<li><a href="screenshots-txt.html?lang=en&theme=light"><i class="fa fa-terminal fa-fw"></i> screenshots (txt)</a></li>
<li><a href="screenshots-img.html?lang=en&theme=light"><i class="far fa-image fa-fw"></i> screenshots (img)</a></li>
<li><a href="download.html?lang=en&theme=light"><i class="fa fa-download fa-fw"></i> downloads</a></li>
<li><a href="links.html?lang=en&theme=light"><i class="fa fa-link fa-fw"></i> links</a></li>
<li><a href="guestbook.html?lang=en&theme=light"><i class="fa fa-address-book fa-fw"></i> guestbook</a></li>
<li><a href="board.html?lang=en&theme=light"><i class="fa fa-thumbtack fa-fw"></i> board</a></li>
<li><a href="contact.html?lang=en&theme=light"><i class="far fa-envelope fa-fw"></i> contact</a></li>
<li><a href="about.html?lang=en&theme=light"><i class="fa fa-info-circle fa-fw"></i> about</a></li>
</ul>
<hr>
<h2><a href="how-to.html?lang=en&theme=light"><i class="far fa-lightbulb fa-fw"></i> how to ...</a></h2>
<hr>
<h2><a href="linux.html?lang=en&theme=light"><i class="fab fa-linux fa-fw"></i> linux</a></h2>
<hr>
<h2><a href="win-dos.html?lang=en&theme=light"><i class="fab fa-windows fa-fw"></i> win cmd / DOS</a></h2>
<hr>
<h2><a href="powershell.html?lang=en&theme=light"><i class="fa fa-terminal fa-fw"></i> PowerShell</a></h2>
<hr>
</div>
</h2>
<h2 class="float-left focusable" tabindex="0">
<a>
<i class="fa fa-home"></i>
<span class="mobile-invisible">main menu</span>
</a>
<ul class="dropdown-list" id="main-menu-list">
<li>
<a href="index.html?lang=en&theme=light">
<i class="fa fa-home fa-fw"></i> home </a>
</li>
<li><a href="how-to.html?lang=en&theme=light"><i class="far fa-lightbulb fa-fw"></i> how to ...</a></li>
<li><a href="screenshots-txt.html?lang=en&theme=light"><i class="fa fa-terminal fa-fw"></i> screenshots (txt)</a></li>
<li><a href="screenshots-img.html?lang=en&theme=light"><i class="far fa-image fa-fw"></i> screenshots (img)</a></li>
<li><a href="download.html?lang=en&theme=light"><i class="fa fa-download fa-fw"></i> downloads</a></li>
<li><a href="links.html?lang=en&theme=light"><i class="fa fa-link fa-fw"></i> links</a></li>
<li><a href="guestbook.html?lang=en&theme=light"><i class="fa fa-address-book fa-fw"></i> guestbook</a></li>
<li><a href="board.html?lang=en&theme=light"><i class="fa fa-thumbtack fa-fw"></i> board</a></li>
<li><a href="contact.html?lang=en&theme=light"><i class="far fa-envelope fa-fw"></i> contact</a></li>
<li><a href="about.html?lang=en&theme=light"><i class="fa fa-info-circle fa-fw"></i> about</a></li>
</ul>
</h2>
<h2 class="float-left" tabindex="0">
<a>
<i class="fab fa-linux"></i>
<span class="mobile-invisible">linux</span>
</a>
<ul class="dropdown-list" id="linux-list">
<li>
<a href="linux.html?lang=en&theme=light">
<i class="fa fa-graduation-cap fa-fw"></i> tutorial
</a>
</li>
<hr>
<li>
<a href="linux-commands.html?lang=en&theme=light">
<i class="fa fa-terminal fa-fw"></i> commands </a>
</li>
<li>
<a>
<i class="fa fa-file-invoice fa-fw"></i> system files </a>
</li>
<li>
<a>
<i class="fa fa-dollar-sign fa-fw"></i> environment variables </a>
</li>
</ul>
</h2>
<h2 class="float-left focusable" tabindex="0">
<a>
<i class="fa fa-terminal"></i>
<span class="mobile-invisible">DOS</span>
</a>
<ul class="dropdown-list" id="dos-list">
<li>
<a href="dos-commands.html?lang=en&theme=light">
<i class="fa fa-terminal fa-fw"></i> commands </a>
</li>
<li>
<a>
<i class="fa fa-file-invoice fa-fw"></i> system files </a>
</li>
<li>
<a>
<i class="fa fa-percent fa-fw"></i> environment variables </a>
</li>
</ul>
</h2>
<h2 class="float-left">
<a href="win-dos.html?lang=en&theme=light">
<i class="fab fa-windows"></i>
<span class="mobile-invisible">win cmd</span>
</a>
</h2>
<h2 class="float-left">
<a href="powershell.html?lang=en&theme=light">
<i class="fa fa-terminal"></i>
<span class="mobile-invisible">PowerShell</span>
</a>
</h2>
<h2 class="float-left focusable" tabindex="0">
<a>
<i class="fa fa-globe-americas"></i>
<span class="mobile-invisible">language</span>
</a>
<ul class="dropdown-list" id="language-list">
<li>
<a href="?lang=en&theme=light">
<img src="img/uk.png" alt="UK"/>
<span>English</span>
</a>
</li>
<li>
<a href="?lang=pl&theme=light">
<img src="img/polska.png" alt="Polska"/>
<span>polski</span>
</a>
</li>
</ul>
</h2>
<h2 class="float-left focusable" tabindex="0">
<a>
<i class="fa fa-adjust"></i>
<span class="mobile-invisible">theme</span>
</a>
<ul class="dropdown-list" id="theme-list">
<li>
<a href="?lang=en&theme=light">
<div style="background-color: #eee;"></div>
<span>typescript (light)</span>
</a>
</li>
<li>
<a href="?lang=en&theme=dark">
<div style="background-color: #000; border-color: #fff;"></div>
<span>terminal (dark)</span>
</a>
</li>
<li>
<a href="?lang=en&theme=blue">
<div style="background-color: #00a;"></div>
<span>DOS (blue / gray)</span>
</a>
</li>
<li>
<a href="?lang=en&theme=gray">
<div style="background-color: #aaa;"></div>
<span>DOS (gray / blue)</span>
</a>
</li>
</ul>
</h2>
<h2 class="float-right" onclick="switchScreenMode(this)">
<a>
<i class="fa fa-expand-alt"></i>
</a>
</h2>
<div class="clear"></div>
</div>
</nav>
<div class="wrapper">
<main onclick="hideMenuByClickOutsideIt()">
<h2><i class="fa fa-info-circle"></i> about</h2>
<hr>
<section>
<h3><i class="far fa-lightbulb"></i> inspiration by the form of the website</h3>
<p>
I learned HTML, CSS, Javascript and PHP using <a target="_blank" href="https://www.w3schools.com">W3Schools</a> among others. I was inspired by the simplicity of explaining the issues + examples in each example.
</p>
<p>
Everywhere I looked for commands, they were listed alphabetically. A better way for me is to group commands by category.
</p>
<p>
Combining the interest in the Command-Line Interface (Linux, DOS, Windows command prompt & PowerShell) with the benefits of learning at w3schools, I decided to create a website for learning the CLI.
</p>
<h3><i class="far fa-thumbs-up"></i> thanks to authors of the</h3>
<ul style="list-style-type: disc;">
<li>
<a target="_blank" href="https://fontawesome.com">Font Awesome</a> - icons
</li>
<li>
<a target="_blank" href="https://fonts.google.com/specimen/Syne+Mono#standard-styles">Syne Mono</a> - a font family
</li>
<li>
<a target="_blank" href="http://sourceforge.net/projects/dosega">DOSEGA</a> - a font family
</li>
<li>
<a target="_blank" href="https://www.apachefriends.org/index.html">XAMPP</a> - a web server solution stack
</li>
<li>
<a target="_blank" href="https://www.sublimetext.com">Sublime Text</a> - a text editor
</li>
<li>
<a target="_blank" href="https://www.dosbox.com">DOSBox</a> - an x86 emulator with DOS
</li>
<li>
<a target="_blank" href="https://js-dos.com">JS-DOS</a> - a DOSBox port for websites
</li>
<li>
<a target="_blank" href="https://www.w3schools.com">W3Schools</a> - web tutorials
</li>
</ul>
<h3><i class="fa fa-code-branch"></i> fork me</h3>
<p>
It is an open source project with the GNU GPL license. If you want you can fork this website.
</p>
<p>Fork me on <a target="_blank" href="https://github.com/karol-kiersnowski/cmd">GitHub</a></p>
<h3><i class="fa fa-user-edit"></i> author</h3>
<p>kargol92</p>
<h3><i class="far fa-sticky-note"></i> license</h3>
<p>
<a target="_blank" href="https://github.com/karol-kiersnowski/cmd/blob/master/LICENSE">
GNU General Public License v3.0
</a>
</p>
</section>
</main>
<footer>
<h2>copyleft 🄯 2019 - 2021 all rights reversed</h2>
</footer>
</div><!--WRAPPER-->
<div id="prv-billboard"></div>
</body>
</html>