| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| <title>Jian — Engineer</title> |
| <style> |
| body { |
| font-family: Arial, sans-serif; |
| line-height: 1.6; |
| max-width: 800px; |
| margin: 40px auto; |
| padding: 20px; |
| background-color: #f9f9f9; |
| color: #333; |
| } |
| h1, h2 { color: #2c3e50; } |
| .container { |
| background: #fff; |
| padding: 20px; |
| border-radius: 10px; |
| box-shadow: 0 0 10px rgba(0,0,0,0.1); |
| } |
| </style> |
| </head> |
| <body> |
| <div class="container"> |
| <h1>👋 About Me</h1> |
| <p>Hi, I\'m <strong>Jian</strong>, an engineer focused on building reliable, high‑impact products powered by machine learning. I care about clarity, speed, and measurable results.</p> |
| </div> |
| </body> |
| </html> |
|
|