BioMike commited on
Commit
46ff9a0
·
verified ·
1 Parent(s): 041a067

Delete article.html

Browse files
Files changed (1) hide show
  1. article.html +0 -44
article.html DELETED
@@ -1,44 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>ChemConverters App Description</title>
7
- <style>
8
- body {
9
- font-family: Arial, sans-serif;
10
- margin: 30px;
11
- line-height: 4;
12
- }
13
- .link-button {
14
- display: inline-block;
15
- margin: 50px 50px;
16
- padding: 50px;
17
- background-color: #007bff;
18
- color: white;
19
- text-decoration: none;
20
- border-radius: 50px;
21
- font-weight: bold;
22
- }
23
- .link-button:hover {
24
- background-color: #0056b3;
25
- }
26
- </style>
27
- </head>
28
- <body>
29
- <p>With ChemConverters, you can effortlessly:</p>
30
- <ul>
31
- <li>Convert SMILES strings to IUPAC names and vice versa 🔄</li>
32
- <li>Choose your preferred IUPAC naming style: BASE, SYSTEMATIC, or TRADITIONAL 📚</li>
33
- <li>Validate chemical naming with molecules fingerprints similarity for accuracy checks ✔️</li>
34
- </ul>
35
- <p>Developed by the brilliant minds at Knowladgator, this app showcases the abilities of our chemical transformer models. Whether you're working on a research project, studying for an exam, or just exploring the chemical universe, ChemConverters is your go-to tool. 🛠️</p>
36
- <p>Remember, chemistry is not just about reactions; it's about connections. Let's build those connections together! 💫</p>
37
- <!-- Links Section -->
38
- <div>
39
- <a href="https://www.knowledgator.com/" class="link-button" target="_blank">🔗Visit our Website 🔗 </a>
40
- <a href="https://www.linkedin.com/company/knowledgator/" class="link-button" target="_blank">💼Follow on LinkedIn 💼 </a>
41
- <a href="https://huggingface.co/knowledgator/" class="link-button" target="_blank">🤗Hugging Face Profile🤗</a>
42
- </div>
43
- </body>
44
- </html>