{"id":14,"date":"2023-12-05T07:08:56","date_gmt":"2023-12-04T23:08:56","guid":{"rendered":"http:\/\/liaozcheng.com\/?page_id=14"},"modified":"2023-12-18T15:11:21","modified_gmt":"2023-12-18T07:11:21","slug":"%e6%9c%89%e5%85%b3%e6%88%91%e7%9a%84%e4%b8%aa%e4%ba%ba%e4%bb%8b%e7%bb%8d","status":"publish","type":"page","link":"https:\/\/liaozcheng.com\/?page_id=14","title":{"rendered":"About Me"},"content":{"rendered":"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<h2 class=\"wp-block-heading has-large-font-size\" style=\"font-style:normal;font-weight:400\">About Me<\/h2>\n\n\n\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">\u517c\u5177\u8425\u9500\u548c\u4f53\u9a8c\u80fd\u529b\u7684\u8bbe\u8ba1\u4e13\u5bb6<\/h2>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"font-style:normal;font-weight:300\">\u5e94\u5bf9\u590d\u6742\u573a\u666f\u7684\u591a\u9762\u624b<\/h2>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-color has-link-color has-small-font-size wp-elements-07c768e5c7708da0a3d9315e23b53bc8\" style=\"color:#636363\">\u9762\u5bf9\u6570\u5b57\u65f6\u4ee3\u65e5\u65b0\u6708\u5f02\u590d\u6742\u573a\u666f\u7684\u9700\u6c42\uff0c\u66f4\u9700\u8981\u4e00\u4e13\u591a\u80fd\u516b\u9762\u6765\u98ce\u7684\u591a\u9762\u624b\u3002\u654f\u9510\u7684\u730e\u624b\u901a\u5e38\u4e0d\u53ea\u4f1a\u5b88\u682a\u5f85\u5154\u3002<br><br>\u79ef\u7d2f\u591a\u5e74\u4e16\u754c\u77e5\u540d\u4f01\u4e1a\/\u54c1\u724c\u8bbe\u8ba1\u7ecf\u9a8c\uff0c\u4e0d\u8bba\u662f\u4ea7\u54c1\u8bbe\u8ba1\u8fd8\u662f\u5e02\u573a\u8425\u9500\uff0c\u662f\u6e38\u620f\u5316\u7528\u6237\u589e\u957f\u8fd8\u662f\u7206\u53d1\u578b\u5bfc\u8d2d\uff0c\u4e13\u6ce8\u4e8e\u4f60\u7684\u6838\u5fc3\u76ee\u6807\uff0c\u63d0\u4f9b\u89e3\u51b3\u95ee\u9898\u7684\u591a\u79cd\u4e13\u4e1a\u8bbe\u8ba1\u80fd\u529b\uff0c\u5e76\u786e\u4fdd\u9879\u76ee\u5f97\u4ee5\u6709\u6548\u5b9e\u65bd\u843d\u5730\uff0c\u4e0e\u7ade\u4e89\u5bf9\u624b\u62c9\u5f00\u5dee\u5f02\u3002<\/p>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<div style=\"height:77px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-right has-text-color has-link-color has-small-font-size wp-elements-ee4c83282c4129eb47ffb7df9baeb4fd\" style=\"color:#676767\">UI UX<br>\u6e38\u620f\u5316\u4e92\u52a8\u8bbe\u8ba1<br>\u8425\u9500\u8bbe\u8ba1<br>MOBILE APP<br>WEBSITE DESIGN<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta viewport=\"width=device-width, initial-scale=1.0\">\n    <title>Continuous Image Scroll<\/title>\n    <style>\n        .scroll-container {\n            width: 100%;\n            overflow: hidden;\n            position: relative;\n        }\n\n        .scroll-wrapper {\n            display: flex; \/* \u4f7f\u7528flex\u5e03\u5c40\u4f7f\u56fe\u7247\u6c34\u5e73\u6392\u5217 *\/\n            animation: scroll-horizontal 20s linear infinite;\n        }\n\n        .scroll-wrapper img {\n            width: 1200px; \/* \u60a8\u7684\u56fe\u7247\u5bbd\u5ea6 *\/\n            height: auto;\n            flex-shrink: 0; \/* \u9632\u6b62\u56fe\u7247\u5728flex\u5e03\u5c40\u4e2d\u7f29\u653e *\/\n        }\n\n        @keyframes scroll-horizontal {\n            0% {\n                transform: translateX(0);\n            }\n            100% {\n                transform: translateX(-1200px); \/* \u4e00\u5f20\u56fe\u7247\u7684\u5bbd\u5ea6\uff0c\u786e\u4fdd\u65e0\u7f1d\u6eda\u52a8 *\/\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"scroll-container\">\n        <div class=\"scroll-wrapper\">\n            <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/liaozcheng.com\/wp-content\/uploads\/2023\/12\/%E8%BD%AE%E6%92%AD2-2.png?ssl=1\" alt=\"Scrolling Image\">\n            <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/liaozcheng.com\/wp-content\/uploads\/2023\/12\/%E8%BD%AE%E6%92%AD2-2.png?ssl=1\" alt=\"Scrolling Image\">\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<h2 class=\"wp-block-heading has-x-large-font-size\" style=\"font-style:normal;font-weight:500\">My Experience<\/h2>\n\n\n\n<div style=\"height:26px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\"><\/div>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide is-style-wide--1\" style=\"background-color:#cccccc;color:#cccccc\"\/>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h6 class=\"wp-block-heading\" style=\"font-size:clamp(14.642px, 0.915rem + ((1vw - 3.2px) * 0.836), 22px);font-style:normal;font-weight:500\">\u521b\u610f\u8bbe\u8ba1\u4e13\u5bb6<\/h6>\n\n\n\n<p class=\"has-text-color has-link-color has-system-font-font-family has-small-font-size wp-elements-cab988c2ae2976ff1c13eae2ac0b9a91\" style=\"color:#777777;font-style:normal;font-weight:300\">\u963f\u91cc\u5df4\u5df4-\u6dd8\u5929\u96c6\u56e2-\u5927\u6dd8\u5b9d\u8bbe\u8ba1-\u54c1\u724c&amp;\u6574\u5408\u8425\u9500<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-right has-text-color has-link-color has-system-font-font-family has-small-font-size wp-elements-a2b6912c1858434a1f779b196e6caf49\" style=\"color:#777777;font-style:normal;font-weight:300\">2020-2024<\/p>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide is-style-wide--2\" style=\"background-color:#cccccc;color:#cccccc\"\/>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<h6 class=\"wp-block-heading alignwide\" style=\"font-size:clamp(14.642px, 0.915rem + ((1vw - 3.2px) * 0.836), 22px);font-style:normal;font-weight:500\">\u8d44\u6df1\u521b\u610f\u8bbe\u8ba1<\/h6>\n\n\n\n<p class=\"has-text-color has-link-color has-system-font-font-family has-small-font-size wp-elements-3855840a8d69c98a44a50760ef5affd4\" style=\"color:#777777;font-style:normal;font-weight:300\">\u963f\u91cc\u5df4\u5df4-\u521b\u610f\u8bbe\u8ba1\u4e2d\u5fc3-\u4e92\u52a8\u8425\u9500<\/p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-right has-text-color has-link-color has-system-font-font-family has-small-font-size wp-elements-8a67a65e4a613d2a48eb79797d6188b2\" style=\"color:#777777;font-style:normal;font-weight:300\">2016-2019<\/p>\n\n\n\n<p><\/p>\n<\/div>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background\" style=\"background-color:#cccccc;color:#cccccc\"\/>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<h6 class=\"wp-block-heading\" style=\"font-size:clamp(14.642px, 0.915rem + ((1vw - 3.2px) * 0.836), 22px);font-style:normal;font-weight:500\">\u89c6\u89c9\u8bbe\u8ba1\u5e08<\/h6>\n\n\n\n<p class=\"has-text-color has-link-color has-system-font-font-family has-small-font-size wp-elements-85d4425a6dcd484a0338858690e22980\" style=\"color:#777777;font-style:normal;font-weight:300\">\u963f\u91cc\u5df4\u5df4-\u6dd8\u5b9d-\u4ea7\u54c1\u8bbe\u8ba1-\u641c\u7d22<\/p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-right has-text-color has-link-color has-system-font-font-family has-small-font-size wp-elements-45792eba2ba10833ccced4ec59ecd87b\" style=\"color:#777777;font-style:normal;font-weight:300\">2014-2015<\/p>\n<\/div>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background\" style=\"background-color:#cccccc;color:#cccccc\"\/>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<p class=\"has-system-font-font-family has-x-large-font-size\" style=\"font-style:normal;font-weight:600\">Awards &amp; Recognition<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-container-core-column-is-layout-92d440f1 wp-block-column-is-layout-flow\" style=\"padding-top:0;padding-bottom:0;flex-basis:66.66%\">\n<h6 class=\"wp-block-heading\" style=\"font-size:clamp(14.642px, 0.915rem + ((1vw - 3.2px) * 0.836), 22px);font-style:normal;font-weight:500\">\u4e92\u52a8\u5236\u4f5c\u7c7b\u94f6\u5956\uff08\u56e2\u961f\u9879\u76ee\uff09<\/h6>\n\n\n\n<p class=\"has-text-color has-link-color has-system-font-font-family has-small-font-size wp-elements-e2e16c6d4c9e52fb7a87095c4f62d608\" style=\"color:#777777;font-style:normal;font-weight:300\">2022 \u6570\u82f1\u5956<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-alpha-channel-opacity has-background .wp-block-separator.is-style-default {  height: 1px; \/* \u8c03\u6574\u8fd9\u91cc\u7684\u6570\u503c\u4ee5\u6539\u53d8\u7ebf\u6761\u7c97\u7ec6 *\/ }\" style=\"background-color:#cccccc;color:#cccccc\"\/>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h6 class=\"wp-block-heading\" style=\"font-size:clamp(14.642px, 0.915rem + ((1vw - 3.2px) * 0.836), 22px);font-style:normal;font-weight:500\">\u6570\u5b57\u573a\u666f\u8425\u9500\u91d1\u5956\uff08\u56e2\u961f\u9879\u76ee\uff09<\/h6>\n\n\n\n<p class=\"has-text-color has-link-color has-system-font-font-family has-small-font-size wp-elements-4787f137127ee24c5f46ff2913202e13\" style=\"color:#777777;font-style:normal;font-weight:300\">\u7b2c30\u5c4a\u4e2d\u56fd\u56fd\u9645\u5e7f\u544a\u8282\u957f\u57ce\u5956<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-alpha-channel-opacity has-background is-style-wide is-style-wide--3\" style=\"background-color:#cccccc;color:#cccccc\"\/>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h6 class=\"wp-block-heading\" style=\"font-size:clamp(14.642px, 0.915rem + ((1vw - 3.2px) * 0.836), 22px);font-style:normal;font-weight:500\">\u7b2c\u4e03\u5c4a\u5e02\u573a\u8425\u9500\u521b\u65b0\u5927\u8d5b\u9886\u5bfc\u8005\u5927\u5956\uff08\u56e2\u961f\u9879\u76ee\uff09<\/h6>\n\n\n\n<p class=\"has-text-color has-link-color has-system-font-font-family has-small-font-size wp-elements-8bb74cebe13235dde7c96d85daf1905a\" style=\"color:#777777;font-style:normal;font-weight:300\">2023 SUPERNOVA AWARD<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-alpha-channel-opacity has-background .custom-line {  border-width: 1px !important; }\" style=\"background-color:#cccccc;color:#cccccc\"\/>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-cover alignfull has-base-color has-text-color has-link-color wp-elements-62466bef3a4583d0b6beb9e99f5f9e1f\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:397px;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-contrast-background-color has-background-dim-100 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-container-core-cover-is-layout-ee0611dc wp-block-cover-is-layout-constrained\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-container-core-column-is-layout-92d440f1 wp-block-column-is-layout-flow\" style=\"padding-top:0;padding-bottom:0;flex-basis:90%\">\n<h2 class=\"wp-block-heading has-text-color has-link-color has-large-font-size wp-elements-f1e4ef3e0df0768d2e8d88807942b7c4\" style=\"color:#ffffffbd;font-style:normal;font-weight:400\">HAVE A NICE WORKS? LET\u2019S TALK WITH ME<\/h2>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"font-size:clamp(2.671rem, 2.671rem + ((1vw - 0.2rem) * 4.416), 5.1rem);font-style:normal;font-weight:700\">liaozcheng@gmail.com<\/h2>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\"><\/div>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator alignwide has-alpha-channel-opacity .wp-block-separator {  border-width: 0.01em; }\"\/>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>About Me \u517c\u5177\u8425\u9500\u548c\u4f53\u9a8c\u80fd\u529b\u7684\u8bbe\u8ba1\u4e13\u5bb6 \u5e94\u5bf9\u590d\u6742\u573a\u666f\u7684\u591a\u9762\u624b \u9762\u5bf9\u6570\u5b57\u65f6\u4ee3\u65e5\u65b0\u6708\u5f02\u590d\u6742\u573a\u666f\u7684\u9700\u6c42\uff0c\u66f4\u9700 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"about-me","meta":{"footnotes":""},"class_list":["post-14","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/liaozcheng.com\/index.php?rest_route=\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/liaozcheng.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/liaozcheng.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/liaozcheng.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/liaozcheng.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=14"}],"version-history":[{"count":10,"href":"https:\/\/liaozcheng.com\/index.php?rest_route=\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":366,"href":"https:\/\/liaozcheng.com\/index.php?rest_route=\/wp\/v2\/pages\/14\/revisions\/366"}],"wp:attachment":[{"href":"https:\/\/liaozcheng.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}