-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
244 lines (214 loc) · 9.45 KB
/
index.html
File metadata and controls
244 lines (214 loc) · 9.45 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta name="google-site-verification" content="3srD652hUVYVjBI6rUsdUmfX2D5R1oQZhkZz1W5DKEM" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Ubuntu:400,400i&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu&display=swap" rel="stylesheet">
<title>Shell check</title>
<style>
body {
--color-bg: #ddd;
--color-text: #1a1e24;
--color-text-subtle: #D76D77;
padding: 0;
margin: 0;
background: linear-gradient(to right, #3a1c71, #d76d77, #ffaf7b);
}
.font-footer {
font-family: 'Ubuntu', sans-serif;
font-size: 1.05rem !important;
}
.navbar-brand {
font-size: 1.05rem;
margin-right: 4rem;
}
.container {
border: 0.1px solid black;
margin-top: 30px;
}
[data-termynal] {
width: 800px;
max-width: 75%;
height: 520px;
background: var(--color-bg);
color: var(--color-text);
font-size: 14px;
font-family: 'Ubuntu', sans-serif;
border-radius: 4px;
padding: 50px 40px 30px;
position: relative;
border-radius: 3%;
box-sizing: border-box;
}
[data-termynal]:before {
content: '';
position: absolute;
top: 15px;
left: 15px;
display: inline-block;
width: 15px;
height: 15px;
border-radius: 50%;
background: #d9515d;
-webkit-box-shadow: 25px 0 0 #f4c025, 50px 0 0 #3ec930;
box-shadow: 25px 0 0 #f4c025, 50px 0 0 #3ec930;
}
.espacamento {
margin-top: 1.8rem;
margin-bottom: 100px;
}
a {
text-decoration: none;
color: white;
}
.footer {
padding: 8px;
}
.link {
margin-right: 4rem;
padding-top: 5px;
padding-bottom: 5px;
}
a:hover {
text-decoration: none;
}
textarea {
background-color: white !important;
}
@media only screen and (max-width: 600px) {
[data-termynal] {
height: 743px;
width: 90%;
max-width: 95%;
}
.espacamento {
margin-top: 2.5rem;
margin-bottom: 40% !important;
}
.font-footer {
font-size: 9pt !important;
}
.link {
margin-left: 15px !important;
margin-right: 0px !important;
}
}
</style>
</head>
<body>
<div class="container" id="termynal" data-termynal data-termynal data-ty-typeDelay="40" data-ty-lineDelay="700" spellcheck="false">
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="form-group">
<label>Comando</label>
<textarea class="form-control" id="exampleFormControlTextarea1" style="resize: none; font-size: 13px"
placeholder="Informe um comando" rows="8"></textarea>
</div>
</div>
<div class="col-md-6 col-sm-12">
<label>Validação</label>
<textarea disabled class="form-control" id="exampleFormControlTextarea1" style="resize: none; font-size: 13px;"
rows="8" readonly></textarea>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<label>Comando aguardado</label>
<textarea disabled class="form-control" id="exampleFormControlTextarea1" style="resize: none; font-size: 13px;"
rows="4" readonly></textarea>
</div>
</div>
<div class="espacamento">
<div class="text-center">
<button type="button" class="btn btn-success btn-primary btn-block">Validar</button>
</div>
</div>
</div>
<!-- MODAL / desenvolvedores-->
<div class="modal fade" id="descricaoModal" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Desenvolvedores</h5>
<button type="button" class="close" data-dismiss="modal">
<span>×</span>
</button>
</div>
<div class="modal-body">
<!--<a class="btn btn-outline-dark" target="blank" href="https://github.com/ollinmagno">ollinmagno</a>-->
<!-- <a href="https://github.com/ollinmagno" class="badge badge-dark">ollinmagno</a> -->
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam tincidunt volutpat dolor,
commodo commodo nisi semper blandit. In accumsan turpis eu mauris porttitor iaculis.
Phasellus condimentum quis neque a maximus. Etiam a ipsum auctor, varius eros vitae, iaculis
risus.
Morbi nec tristique arcu, sed placerat augue. Suspendisse potenti. Nam dolor leo, tempor sit
amet orci
quis, dictum vulputate felis. In tempor ligula vel tincidunt egestas. In nunc sapien, imperdiet
ac
varius vel, dictum et arcu. Morbi porttitor neque ut eros laoreet tristique. Mauris eleifend
cursus vestibulum.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Fechar</button>
</div>
</div>
</div>
</div>
<!-- /MODAL -->
<!-- MODAL / sobre -->
<div class="modal fade" id="sobreModal" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Projeto</h5>
<button type="button" class="close" data-dismiss="modal">
<span>×</span>
</button>
</div>
<div class="modal-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam tincidunt volutpat dolor,
commodo commodo nisi semper blandit. In accumsan turpis eu mauris porttitor iaculis.
Phasellus condimentum quis neque a maximus. Etiam a ipsum auctor, varius eros vitae, iaculis
risus.
Morbi nec tristique arcu, sed placerat augue. Suspendisse potenti. Nam dolor leo, tempor sit
amet orci
quis, dictum vulputate felis. In tempor ligula vel tincidunt egestas. In nunc sapien, imperdiet
ac
varius vel, dictum et arcu. Morbi porttitor neque ut eros laoreet tristique. Mauris eleifend
cursus vestibulum.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Fechar</button>
</div>
</div>
</div>
</div>
<!-- /MODAL -->
<div class="espacamento"></div>
<!-- Fotter -->
<div class="fixed-bottom bg-dark d-flex justify-content-center footer font-footer">
<div class="row">
<a class="link" target="blank" href="https://github.com/ollinmagno/shellscript-validate">Github</a>
<a class="link" target="blank" data-toggle="modal" data-target="#sobreModal" href="">Sobre</a>
<a class="link" target="blank" data-toggle="modal" data-target="#descricaoModal" href="">Desenvolvedores</a>
<a class="link" href="">Reportar bug</a>
</div>
</div>
<!--/Fotter -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
</body>
</html>