|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 | <title>ZhaoJinHao's Design - Product Design & Accessibility</title> |
7 | 7 | <meta name="description" content="Thoughts on product design, accessible components, and graceful degradation."> |
| 8 | + <meta name="keywords" content="product design, accessibility, UI/UX, graceful degradation, inclusive design"> |
| 9 | + <meta name="author" content="ZhaoJinHao"> |
| 10 | + <meta name="robots" content="index, follow"> |
| 11 | + |
| 12 | + <meta property="og:title" content="ZhaoJinHao's Design - Product Design & Accessibility"> |
| 13 | + <meta property="og:description" content="Thoughts on product design, accessible components, and graceful degradation."> |
| 14 | + <meta property="og:type" content="website"> |
| 15 | + <meta property="og:url" content="https://murisans.github.io"> |
| 16 | + <meta property="og:locale" content="en_US"> |
| 17 | + |
| 18 | + <meta name="twitter:card" content="summary_large_image"> |
| 19 | + <meta name="twitter:title" content="ZhaoJinHao's Design - Product Design & Accessibility"> |
| 20 | + <meta name="twitter:description" content="Thoughts on product design, accessible components, and graceful degradation."> |
| 21 | + |
8 | 22 | <link rel="stylesheet" href="css/style.css"> |
| 23 | + <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 24 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
9 | 25 | <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet"> |
10 | 26 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> |
11 | | - <script crossorigin src="https://unpkg.com/react@18/umd/react.development.js"></script> |
12 | | - <script crossorigin src="https://unpkg.com/react-dom@18/umd/react-dom.development.js"></script> |
| 27 | + <script crossorigin src="https://unpkg.com/react@18/umd/react.production.min.js"></script> |
| 28 | + <script crossorigin src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"></script> |
13 | 29 | <script src="https://unpkg.com/@babel/standalone/babel.min.js"></script> |
| 30 | + <script type="application/ld+json"> |
| 31 | + { |
| 32 | + "@context": "https://schema.org", |
| 33 | + "@type": "Person", |
| 34 | + "name": "ZhaoJinHao", |
| 35 | + "alternateName": "赵金灏", |
| 36 | + "url": "https://murisans.github.io", |
| 37 | + "jobTitle": "Product Designer", |
| 38 | + "description": "Thoughts on product design, accessible components, and graceful degradation.", |
| 39 | + "sameAs": [ |
| 40 | + "https://github.com/murisans/", |
| 41 | + "https://dribbble.com/" |
| 42 | + ], |
| 43 | + "knowsAbout": ["Product Design", "Accessibility", "UI/UX", "Inclusive Design"] |
| 44 | + } |
| 45 | + </script> |
14 | 46 | </head> |
15 | 47 | <body> |
16 | 48 | <div id="root"></div> |
|
0 commit comments