-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (45 loc) · 2.28 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
<!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>NCESTEC Cifrador</title>
<link rel="stylesheet" href="reset.css"></linkrel>
<link rel="stylesheet" href="Cifrador.css"></linkrel>
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
</head>
<body>
<div class="backSquare">
<header>
<div>
<img src="./Imagenes/LogoPequeno.png" class="logo">
</div>
<div class="title">
<h1>CIFRADOR DE TEXTO NCESTEC</h1>
</div>
</header>
<main>
<section 1>
<textarea cols="50" rows="13" class="textarea1" id="jtextarea1" placeholder="Escribe el texto aquí que deseas cifrar..."></textarea>
<div class="exclamation1" id="jexclamation1">ⓘ Una vez ingreses el texto, presiona el botón Cifrar.</div>
<div class="exclamation3" id="jexclamation3">ⓘ Ahora presiona el botón Descifrar.</div>
<div>
<button class="btnEncode" id="jbtnEncode">Cifrar</button>
<button class="btnDecode" id="jbtnDecode">Descifrar</button>
<button class="btnRestart" id="jbtnRestart">Reiniciar</button>
</div>
</section>
<section 2>
<div class="vrectangle">
<img src="./Imagenes/buscar_.png" class="muneco" id="jimage">
<textarea cols="40" rows="6" class="textarea2" id="jtextarea2" placeholder="Ingresa en el panel de la izquierda el texto y a continuación haz clic en el botón Cifrar, luego podrás ver aquí el resultado."></textarea>
<div class="exclamation2" id="jexclamation2">ⓘ Ahora haz clic en Copiar.</div>
<button class="btnCopy" id="jbtnCopy">Copiar</button>
</div>
</section>
</main>
</div>
<script src="./script.js"></script>
</body>
</html>