|
1 | 1 | <!doctype html> |
2 | 2 | <html lang="en"> |
3 | | - <head> |
4 | | - <meta charset="UTF-8" /> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <meta |
7 | | - name="description" |
8 | | - content="Machine Learning made visual." |
9 | | - /> |
10 | | - <meta |
11 | | - name="keywords" |
12 | | - content="Gradient, learn data science, learn ai, learn machine learning, machine learning, data science, AI education, open-source education platform" |
13 | | - /> |
14 | | - <meta name="author" content="Gradient" /> |
15 | | - <meta name="robots" content="index, follow" /> |
16 | | - <meta name="theme-color" content="#f7f3ea" /> |
17 | | - <meta name="application-name" content="Gradient" /> |
18 | | - <meta name="apple-mobile-web-app-title" content="Gradient" /> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + <meta name="description" content="Machine Learning made visual." /> |
| 7 | + <meta |
| 8 | + name="keywords" |
| 9 | + content="Gradient, learn data science, learn ai, learn machine learning, machine learning, data science, AI education, open-source education platform" |
| 10 | + /> |
| 11 | + <meta name="author" content="Gradient" /> |
| 12 | + <meta name="robots" content="index, follow" /> |
| 13 | + <meta name="theme-color" content="#f7f3ea" /> |
| 14 | + <meta name="application-name" content="Gradient" /> |
| 15 | + <meta name="apple-mobile-web-app-title" content="Gradient" /> |
19 | 16 |
|
20 | | - <link rel="canonical" href="https://aryan-cs.github.io/gradient/" /> |
21 | | - <link rel="icon" type="image/svg+xml" href="./assets/icons/logo.svg" /> |
| 17 | + <link rel="canonical" href="https://aryan-cs.github.io/gradient/" /> |
| 18 | + <link rel="icon" type="image/svg+xml" href="./assets/icons/logo.svg" /> |
22 | 19 |
|
23 | | - <meta property="og:site_name" content="Gradient" /> |
24 | | - <meta property="og:type" content="website" /> |
25 | | - <meta property="og:locale" content="en_US" /> |
26 | | - <meta property="og:title" content="Gradient" /> |
27 | | - <meta |
28 | | - property="og:description" |
29 | | - content="Machine Learning made visual." |
30 | | - /> |
31 | | - <meta property="og:url" content="https://aryan-cs.github.io/gradient/" /> |
32 | | - <meta |
33 | | - property="og:image" |
34 | | - content="https://aryan-cs.github.io/gradient/assets/images/welcome.png" |
35 | | - /> |
36 | | - <meta |
37 | | - property="og:image:secure_url" |
38 | | - content="https://aryan-cs.github.io/gradient/assets/images/welcome.png" |
39 | | - /> |
40 | | - <meta property="og:image:type" content="image/png" /> |
41 | | - <meta property="og:image:width" content="2998" /> |
42 | | - <meta property="og:image:height" content="1558" /> |
43 | | - <meta property="og:image:alt" content="Welcome to Gradient" /> |
| 20 | + <meta property="og:site_name" content="Gradient" /> |
| 21 | + <meta property="og:type" content="website" /> |
| 22 | + <meta property="og:locale" content="en_US" /> |
| 23 | + <meta property="og:title" content="Gradient" /> |
| 24 | + <meta |
| 25 | + property="og:description" |
| 26 | + content="Machine Learning made visual." |
| 27 | + /> |
| 28 | + <meta |
| 29 | + property="og:url" |
| 30 | + content="https://aryan-cs.github.io/gradient/" |
| 31 | + /> |
| 32 | + <meta |
| 33 | + property="og:image" |
| 34 | + content="https://aryan-cs.github.io/gradient/assets/images/welcome.png" |
| 35 | + /> |
| 36 | + <meta |
| 37 | + property="og:image:secure_url" |
| 38 | + content="https://aryan-cs.github.io/gradient/assets/images/welcome.png" |
| 39 | + /> |
| 40 | + <meta property="og:image:type" content="image/png" /> |
| 41 | + <meta property="og:image:width" content="2998" /> |
| 42 | + <meta property="og:image:height" content="1558" /> |
| 43 | + <meta property="og:image:alt" content="Welcome to Gradient" /> |
44 | 44 |
|
45 | | - <meta name="twitter:card" content="summary_large_image" /> |
46 | | - <meta name="twitter:title" content="Gradient" /> |
47 | | - <meta |
48 | | - name="twitter:description" |
49 | | - content="Machine Learning made visual." |
50 | | - /> |
51 | | - <meta |
52 | | - name="twitter:image" |
53 | | - content="https://aryan-cs.github.io/gradient/assets/images/welcome.png" |
54 | | - /> |
| 45 | + <meta name="twitter:card" content="summary_large_image" /> |
| 46 | + <meta name="twitter:title" content="Gradient" /> |
| 47 | + <meta |
| 48 | + name="twitter:description" |
| 49 | + content="Machine Learning made visual." |
| 50 | + /> |
| 51 | + <meta |
| 52 | + name="twitter:image" |
| 53 | + content="https://aryan-cs.github.io/gradient/assets/images/welcome.png" |
| 54 | + /> |
55 | 55 |
|
56 | | - <title>Gradient</title> |
| 56 | + <title>Gradient</title> |
57 | 57 |
|
58 | | - <script type="application/ld+json"> |
59 | | - { |
60 | | - "@context": "https://schema.org", |
61 | | - "@type": "WebSite", |
62 | | - "name": "Gradient", |
63 | | - "url": "https://aryan-cs.github.io/gradient/", |
64 | | - "description": "Machine Learning made visual." |
65 | | - } |
66 | | - </script> |
67 | | - </head> |
68 | | - <body> |
69 | | - <div id="root"></div> |
70 | | - <script type="module" src="/src/main.jsx"></script> |
71 | | - </body> |
| 58 | + <script type="application/ld+json"> |
| 59 | + { |
| 60 | + "@context": "https://schema.org", |
| 61 | + "@type": "WebSite", |
| 62 | + "name": "Gradient", |
| 63 | + "url": "https://aryan-cs.github.io/gradient/", |
| 64 | + "description": "Machine Learning made visual." |
| 65 | + } |
| 66 | + </script> |
| 67 | + </head> |
| 68 | + <body> |
| 69 | + <div id="root"></div> |
| 70 | + <script type="module" src="/src/main.jsx"></script> |
| 71 | + </body> |
72 | 72 | </html> |
0 commit comments