-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
745 lines (552 loc) · 17.9 KB
/
Copy pathabout.html
File metadata and controls
745 lines (552 loc) · 17.9 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Anna Cheung | Personal Website</title>
<meta name="description"
content="Learn more about Anna Cheung, her Hong Kong background, life in Greater Los Angeles, and her perspectives on investment, travel, philanthropy, personal growth, and meaningful impact.">
<meta name="author" content="Anna Cheung">
<meta name="robots" content="index, follow">
<link rel="canonical"
href="https://annacheung1976.github.io/about.html">
<meta property="og:title"
content="About Anna Cheung | Personal Website">
<meta property="og:description"
content="Learn more about Anna Cheung and her perspectives on investment, travel, philanthropy, personal growth, and living with purpose.">
<meta property="og:type" content="profile">
<meta property="og:url"
content="https://annacheung1976.github.io/about.html">
<meta property="og:site_name"
content="Anna Cheung">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfilePage",
"@id": "https://annacheung1976.github.io/about.html#profile",
"url": "https://annacheung1976.github.io/about.html",
"name": "About Anna Cheung",
"mainEntity": {
"@id": "https://annacheung1976.github.io/#person"
}
}
</script>
<style>
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
body {
font-family: Georgia, "Times New Roman", serif;
background: #f5f2ec;
color: #2b2926;
line-height: 1.8;
}
header {
background: #242321;
color: #ffffff;
position: sticky;
top: 0;
z-index: 1000;
border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-container {
max-width: 1250px;
margin: auto;
padding: 18px 30px;
display: flex;
align-items: center;
justify-content: space-between;
}
.logo a {
color: #ffffff;
text-decoration: none;
font-size: 22px;
letter-spacing: 1px;
}
nav {
display: flex;
align-items: center;
gap: 24px;
}
nav a {
color: #e8e4dd;
text-decoration: none;
font-family: Arial, sans-serif;
font-size: 13px;
letter-spacing: 0.4px;
transition: opacity 0.2s ease;
white-space: nowrap;
}
nav a:hover {
opacity: 0.65;
}
.hero {
min-height: 470px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 90px 25px;
background: #f3efe9;
}
.hero-inner {
max-width: 850px;
}
.hero-label {
font-family: Arial, sans-serif;
text-transform: uppercase;
letter-spacing: 4px;
font-size: 11px;
color: #8b8173;
margin-bottom: 18px;
}
.hero h1 {
font-size: 58px;
font-weight: normal;
line-height: 1.15;
margin-bottom: 22px;
color: #292723;
}
.hero p {
max-width: 700px;
margin: auto;
color: #655f57;
font-size: 18px;
}
section {
padding: 90px 25px;
}
.container {
max-width: 1050px;
margin: auto;
}
.section-header {
text-align: center;
margin-bottom: 48px;
}
.section-label {
font-family: Arial, sans-serif;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
color: #978b7a;
margin-bottom: 12px;
}
.section-header h2 {
font-size: 40px;
font-weight: normal;
color: #292723;
margin-bottom: 14px;
}
.story {
background: #ffffff;
}
.story-content {
max-width: 780px;
margin: auto;
}
.story-content p {
color: #615b53;
font-size: 18px;
margin-bottom: 22px;
}
.background-note {
margin-top: 35px;
padding: 25px 28px;
border-left: 2px solid #a99d8d;
background: #f7f4ef;
}
.background-note p {
margin: 0;
font-size: 16px;
}
.perspectives {
background: #f5f2ec;
}
.cards {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 25px;
}
.card {
background: #ffffff;
border: 1px solid #e4ddd2;
padding: 38px;
}
.card h3 {
font-size: 23px;
font-weight: normal;
margin-bottom: 15px;
}
.card p {
color: #746d64;
font-size: 15px;
}
.card a {
display: inline-block;
margin-top: 18px;
padding-bottom: 3px;
border-bottom: 1px solid #8d8172;
color: #5c554d;
text-decoration: none;
font-family: Arial, sans-serif;
font-size: 11px;
letter-spacing: 1px;
text-transform: uppercase;
}
.values {
background: #292825;
color: #ffffff;
}
.values-content {
max-width: 800px;
margin: auto;
text-align: center;
}
.values .section-label {
color: #b5aa9b;
}
.values h2 {
font-size: 40px;
font-weight: normal;
margin-bottom: 28px;
}
.values-content p {
color: #c3bcb2;
font-size: 18px;
margin-bottom: 22px;
}
.values-list {
margin: 35px auto;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 12px;
}
.value {
border: 1px solid #68635c;
padding: 9px 18px;
font-family: Arial, sans-serif;
font-size: 11px;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #ddd7ce;
}
.looking-forward {
background: #eee9e1;
}
.looking-content {
max-width: 780px;
margin: auto;
text-align: center;
}
.looking-content p {
color: #615b53;
font-size: 18px;
margin-bottom: 22px;
}
.page-navigation {
background: #ffffff;
text-align: center;
}
.buttons {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 15px;
}
.button {
display: inline-block;
padding: 14px 28px;
border: 1px solid #292825;
color: #292825;
text-decoration: none;
font-family: Arial, sans-serif;
font-size: 12px;
letter-spacing: 1px;
transition: all 0.2s ease;
}
.button:hover {
background: #292825;
color: #ffffff;
}
footer {
background: #242321;
color: #aaa39a;
text-align: center;
padding: 30px 20px;
font-family: Arial, sans-serif;
font-size: 12px;
}
@media (max-width: 950px) {
.nav-container {
flex-direction: column;
gap: 14px;
}
nav {
flex-wrap: wrap;
justify-content: center;
gap: 12px 18px;
}
.hero h1 {
font-size: 46px;
}
.cards {
grid-template-columns: 1fr;
}
section {
padding: 65px 22px;
}
.section-header h2,
.values h2 {
font-size: 34px;
}
}
@media (max-width: 550px) {
.nav-container {
padding: 16px 18px;
}
nav {
gap: 9px 14px;
}
nav a {
font-size: 11px;
}
.hero h1 {
font-size: 40px;
}
.card {
padding: 28px;
}
}
</style>
</head>
<body>
<header>
<div class="nav-container">
<div class="logo">
<a href="index.html">Anna Cheung</a>
</div>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="investment.html">Investment</a>
<a href="travel.html">Travel</a>
<a href="personal-growth.html">Personal Growth</a>
<a href="philanthropy.html">Philanthropy</a>
<a href="index.html#contact">Contact</a>
</nav>
</div>
</header>
<main>
<!-- HERO -->
<section class="hero">
<div class="hero-inner">
<div class="hero-label">
About
</div>
<h1>About Anna Cheung</h1>
<p>
A life shaped by curiosity, long-term thinking,
meaningful relationships, and a belief in using
opportunity with purpose.
</p>
</div>
</section>
<!-- MY STORY -->
<section class="story">
<div class="container">
<div class="section-header">
<div class="section-label">
My Story
</div>
<h2>A Personal Perspective</h2>
</div>
<div class="story-content">
<p>
I grew up in Hong Kong and later moved to
the United States. Today, I live in the
Greater Los Angeles area, carrying with me
the perspectives shaped by different cultures,
communities, and experiences.
</p>
<p>
I have always been curious about how people
make decisions, how the world changes,
and how the choices we make today can shape
the opportunities we have tomorrow.
</p>
<div class="background-note">
<p>
I currently serve as a Philanthropic Grants
Program Officer at Capital Group, where my
professional work reflects my broader interest
in thoughtful giving and meaningful impact.
</p>
</div>
</div>
</div>
</section>
<!-- PERSPECTIVES -->
<section class="perspectives">
<div class="container">
<div class="section-header">
<div class="section-label">
What Matters to Me
</div>
<h2>Interests With Purpose</h2>
</div>
<div class="cards">
<div class="card">
<h3>Investment</h3>
<p>
For me, investing is about choosing the future.
I enjoy observing what is happening in the world,
thinking about what may become more important
over the next five or ten years, and allocating
capital toward areas I genuinely believe in.
What attracts me most is not simply the result,
but the judgment, patience, and long-term thinking
behind the process.
</p>
<a href="investment.html">
Explore Investment
</a>
</div>
<div class="card">
<h3>Travel</h3>
<p>
I see travel as a way to understand the world
and also to understand ourselves. Reading about
a place is very different from standing there,
experiencing everyday life, and seeing the world
through another culture's perspective. The more
I travel, the more I appreciate how important
it is to respect different ways of living.
</p>
<a href="travel.html">
Explore Travel
</a>
</div>
<div class="card">
<h3>Philanthropy</h3>
<p>
To me, philanthropy is more than giving money;
it is a responsibility. When we have the ability
to care for our own lives, I believe there is
meaning in also caring about people who may not
have had the same opportunities. Wealth can
create freedom, but it can also help create
access to education, health, and new beginnings.
</p>
<a href="philanthropy.html">
Explore Philanthropy
</a>
</div>
<div class="card">
<h3>Personal Growth</h3>
<p>
I believe growth comes from remaining curious,
reflecting on our choices, learning from
experience, and being willing to change.
Success matters to me, but so does understanding
why we pursue it and what kind of life we hope
to build along the way.
</p>
<a href="personal-growth.html">
Explore Personal Growth
</a>
</div>
</div>
</div>
</section>
<!-- VALUES -->
<section class="values">
<div class="container">
<div class="values-content">
<div class="section-label">
Values
</div>
<h2>What I Value Most</h2>
<div class="values-list">
<div class="value">Kindness</div>
<div class="value">Integrity</div>
<div class="value">Responsibility</div>
<div class="value">Freedom</div>
</div>
<p>
Kindness shapes how we treat others.
Integrity determines whether people can trust us.
Responsibility reminds us to care for our families,
our commitments, and the choices we make.
Freedom gives us the ability to live according
to what we genuinely believe in.
</p>
<p>
I work hard, invest, and travel, but ultimately
I am not pursuing numbers for their own sake.
I am pursuing the freedom to choose how I live,
the ability to care for the people who matter to me,
and the capacity to help when someone is in need.
</p>
</div>
</div>
</section>
<!-- LOOKING FORWARD -->
<section class="looking-forward">
<div class="container">
<div class="section-header">
<div class="section-label">
Looking Forward
</div>
<h2>The Person I Hope to Be</h2>
</div>
<div class="looking-content">
<p>
I hope people see me as someone who is genuine,
kind, responsible, and curious about life.
I am ambitious and I want to succeed, but I do not
want success to be defined only by money
or accomplishments.
</p>
<p>
I care deeply about the people in my life,
and when I am in a position to help someone,
I want to do so. I am certainly not perfect,
but at the end of the day, I hope to be remembered
as someone people could trust, respect,
and feel genuinely cared for by.
</p>
</div>
</div>
</section>
<!-- NAVIGATION -->
<section class="page-navigation">
<div class="container">
<div class="buttons">
<a class="button" href="index.html">
Return to Home
</a>
<a class="button" href="investment.html">
Investment
</a>
<a class="button" href="travel.html">
Travel
</a>
<a class="button" href="philanthropy.html">
Philanthropy
</a>
</div>
</div>
</section>
</main>
<footer>
© 2026 Anna Cheung. All rights reserved.
</footer>
</body>
</html>