-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (65 loc) · 2.85 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!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>FDF TO XYZ</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="head">
<h1>FDF to XYZ format</h1>
</div>
<div class="instructivo">
<h2>How to use?</h2>
<p>1. Paste the FDF array in the first box</p>
<p>2. Click on the convert buttom</p><br><br>
<a href="https://aleycolen98.github.io/XYZ-FDF/" target="_blank">Click here to convert XYZ to FDF</a>
</div>
<div class="caja_1">
<div class="caja_1_1">
<p1>FDF format</p1>
<textarea name="input_1" id="input1" cols="70" rows="5" value="1">17.30513574 8.51557657 12.02977480 2 1 C
18.17707452 8.64147311 13.27791975 2 2 C
18.08018054 8.10012114 10.78448066 2 3 C
17.40407023 8.04625988 9.90316745 5 4 H
18.89046664 8.83429239 10.57238205 5 5 H
18.54162785 7.09977037 10.94451880 5 6 H
18.62143003 7.65234083 13.53083965 5 7 H
17.57601665 8.99721851 14.14357044 5 8 H
19.00249473 9.36710047 13.09596493 5 9 H
16.46174563 7.80738894 12.21476311 5 10 H
16.71717599 9.83826892 11.72017222 4 11 O
15.29433102 10.20038586 12.45547549 1 12 P
15.80260586 10.84530600 13.90352656 3 13 F
14.30538074 9.07684954 12.65933514 4 14 O
14.78401595 11.68944172 11.57520298 2 15 C
14.46929893 11.39938666 10.54965880 5 16 H
13.92663492 12.13688362 12.12213918 5 17 H
15.63408048 12.40383693 11.53400709 5 18 H</textarea>
<p1>Chemical Species Label</p1>
<textarea name="input_2" id="input2" cols="30" rows="10">Click on Convert to obtain!</textarea>
</div>
<div class="caja_1_2">
<input type="button" id="boton1" value="Convert!">
<input type="button" id="boton2" value="Reset values">
</div>
<div class="caja_1_3">
<textarea name="conversion_block" id="input3" cols="50" rows="10">XYZ Format</textarea>
</div>
</div>
<footer>
<div class="footer_1">
<div class="footer_1_1">
<p>Desarrollado por A. Aley. C. Colen</p>
<p>2022</p>
</div>
<div class="git-link">
<a target="_blank" title="github" href="https://github.com/aleycolen98/FDF-XYZ"><img src="github_icon.png" alt="Los Tejos" height="30" width="30"/></a>
</div>
</div>
</footer>
<script src="code.js"></script>
</body>
</html>