File size: 850 Bytes
5b631f5
 
 
c9f23bd
 
4052f86
c9f23bd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5b631f5
 
c9f23bd
5b631f5
4052f86
5b631f5
 
c9f23bd
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
<!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>